Skip to content

Commit 743c70c

Browse files
author
knight.chen
committed
chore: upgrade packages version
1 parent 74ea9f3 commit 743c70c

File tree

5 files changed

+1925
-1673
lines changed

5 files changed

+1925
-1673
lines changed

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -18,36 +18,36 @@
1818
},
1919
"devDependencies": {
2020
"@alib/build-scripts": "^0.1.32",
21-
"@babel/core": "^7.18.13",
22-
"@rushstack/eslint-patch": "^1.1.4",
21+
"@babel/core": "^7.19.3",
22+
"@rushstack/eslint-patch": "^1.2.0",
2323
"@types/node": "^17.0.45",
24-
"@typescript-eslint/eslint-plugin": "^5.36.1",
25-
"@typescript-eslint/parser": "^5.36.1",
24+
"@typescript-eslint/eslint-plugin": "^5.38.1",
25+
"@typescript-eslint/parser": "^5.38.1",
2626
"@vue/eslint-config-prettier": "^7.0.0",
2727
"@vue/eslint-config-typescript": "^10.0.0",
28-
"build-plugin-component": "^1.11.0",
28+
"build-plugin-component": "^1.12.0",
2929
"build-plugin-moment-locales": "^0.1.3",
3030
"build-plugin-react-app": "^1.8.5",
31-
"eslint": "^8.23.0",
31+
"eslint": "^8.24.0",
3232
"eslint-config-prettier": "^8.5.0",
3333
"eslint-plugin-prettier": "^4.2.1",
34-
"eslint-plugin-vue": "^9.4.0",
34+
"eslint-plugin-vue": "^9.5.1",
3535
"husky": "^8.0.1",
36-
"lerna": "^5.4.3",
36+
"lerna": "^5.5.4",
3737
"lint-staged": "^13.0.3",
3838
"postcss": "8.4.14",
3939
"postcss-html": "^1.5.0",
4040
"postcss-less": "^6.0.0",
4141
"prettier": "^2.7.1",
42-
"stylelint": "^14.11.0",
42+
"stylelint": "^14.13.0",
4343
"stylelint-config-prettier": "^9.0.3",
4444
"stylelint-config-rational-order": "^0.1.2",
4545
"stylelint-config-recommended-less": "^1.0.4",
4646
"stylelint-config-recommended-vue": "^1.4.0",
4747
"stylelint-config-standard": "^26.0.0",
4848
"stylelint-less": "^1.0.6",
49-
"typescript": "^4.8.2",
50-
"vue": "^3.2.38",
49+
"typescript": "^4.8.4",
50+
"vue": "^3.2.40",
5151
"webpack": "^4.46.0"
5252
},
5353
"lint-staged": {

packages/hooks/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
"prepublishOnly": "pnpm build"
1515
},
1616
"dependencies": {
17-
"@alilc/lowcode-designer": "^1.0.13",
18-
"@alilc/lowcode-types": "^1.0.13"
17+
"@alilc/lowcode-designer": "^1.0.14",
18+
"@alilc/lowcode-types": "^1.0.14"
1919
},
2020
"publishConfig": {
2121
"access": "public",

packages/utils/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@
1414
},
1515
"homepage": "https://unpkg.com/@knxcloud/[email protected]/build/index.html",
1616
"dependencies": {
17-
"@alilc/lowcode-shell": "^1.0.13",
18-
"@alilc/lowcode-types": "^1.0.13"
17+
"@alilc/lowcode-shell": "^1.0.14",
18+
"@alilc/lowcode-types": "^1.0.14"
1919
},
2020
"devDependencies": {
21-
"vue": "^3.2.38"
21+
"vue": "^3.2.40"
2222
},
2323
"peerDependencies": {
2424
"vue": ">=3.2"

packages/vue-simulator-renderer/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@
1818
},
1919
"homepage": "https://unpkg.com/@knxcloud/[email protected]/build/index.html",
2020
"dependencies": {
21-
"@alilc/lowcode-types": "^1.0.13",
21+
"@alilc/lowcode-types": "^1.0.14",
2222
"@knxcloud/lowcode-utils": "^1.4.7",
2323
"@knxcloud/lowcode-vue-renderer": "^1.4.7",
2424
"vue-router": "^4.1.5"
2525
},
2626
"devDependencies": {
27-
"@alilc/lowcode-designer": "^1.0.13",
28-
"vue": "^3.2.38"
27+
"@alilc/lowcode-designer": "^1.0.14",
28+
"vue": "^3.2.40"
2929
},
3030
"publishConfig": {
3131
"access": "public",

0 commit comments

Comments
 (0)