Skip to content

Commit 9b95dab

Browse files
JackLianliujuping
authored andcommitted
chore: upgrade dep versions
1 parent f6feef2 commit 9b95dab

File tree

13 files changed

+17
-16
lines changed

13 files changed

+17
-16
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@
5959
"lockfile": "enable"
6060
},
6161
"resolutions": {
62-
"@builder/babel-preset-ice": "1.0.1"
62+
"@builder/babel-preset-ice": "1.0.1",
63+
"typescript": "4.6.2"
6364
},
6465
"repository": "git@github.com:alibaba/lowcode-engine.git"
65-
}
66+
}

packages/designer/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@
3939
"@types/react-dom": "^16",
4040
"@types/semver": "7.3.9",
4141
"babel-jest": "^26.5.2",
42-
"build-plugin-component": "^0.2.10",
43-
"build-scripts-config": "^0.1.8",
42+
"build-plugin-component": "^1.0.0",
43+
"build-scripts-config": "^3.0.3",
4444
"enzyme": "^3.11.0",
4545
"@types/enzyme": "^3.10.12",
4646
"enzyme-adapter-react-16": "^1.15.5",

packages/editor-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"@types/react": "^16",
3838
"@types/react-dom": "^16",
3939
"@types/store": "^2.0.2",
40-
"build-plugin-component": "^0.2.11",
40+
"build-plugin-component": "^1.0.0",
4141
"build-plugin-fusion": "^0.1.0",
4242
"build-plugin-moment-locales": "^0.1.0"
4343
},

packages/editor-skeleton/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"@alib/build-scripts": "^0.1.3",
3131
"@types/react": "^16.9.13",
3232
"@types/react-dom": "^16.9.4",
33-
"build-plugin-component": "^0.2.7",
33+
"build-plugin-component": "^1.0.0",
3434
"build-plugin-fusion": "^0.1.0",
3535
"build-plugin-moment-locales": "^0.1.0"
3636
},

packages/plugin-designer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"@alib/build-scripts": "^0.1.3",
2929
"@types/react": "^16.9.13",
3030
"@types/react-dom": "^16.9.4",
31-
"build-plugin-component": "^0.2.7"
31+
"build-plugin-component": "^1.0.0"
3232
},
3333
"publishConfig": {
3434
"access": "public",

packages/plugin-outline-pane/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"@types/node": "^13.7.1",
2929
"@types/react": "^16",
3030
"@types/react-dom": "^16",
31-
"build-plugin-component": "^0.2.10",
31+
"build-plugin-component": "^1.0.0",
3232
"build-plugin-fusion": "^0.1.1",
3333
"build-plugin-moment-locales": "^0.1.0"
3434
},

packages/rax-simulator-renderer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"@types/rax": "^1.0.0",
3737
"@types/react": "^16",
3838
"@types/react-dom": "^16",
39-
"build-plugin-component": "^0.2.11",
39+
"build-plugin-component": "^1.0.0",
4040
"build-plugin-rax-component": "^0.2.11"
4141
},
4242
"peerDependencies": {

packages/react-renderer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"devDependencies": {
2828
"@alib/build-scripts": "^0.1.18",
2929
"@alifd/next": "^1.19.17",
30-
"build-plugin-component": "^0.2.10",
30+
"build-plugin-component": "^1.0.0",
3131
"build-plugin-fusion": "^0.1.0",
3232
"build-plugin-moment-locales": "^0.1.0",
3333
"react": "^16.4.1",

packages/react-simulator-renderer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"@types/react": "^16",
3535
"@types/react-dom": "^16",
3636
"@types/react-router": "5.1.18",
37-
"build-plugin-component": "^0.2.11"
37+
"build-plugin-component": "^1.0.0"
3838
},
3939
"publishConfig": {
4040
"access": "public",

packages/renderer-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"@types/react-is": "^17.0.3",
4747
"@types/react-test-renderer": "^17.0.1",
4848
"babel-jest": "^26.5.2",
49-
"build-plugin-component": "^0.2.11",
49+
"build-plugin-component": "^1.0.0",
5050
"jest": "^26.6.3",
5151
"react-test-renderer": "^17.0.2",
5252
"ts-jest": "^26.5.0"

0 commit comments

Comments
 (0)