Skip to content

Commit

Permalink
chore: upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
buqiyuan committed May 5, 2024
1 parent df1e16c commit 63aa9c0
Show file tree
Hide file tree
Showing 17 changed files with 8,517 additions and 6,883 deletions.
6 changes: 3 additions & 3 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"editor.tabSize": 2,
"editor.defaultFormatter": "esbenp.prettier-vscode",
// 保存文件缓慢时,可以考虑开启以下 3 行配置。
// "vue.server.maxOldSpaceSize": 4096,
// "vue.server.hybridMode": true,
// "typescript.tsserver.maxTsServerMemory": 4096,
"vue.server.maxOldSpaceSize": 4096,
"vue.server.hybridMode": true,
"typescript.tsserver.maxTsServerMemory": 4096,
"files.eol": "\n",
"search.exclude": {
"**/node_modules": true,
Expand Down
48 changes: 24 additions & 24 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vue3-antdv-admin",
"version": "2.0.0",
"packageManager": "pnpm@8.10.2",
"packageManager": "pnpm@9.0.6",
"type": "module",
"engines": {
"node": ">=18"
Expand Down Expand Up @@ -41,13 +41,13 @@
},
"dependencies": {
"@ant-design/icons-vue": "~7.0.1",
"@iconify/vue": "^4.1.1",
"@iconify/vue": "^4.1.2",
"@tinymce/tinymce-vue": "^5.1.1",
"@vueuse/core": "~10.9.0",
"ant-design-vue": "~4.1.2",
"ant-design-vue": "~4.2.1",
"axios": "~1.6.8",
"crypto-js": "^4.2.0",
"dayjs": "~1.11.10",
"dayjs": "~1.11.11",
"echarts": "^5.5.0",
"file-saver": "~2.0.5",
"lodash-es": "~4.17.21",
Expand All @@ -59,11 +59,11 @@
"qs": "~6.12.1",
"sortablejs": "~1.15.2",
"tinymce": "^6.8.3",
"vue": "~3.4.21",
"vue-echarts": "^6.6.9",
"vue-i18n": "9.12.1",
"vue-router": "~4.3.0",
"vue-types": "~5.1.1",
"vue": "~3.4.26",
"vue-echarts": "^6.7.1",
"vue-i18n": "9.13.1",
"vue-router": "~4.3.2",
"vue-types": "~5.1.2",
"vue-virtual-scroller": "2.0.0-beta.8",
"xlsx": "~0.18.5"
},
Expand All @@ -72,56 +72,56 @@
"@admin-pkg/vite-plugin-http2-proxy": "workspace:*",
"@admin-pkg/vite-plugin-msw": "workspace:*",
"@admin-pkg/vite-plugin-tinymce-resource": "workspace:*",
"@commitlint/cli": "~19.2.2",
"@commitlint/cli": "~19.3.0",
"@commitlint/config-conventional": "~19.2.2",
"@faker-js/faker": "^8.4.1",
"@iconify-json/ant-design": "^1.1.16",
"@iconify-json/ep": "^1.1.15",
"@iconify/json": "^2.2.200",
"@iconify/json": "^2.2.206",
"@types/crypto-js": "^4.2.2",
"@types/lodash-es": "~4.17.12",
"@types/node": "~20.12.4",
"@types/node": "~20.12.8",
"@types/sortablejs": "^1.15.8",
"@typescript-eslint/eslint-plugin": "~7.7.0",
"@typescript-eslint/parser": "~7.7.0",
"@umijs/openapi": "^1.11.1",
"@typescript-eslint/eslint-plugin": "~7.8.0",
"@typescript-eslint/parser": "~7.8.0",
"@umijs/openapi": "^1.12.1",
"@vitejs/plugin-vue": "~5.0.4",
"@vitejs/plugin-vue-jsx": "~3.1.0",
"@vue/tsconfig": "^0.5.1",
"commitizen": "~4.3.0",
"conventional-changelog-cli": "~4.1.0",
"core-js": "^3.36.1",
"core-js": "^3.37.0",
"cross-env": "~7.0.3",
"eslint": "~8.57.0",
"eslint-config-prettier": "~9.1.0",
"eslint-define-config": "~2.1.0",
"eslint-plugin-import": "~2.29.1",
"eslint-plugin-prettier": "~5.1.3",
"eslint-plugin-unused-imports": "^3.1.0",
"eslint-plugin-unused-imports": "^3.2.0",
"eslint-plugin-vue": "~9.25.0",
"husky": "~9.0.11",
"less": "~4.2.0",
"lint-staged": "~15.2.2",
"msw": "^2.2.13",
"nx": "^18.2.4",
"msw": "^2.2.14",
"nx": "^18.3.4",
"postcss": "~8.4.38",
"postcss-html": "~1.6.0",
"postcss-less": "~6.0.0",
"prettier": "~3.2.5",
"rimraf": "~5.0.5",
"stylelint": "~16.3.1",
"stylelint": "~16.5.0",
"stylelint-config-property-sort-order-smacss": "^10.0.0",
"stylelint-config-recommended": "~14.0.0",
"stylelint-config-recommended-vue": "~1.5.0",
"stylelint-config-standard": "~36.0.0",
"stylelint-order": "~6.0.4",
"stylelint-prettier": "^5.0.0",
"typescript": "~5.4.5",
"unocss": "^0.59.2",
"unplugin-vue-components": "~0.26.0",
"vite": "~5.2.8",
"unocss": "^0.59.4",
"unplugin-vue-components": "~0.27.0",
"vite": "~5.2.11",
"vite-plugin-checker": "~0.6.4",
"vite-plugin-inspect": "^0.8.3",
"vite-plugin-inspect": "^0.8.4",
"vite-plugin-mkcert": "^1.17.5",
"vite-plugin-svg-icons": "~2.0.1",
"vue-eslint-parser": "~9.4.2",
Expand Down
6 changes: 3 additions & 3 deletions packages/vite-plugin-msw/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,15 @@
"registry": "https://registry.npmjs.org/"
},
"dependencies": {
"@mswjs/interceptors": "^0.26.15",
"@mswjs/interceptors": "^0.29.1",
"headers-polyfill": "^4.0.3",
"strict-event-emitter": "^0.5.1"
},
"devDependencies": {
"tsup": "^8.0.2"
},
"peerDependencies": {
"msw": "^2.2.13",
"vite": "^5.2.8"
"msw": "^2.2.14",
"vite": "^5.2.11"
}
}
2 changes: 1 addition & 1 deletion packages/vite-plugin-tinymce-resource/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
"build": "tsc"
},
"peerDependencies": {
"vite": "^5.2.8"
"vite": "^5.2.11"
}
}

0 comments on commit 63aa9c0

Please sign in to comment.