Skip to content

Commit

Permalink
chore: upgrade packages version
Browse files Browse the repository at this point in the history
  • Loading branch information
knight.chen committed Aug 30, 2022
1 parent 87dd933 commit 19d3236
Show file tree
Hide file tree
Showing 5 changed files with 1,490 additions and 1,445 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,36 +18,36 @@
},
"devDependencies": {
"@alib/build-scripts": "^0.1.32",
"@babel/core": "^7.18.10",
"@babel/core": "^7.18.13",
"@rushstack/eslint-patch": "^1.1.4",
"@types/node": "^17.0.45",
"@typescript-eslint/eslint-plugin": "^5.33.0",
"@typescript-eslint/parser": "^5.33.0",
"@typescript-eslint/eslint-plugin": "^5.36.1",
"@typescript-eslint/parser": "^5.36.1",
"@vue/eslint-config-prettier": "^7.0.0",
"@vue/eslint-config-typescript": "^10.0.0",
"build-plugin-component": "^1.11.0",
"build-plugin-moment-locales": "^0.1.3",
"build-plugin-react-app": "^1.8.5",
"eslint": "^8.21.0",
"eslint": "^8.23.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-vue": "^9.3.0",
"eslint-plugin-vue": "^9.4.0",
"husky": "^8.0.1",
"lerna": "^5.4.0",
"lerna": "^5.4.3",
"lint-staged": "^13.0.3",
"postcss": "8.4.14",
"postcss-html": "^1.5.0",
"postcss-less": "^6.0.0",
"prettier": "^2.7.1",
"stylelint": "^14.9.1",
"stylelint": "^14.11.0",
"stylelint-config-prettier": "^9.0.3",
"stylelint-config-rational-order": "^0.1.2",
"stylelint-config-recommended-less": "^1.0.4",
"stylelint-config-recommended-vue": "^1.4.0",
"stylelint-config-standard": "^26.0.0",
"stylelint-less": "^1.0.6",
"typescript": "^4.7.4",
"vue": "^3.2.37",
"typescript": "^4.8.2",
"vue": "^3.2.38",
"webpack": "^4.46.0"
},
"lint-staged": {
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@alilc/lowcode-types": "^1.0.13"
},
"devDependencies": {
"vue": "^3.2.37"
"vue": "^3.2.38"
},
"peerDependencies": {
"vue": ">=3.2"
Expand Down
4 changes: 2 additions & 2 deletions packages/vue-renderer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@
"homepage": "https://unpkg.com/@knxcloud/[email protected]/build/index.html",
"dependencies": {
"@alilc/lowcode-types": "^1.0.13",
"intl-messageformat": "^10.1.1",
"intl-messageformat": "^10.1.4",
"lodash-es": "^4.17.21"
},
"devDependencies": {
"@alilc/lowcode-designer": "^1.0.13",
"@types/lodash-es": "^4.17.6",
"vue": "^3.2.37"
"vue": "^3.2.38"
},
"publishConfig": {
"access": "public",
Expand Down
4 changes: 2 additions & 2 deletions packages/vue-simulator-renderer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@
"@alilc/lowcode-types": "^1.0.13",
"@knxcloud/lowcode-utils": "^1.4.6",
"@knxcloud/lowcode-vue-renderer": "^1.4.6",
"vue-router": "^4.1.3"
"vue-router": "^4.1.5"
},
"devDependencies": {
"@alilc/lowcode-designer": "^1.0.13",
"vue": "^3.2.37"
"vue": "^3.2.38"
},
"publishConfig": {
"access": "public",
Expand Down
Loading

0 comments on commit 19d3236

Please sign in to comment.