Skip to content

Commit

Permalink
fix: #204
Browse files Browse the repository at this point in the history
  • Loading branch information
buqiyuan committed Jul 7, 2024
1 parent d2dfe62 commit 1e50c4c
Show file tree
Hide file tree
Showing 4 changed files with 516 additions and 487 deletions.
26 changes: 13 additions & 13 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@9.1.0",
"packageManager": "pnpm@9.4.0",
"type": "module",
"engines": {
"node": ">=18",
Expand Down Expand Up @@ -57,9 +57,9 @@
"pinia": "~2.1.7",
"pinia-plugin-persistedstate": "^3.2.1",
"qiniu-js": "^3.4.2",
"qs": "~6.12.1",
"qs": "~6.12.2",
"sortablejs": "~1.15.2",
"tinymce": "^7.2.0",
"tinymce": "^7.2.1",
"vue": "~3.4.31",
"vue-echarts": "^6.7.3",
"vue-i18n": "9.13.1",
Expand All @@ -84,8 +84,8 @@
"@types/node": "~20.13.0",
"@types/qs": "^6.9.15",
"@types/sortablejs": "^1.15.8",
"@typescript-eslint/eslint-plugin": "~7.14.1",
"@typescript-eslint/parser": "~7.14.1",
"@typescript-eslint/eslint-plugin": "~7.15.0",
"@typescript-eslint/parser": "~7.15.0",
"@umijs/openapi": "^1.12.1",
"@vitejs/plugin-vue": "~5.0.5",
"@vitejs/plugin-vue-jsx": "~4.0.0",
Expand All @@ -100,34 +100,34 @@
"eslint-plugin-import": "~2.29.1",
"eslint-plugin-prettier": "~5.1.3",
"eslint-plugin-unused-imports": "^4.0.0",
"eslint-plugin-vue": "~9.26.0",
"eslint-plugin-vue": "~9.27.0",
"husky": "~9.0.11",
"less": "~4.2.0",
"lint-staged": "~15.2.7",
"msw": "^2.3.1",
"nx": "^19.3.2",
"nx": "^19.4.1",
"postcss": "~8.4.39",
"postcss-html": "~1.7.0",
"postcss-less": "~6.0.0",
"prettier": "~3.3.2",
"rimraf": "~5.0.7",
"rimraf": "~5.0.8",
"stylelint": "~16.6.1",
"stylelint-config-property-sort-order-smacss": "^10.0.0",
"stylelint-config-recommended": "~14.0.1",
"stylelint-config-recommended-vue": "~1.5.0",
"stylelint-config-standard": "~36.0.1",
"stylelint-order": "~6.0.4",
"stylelint-prettier": "^5.0.0",
"typescript": "~5.5.2",
"unocss": "^0.61.0",
"typescript": "~5.5.3",
"unocss": "^0.61.3",
"unplugin-vue-components": "~0.27.2",
"vite": "~5.3.2",
"vite-plugin-checker": "~0.6.4",
"vite": "~5.3.3",
"vite-plugin-checker": "~0.7.1",
"vite-plugin-inspect": "^0.8.4",
"vite-plugin-mkcert": "^1.17.5",
"vite-plugin-svg-icons": "~2.0.1",
"vue-eslint-parser": "~9.4.3",
"vue-tsc": "~2.0.24"
"vue-tsc": "~2.0.26"
},
"__npminstall_done": false,
"repository": {
Expand Down
Loading

0 comments on commit 1e50c4c

Please sign in to comment.