Skip to content

Commit

Permalink
chore: upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
buqiyuan committed Jun 30, 2024
1 parent 11a29dd commit b8d6952
Show file tree
Hide file tree
Showing 9 changed files with 1,044 additions and 1,197 deletions.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"**/dist/**": true,
"**/yarn.lock": true
},
"eslint.experimental.useFlatConfig": true,
"eslint.useFlatConfig": true,
"stylelint.enable": true,
"stylelint.validate": ["css", "less", "postcss", "scss", "vue", "sass"],
"path-intellisense.mappings": {
Expand Down
42 changes: 21 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,13 @@
"dependencies": {
"@ant-design/icons-vue": "~7.0.1",
"@iconify/vue": "^4.1.2",
"@tinymce/tinymce-vue": "^5.1.1",
"@vueuse/core": "~10.10.0",
"ant-design-vue": "~4.2.2",
"@tinymce/tinymce-vue": "^6.0.1",
"@vueuse/core": "~10.11.0",
"ant-design-vue": "~4.2.3",
"axios": "~1.7.2",
"crypto-js": "^4.2.0",
"dayjs": "~1.11.11",
"echarts": "^5.5.0",
"echarts": "^5.5.1",
"file-saver": "~2.0.5",
"lodash-es": "~4.17.21",
"mitt": "~3.0.1",
Expand All @@ -59,11 +59,11 @@
"qiniu-js": "^3.4.2",
"qs": "~6.12.1",
"sortablejs": "~1.15.2",
"tinymce": "^6.8.3",
"vue": "~3.4.27",
"tinymce": "^7.2.0",
"vue": "~3.4.31",
"vue-echarts": "^6.7.3",
"vue-i18n": "9.13.1",
"vue-router": "~4.3.2",
"vue-router": "~4.4.0",
"vue-types": "~5.1.2",
"vue-virtual-scroller": "2.0.0-beta.8",
"xlsx": "~0.18.5"
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.12.0",
"@typescript-eslint/parser": "~7.12.0",
"@typescript-eslint/eslint-plugin": "~7.14.1",
"@typescript-eslint/parser": "~7.14.1",
"@umijs/openapi": "^1.12.1",
"@vitejs/plugin-vue": "~5.0.5",
"@vitejs/plugin-vue-jsx": "~4.0.0",
Expand All @@ -94,7 +94,7 @@
"conventional-changelog-cli": "~4.1.0",
"core-js": "^3.37.1",
"cross-env": "~7.0.3",
"eslint": "~9.4.0",
"eslint": "~9.6.0",
"eslint-config-prettier": "~9.1.0",
"eslint-define-config": "~2.1.0",
"eslint-plugin-import": "~2.29.1",
Expand All @@ -103,31 +103,31 @@
"eslint-plugin-vue": "~9.26.0",
"husky": "~9.0.11",
"less": "~4.2.0",
"lint-staged": "~15.2.5",
"lint-staged": "~15.2.7",
"msw": "^2.3.1",
"nx": "^19.2.2",
"postcss": "~8.4.38",
"nx": "^19.3.2",
"postcss": "~8.4.39",
"postcss-html": "~1.7.0",
"postcss-less": "~6.0.0",
"prettier": "~3.3.1",
"prettier": "~3.3.2",
"rimraf": "~5.0.7",
"stylelint": "~16.6.1",
"stylelint-config-property-sort-order-smacss": "^10.0.0",
"stylelint-config-recommended": "~14.0.0",
"stylelint-config-recommended": "~14.0.1",
"stylelint-config-recommended-vue": "~1.5.0",
"stylelint-config-standard": "~36.0.0",
"stylelint-config-standard": "~36.0.1",
"stylelint-order": "~6.0.4",
"stylelint-prettier": "^5.0.0",
"typescript": "~5.4.5",
"unocss": "^0.60.4",
"unplugin-vue-components": "~0.27.0",
"vite": "~5.2.13",
"typescript": "~5.5.2",
"unocss": "^0.61.0",
"unplugin-vue-components": "~0.27.2",
"vite": "~5.3.2",
"vite-plugin-checker": "~0.6.4",
"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.20"
"vue-tsc": "~2.0.24"
},
"__npminstall_done": false,
"repository": {
Expand Down
Loading

0 comments on commit b8d6952

Please sign in to comment.