Skip to content

Commit

Permalink
chore: upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
suyuan32 committed Jul 27, 2024
1 parent 5072320 commit a9b9ff5
Show file tree
Hide file tree
Showing 8 changed files with 937 additions and 953 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,13 +24,13 @@
"@types/koa": "^2.15.0",
"@types/koa-bodyparser": "^5.0.2",
"@types/koa-router": "^7.4.8",
"@types/node": "^20.14.11",
"@types/node": "^20.14.12",
"nodemon": "^2.0.22",
"pm2": "^5.4.2",
"rimraf": "^5.0.9",
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.0",
"tsup": "^7.2.0",
"typescript": "^5.5.3"
"typescript": "^5.5.4"
}
}
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.16.1",
"@typescript-eslint/parser": "^7.16.1",
"@typescript-eslint/eslint-plugin": "^7.17.0",
"@typescript-eslint/parser": "^7.17.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 @@ -32,7 +32,7 @@
"stub": "pnpm unbuild --stub"
},
"devDependencies": {
"postcss": "^8.4.39",
"postcss": "^8.4.40",
"postcss-html": "^1.7.0",
"postcss-less": "^6.0.0",
"postcss-scss": "^4.0.9",
Expand Down
4 changes: 2 additions & 2 deletions 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.11",
"vite": "^5.3.4"
"@types/node": "^20.14.12",
"vite": "^5.3.5"
}
}
6 changes: 3 additions & 3 deletions internal/vite-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@
},
"dependencies": {
"@ant-design/colors": "^7.1.0",
"vite": "^5.3.4"
"vite": "^5.3.5"
},
"devDependencies": {
"@types/fs-extra": "^11.0.4",
"@vitejs/plugin-vue": "^5.0.5",
"@vitejs/plugin-vue": "^5.1.0",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"ant-design-vue": "^4.2.3",
"dayjs": "^1.11.12",
Expand All @@ -48,7 +48,7 @@
"pkg-types": "^1.1.3",
"rollup-plugin-visualizer": "^5.12.0",
"sass": "^1.77.8",
"unocss": "^0.61.5",
"unocss": "^0.61.6",
"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 @@ -79,7 +79,7 @@
"@uiw/codemirror-theme-github": "^4.23.0",
"@uponu/vuedraggable": "^4.1.3",
"@vben/hooks": "workspace:*",
"@vue/shared": "^3.4.33",
"@vue/shared": "^3.4.34",
"@vueuse/core": "^10.11.0",
"@vueuse/shared": "^10.11.0",
"@zxcvbn-ts/core": "^3.0.4",
Expand All @@ -104,18 +104,18 @@
"showdown": "^2.1.0",
"sortablejs": "^1.15.2",
"tinymce": "^6.8.4",
"unocss": "^0.61.5",
"unocss": "^0.61.6",
"vditor": "^3.10.4",
"vue": "^3.4.33",
"vue": "^3.4.34",
"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-types": "^5.1.3",
"vuedraggable": "^4.1.0",
"vxe-pc-ui": "^4.0.78",
"vxe-table": "^4.7.57",
"vxe-pc-ui": "^4.0.82",
"vxe-table": "^4.7.59",
"vxe-table-plugin-export-xlsx": "^4.0.5",
"xe-utils": "^3.5.28",
"xlsx": "^0.18.5"
Expand All @@ -136,20 +136,20 @@
"@vben/ts-config": "workspace:*",
"@vben/types": "workspace:*",
"@vben/vite-config": "workspace:*",
"@vue/compiler-sfc": "^3.4.33",
"@vue/compiler-sfc": "^3.4.34",
"@vue/test-utils": "^2.4.6",
"cross-env": "^7.0.3",
"cz-git": "^1.9.4",
"czg": "^1.9.4",
"husky": "^9.1.1",
"husky": "^9.1.3",
"lint-staged": "15.2.2",
"prettier": "^3.3.3",
"prettier-plugin-packagejson": "^2.5.1",
"rimraf": "^5.0.9",
"turbo": "^1.13.4",
"typescript": "^5.5.3",
"typescript": "^5.5.4",
"unbuild": "^2.0.0",
"vite": "^5.3.4",
"vite": "^5.3.5",
"vite-plugin-mock": "^3.0.2",
"vue-tsc": "^1.8.27"
},
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.33"
"vue": "^3.4.34"
},
"devDependencies": {
"@vben/types": "workspace:*"
Expand Down
Loading

0 comments on commit a9b9ff5

Please sign in to comment.