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 Sep 29, 2022
1 parent 74ea9f3 commit 743c70c
Show file tree
Hide file tree
Showing 5 changed files with 1,925 additions and 1,673 deletions.
22 changes: 11 additions & 11 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.13",
"@rushstack/eslint-patch": "^1.1.4",
"@babel/core": "^7.19.3",
"@rushstack/eslint-patch": "^1.2.0",
"@types/node": "^17.0.45",
"@typescript-eslint/eslint-plugin": "^5.36.1",
"@typescript-eslint/parser": "^5.36.1",
"@typescript-eslint/eslint-plugin": "^5.38.1",
"@typescript-eslint/parser": "^5.38.1",
"@vue/eslint-config-prettier": "^7.0.0",
"@vue/eslint-config-typescript": "^10.0.0",
"build-plugin-component": "^1.11.0",
"build-plugin-component": "^1.12.0",
"build-plugin-moment-locales": "^0.1.3",
"build-plugin-react-app": "^1.8.5",
"eslint": "^8.23.0",
"eslint": "^8.24.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-vue": "^9.4.0",
"eslint-plugin-vue": "^9.5.1",
"husky": "^8.0.1",
"lerna": "^5.4.3",
"lerna": "^5.5.4",
"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.11.0",
"stylelint": "^14.13.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.8.2",
"vue": "^3.2.38",
"typescript": "^4.8.4",
"vue": "^3.2.40",
"webpack": "^4.46.0"
},
"lint-staged": {
Expand Down
4 changes: 2 additions & 2 deletions packages/hooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"prepublishOnly": "pnpm build"
},
"dependencies": {
"@alilc/lowcode-designer": "^1.0.13",
"@alilc/lowcode-types": "^1.0.13"
"@alilc/lowcode-designer": "^1.0.14",
"@alilc/lowcode-types": "^1.0.14"
},
"publishConfig": {
"access": "public",
Expand Down
6 changes: 3 additions & 3 deletions packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
},
"homepage": "https://unpkg.com/@knxcloud/[email protected]/build/index.html",
"dependencies": {
"@alilc/lowcode-shell": "^1.0.13",
"@alilc/lowcode-types": "^1.0.13"
"@alilc/lowcode-shell": "^1.0.14",
"@alilc/lowcode-types": "^1.0.14"
},
"devDependencies": {
"vue": "^3.2.38"
"vue": "^3.2.40"
},
"peerDependencies": {
"vue": ">=3.2"
Expand Down
6 changes: 3 additions & 3 deletions packages/vue-simulator-renderer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@
},
"homepage": "https://unpkg.com/@knxcloud/[email protected]/build/index.html",
"dependencies": {
"@alilc/lowcode-types": "^1.0.13",
"@alilc/lowcode-types": "^1.0.14",
"@knxcloud/lowcode-utils": "^1.4.7",
"@knxcloud/lowcode-vue-renderer": "^1.4.7",
"vue-router": "^4.1.5"
},
"devDependencies": {
"@alilc/lowcode-designer": "^1.0.13",
"vue": "^3.2.38"
"@alilc/lowcode-designer": "^1.0.14",
"vue": "^3.2.40"
},
"publishConfig": {
"access": "public",
Expand Down
Loading

0 comments on commit 743c70c

Please sign in to comment.