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 19, 2024
1 parent f25b76e commit e29700d
Show file tree
Hide file tree
Showing 11 changed files with 1,010 additions and 830 deletions.
8 changes: 0 additions & 8 deletions .husky/commit-msg

This file was deleted.

9 changes: 0 additions & 9 deletions .husky/common.sh

This file was deleted.

7 changes: 2 additions & 5 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
. "$(dirname "$0")/common.sh"

[ -n "$CI" ] && exit 0

PATH="/usr/local/bin:$PATH"

pnpm run lint

# Format and submit code according to lintstagedrc.js configuration
# npm run lint
2 changes: 1 addition & 1 deletion apps/test-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@types/koa": "^2.15.0",
"@types/koa-bodyparser": "^5.0.2",
"@types/koa-router": "^7.4.8",
"@types/node": "^20.14.10",
"@types/node": "^20.14.11",
"nodemon": "^2.0.22",
"pm2": "^5.4.2",
"rimraf": "^5.0.9",
Expand Down
6 changes: 3 additions & 3 deletions internal/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@
"stub": "pnpm unbuild --stub"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^7.16.0",
"@typescript-eslint/parser": "^7.16.0",
"@typescript-eslint/eslint-plugin": "^7.16.1",
"@typescript-eslint/parser": "^7.16.1",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-vue": "^9.27.0",
"vue-eslint-parser": "^9.4.3"
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 @@ -44,6 +44,6 @@
"stylelint-config-standard": "^36.0.1",
"stylelint-config-standard-scss": "^13.1.0",
"stylelint-order": "^6.0.4",
"stylelint-prettier": "^5.0.1"
"stylelint-prettier": "^5.0.2"
}
}
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.10",
"vite": "^5.3.3"
"@types/node": "^20.14.11",
"vite": "^5.3.4"
}
}
6 changes: 3 additions & 3 deletions internal/vite-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,22 +33,22 @@
},
"dependencies": {
"@ant-design/colors": "^7.1.0",
"vite": "^5.3.3"
"vite": "^5.3.4"
},
"devDependencies": {
"@types/fs-extra": "^11.0.4",
"@vitejs/plugin-vue": "^5.0.5",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"ant-design-vue": "^4.2.3",
"dayjs": "^1.11.11",
"dayjs": "^1.11.12",
"dotenv": "^16.4.5",
"fs-extra": "^11.2.0",
"less": "^4.2.0",
"picocolors": "^1.0.1",
"pkg-types": "^1.1.3",
"rollup-plugin-visualizer": "^5.12.0",
"sass": "^1.77.8",
"unocss": "^0.61.3",
"unocss": "^0.61.5",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-dts": "^3.9.1",
"vite-plugin-html": "^3.2.2",
Expand Down
20 changes: 10 additions & 10 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.31",
"@vue/shared": "^3.4.32",
"@vueuse/core": "^10.11.0",
"@vueuse/shared": "^10.11.0",
"@zxcvbn-ts/core": "^3.0.4",
Expand All @@ -88,7 +88,7 @@
"codemirror": "^6.0.1",
"cropperjs": "^1.6.2",
"crypto-js": "^4.2.0",
"dayjs": "^1.11.11",
"dayjs": "^1.11.12",
"echarts": "^5.5.1",
"exceljs": "^4.4.0",
"file2md5": "^1.3.0",
Expand All @@ -104,18 +104,18 @@
"showdown": "^2.1.0",
"sortablejs": "^1.15.2",
"tinymce": "^6.8.4",
"unocss": "^0.61.3",
"unocss": "^0.61.5",
"vditor": "^3.10.4",
"vue": "^3.4.31",
"vue": "^3.4.32",
"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.67",
"vxe-table": "^4.7.50",
"vxe-pc-ui": "^4.0.76",
"vxe-table": "^4.7.56",
"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.31",
"@vue/compiler-sfc": "^3.4.32",
"@vue/test-utils": "^2.4.6",
"cross-env": "^7.0.3",
"cz-git": "^1.9.3",
"czg": "^1.9.3",
"husky": "^9.0.11",
"husky": "^9.1.1",
"lint-staged": "15.2.2",
"prettier": "^3.3.3",
"prettier-plugin-packagejson": "^2.5.0",
"prettier-plugin-packagejson": "^2.5.1",
"rimraf": "^5.0.9",
"turbo": "^1.13.4",
"typescript": "^5.5.3",
"unbuild": "^2.0.0",
"vite": "^5.3.3",
"vite": "^5.3.4",
"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.31"
"vue": "^3.4.32"
},
"devDependencies": {
"@vben/types": "workspace:*"
Expand Down
Loading

0 comments on commit e29700d

Please sign in to comment.