X Tutup
Skip to content

Commit 165d799

Browse files
author
mazhaobo
committed
build(deps): 更新 @felce 依赖包版本
- 将 @felce/lowcode-designer、@felce/lowcode-types 和 @felce/lowcode-utils 的版本从 "1.5.0-beta.3" 更新为 "latest" - 更新 @types/react 和 @types/react-dom 的版本为 ^18.3.1
1 parent b89388f commit 165d799

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

packages/react-renderer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"react"
2121
],
2222
"dependencies": {
23-
"@alifd/next": "^1.26.0",
23+
"@alifd/next": "^1.27.30",
2424
"@felce/lowcode-react-renderer-core": "workspace:^",
2525
"react": "^18.3.1",
2626
"react-dom": "^18.3.1"

packages/react-simulator-renderer/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@
1919
},
2020
"dependencies": {
2121
"@alifd/next": "^1.27.30",
22-
"@felce/lowcode-designer": "1.5.0-beta.3",
22+
"@felce/lowcode-designer": "latest",
2323
"@felce/lowcode-react-renderer": "workspace:^",
24-
"@felce/lowcode-types": "1.5.0-beta.3",
25-
"@felce/lowcode-utils": "1.5.0-beta.3",
24+
"@felce/lowcode-types": "latest",
25+
"@felce/lowcode-utils": "latest",
2626
"classnames": "^2.5.1",
2727
"history": "^5.3.0",
2828
"lodash": "^4.17.21",
@@ -35,8 +35,8 @@
3535
"devDependencies": {
3636
"@types/lodash": "4.17.13",
3737
"@types/node": "^18.19.68",
38-
"@types/react": "^18",
39-
"@types/react-dom": "^18",
38+
"@types/react": "^18.3.1",
39+
"@types/react-dom": "^18.3.1",
4040
"less": "^4.2.1"
4141
},
4242
"publishConfig": {

packages/renderer-core/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
"dependencies": {
1818
"@alifd/next": "^1.27.30",
1919
"@alilc/lowcode-datasource-engine": "^1.2.1",
20-
"@felce/lowcode-types": "1.5.0-beta.3",
21-
"@felce/lowcode-utils": "1.5.0-beta.3",
20+
"@felce/lowcode-types": "latest",
21+
"@felce/lowcode-utils": "latest",
2222
"classnames": "2.5.1",
2323
"debug": "^4.4.0",
2424
"fetch-jsonp": "^1.3.0",
@@ -29,7 +29,7 @@
2929
"whatwg-fetch": "^3.0.0"
3030
},
3131
"devDependencies": {
32-
"@felce/lowcode-designer": "1.5.0-beta.3",
32+
"@felce/lowcode-designer": "latest",
3333
"@types/debug": "^4.1.12",
3434
"@types/lodash": "^4.17.13",
3535
"@types/node": "^18.19.68",

0 commit comments

Comments
 (0)
X Tutup