diff options
| author | pany <[email protected]> | 2023-05-11 18:20:48 +0800 |
|---|---|---|
| committer | pany <[email protected]> | 2023-05-11 18:20:48 +0800 |
| commit | 59ef19d9ea7c1a02263b9dc30b0ca196fa0492b1 (patch) | |
| tree | a05c4bce34efb2f09c6c57cf43578b876d09276b /package.json | |
| parent | 469cfa7fb5801083384366832f0c6f9a0bf8119b (diff) | |
chore: 适配 vue 3.3 && updates all dependencies
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/package.json b/package.json index abff048..933fc00 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "path-to-regexp": "^6.2.1", "pinia": "^2.0.36", "screenfull": "^6.0.2", - "vue": "^3.2.47", + "vue": "^3.3.1", "vue-router": "^4.1.6", "vxe-table": "^4.3.12", "vxe-table-plugin-element": "^3.0.6", @@ -45,29 +45,27 @@ "devDependencies": { "@types/js-cookie": "^3.0.3", "@types/lodash-es": "^4.17.7", - "@types/node": "^20.1.1", + "@types/node": "^20.1.2", "@types/nprogress": "^0.2.0", "@types/path-browserify": "^1.0.0", "@typescript-eslint/eslint-plugin": "^5.59.5", "@typescript-eslint/parser": "^5.59.5", - "@vitejs/plugin-vue": "^4.2.1", + "@vitejs/plugin-vue": "^4.2.2", "@vitejs/plugin-vue-jsx": "^3.0.1", - "@vue-macros/volar": "^0.9.8", "@vue/eslint-config-prettier": "^7.1.0", "@vue/eslint-config-typescript": "^11.0.3", "@vue/test-utils": "^2.3.2", "eslint": "^8.40.0", "eslint-plugin-prettier": "^4.2.1", - "eslint-plugin-vue": "^9.11.1", + "eslint-plugin-vue": "^9.12.0", "husky": "^8.0.3", "jsdom": "^22.0.0", "lint-staged": "^13.2.2", "prettier": "^2.8.8", "sass": "^1.62.1", - "terser": "^5.17.2", + "terser": "^5.17.3", "typescript": "^5.0.4", "unocss": "^0.51.12", - "unplugin-vue-define-options": "^1.3.5", "vite": "^4.3.5", "vite-plugin-svg-icons": "^2.0.1", "vite-svg-loader": "^4.0.0", |
