Skip to content

Commit

Permalink
chore: upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
suyuan32 committed Aug 1, 2024
1 parent d012e32 commit 5522ebb
Show file tree
Hide file tree
Showing 8 changed files with 883 additions and 770 deletions.
4 changes: 2 additions & 2 deletions apps/test-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@
"@types/koa": "^2.15.0",
"@types/koa-bodyparser": "^5.0.2",
"@types/koa-router": "^7.4.8",
"@types/node": "^20.14.12",
"@types/node": "^20.14.13",
"nodemon": "^2.0.22",
"pm2": "^5.4.2",
"rimraf": "^5.0.9",
"rimraf": "^5.0.10",
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.0",
"tsup": "^7.2.0",
Expand Down
4 changes: 2 additions & 2 deletions internal/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
"stub": "pnpm unbuild --stub"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^7.17.0",
"@typescript-eslint/parser": "^7.17.0",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
Expand Down
2 changes: 1 addition & 1 deletion internal/stylelint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"postcss-less": "^6.0.0",
"postcss-scss": "^4.0.9",
"prettier": "^3.3.3",
"stylelint": "^16.7.0",
"stylelint": "^16.8.1",
"stylelint-config-property-sort-order-smacss": "^10.0.0",
"stylelint-config-recommended-scss": "^14.1.0",
"stylelint-config-recommended-vue": "^1.5.0",
Expand Down
2 changes: 1 addition & 1 deletion internal/ts-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"node-server.json"
],
"dependencies": {
"@types/node": "^20.14.12",
"@types/node": "^20.14.13",
"vite": "^5.3.5"
}
}
2 changes: 1 addition & 1 deletion internal/vite-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"pkg-types": "^1.1.3",
"rollup-plugin-visualizer": "^5.12.0",
"sass": "^1.77.8",
"unocss": "^0.61.6",
"unocss": "^0.61.9",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-dts": "^3.9.1",
"vite-plugin-html": "^3.2.2",
Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,12 +74,12 @@
"@codemirror/language": "^6.10.2",
"@codemirror/legacy-modes": "^6.4.0",
"@iconify/vue": "^4.1.2",
"@logicflow/core": "^1.2.27",
"@logicflow/extension": "^1.2.27",
"@logicflow/core": "^1.2.28",
"@logicflow/extension": "^1.2.28",
"@uiw/codemirror-theme-github": "^4.23.0",
"@uponu/vuedraggable": "^4.1.3",
"@vben/hooks": "workspace:*",
"@vue/shared": "^3.4.34",
"@vue/shared": "^3.4.35",
"@vueuse/core": "^10.11.0",
"@vueuse/shared": "^10.11.0",
"@zxcvbn-ts/core": "^3.0.4",
Expand All @@ -104,14 +104,14 @@
"showdown": "^2.1.0",
"sortablejs": "^1.15.2",
"tinymce": "^6.8.4",
"unocss": "^0.61.6",
"unocss": "^0.61.9",
"vditor": "^3.10.4",
"vue": "^3.4.34",
"vue": "^3.4.35",
"vue-clipboard3": "^2.0.0",
"vue-codemirror": "^6.1.1",
"vue-i18n": "^9.13.1",
"vue-json-pretty": "^2.4.0",
"vue-router": "^4.4.0",
"vue-router": "^4.4.1",
"vue-types": "^5.1.3",
"vuedraggable": "^4.1.0",
"vxe-pc-ui": "^4.0.82",
Expand All @@ -136,16 +136,16 @@
"@vben/ts-config": "workspace:*",
"@vben/types": "workspace:*",
"@vben/vite-config": "workspace:*",
"@vue/compiler-sfc": "^3.4.34",
"@vue/compiler-sfc": "^3.4.35",
"@vue/test-utils": "^2.4.6",
"cross-env": "^7.0.3",
"cz-git": "^1.9.4",
"czg": "^1.9.4",
"husky": "^9.1.3",
"husky": "^9.1.4",
"lint-staged": "15.2.2",
"prettier": "^3.3.3",
"prettier-plugin-packagejson": "^2.5.1",
"rimraf": "^5.0.9",
"rimraf": "^5.0.10",
"turbo": "^1.13.4",
"typescript": "^5.5.4",
"unbuild": "^2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/hooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
"dependencies": {
"@vueuse/core": "^10.11.0",
"vue": "^3.4.34"
"vue": "^3.4.35"
},
"devDependencies": {
"@vben/types": "workspace:*"
Expand Down
Loading

0 comments on commit 5522ebb

Please sign in to comment.