diff options
| author | pany <[email protected]> | 2023-04-28 09:35:16 +0800 |
|---|---|---|
| committer | pany <[email protected]> | 2023-04-28 09:35:16 +0800 |
| commit | c822e29cb72654b39f68b9d339e46f6ebf4d0684 (patch) | |
| tree | 059503f07a2ec108c53ef5b1c09279bd521871da /package.json | |
| parent | 3bd28ad4b68b18aafe4f2d71d4b30cfd35c15612 (diff) | |
chore: updates all dependencies
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/package.json b/package.json index 502afdc..153c4cd 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ }, "dependencies": { "@element-plus/icons-vue": "^2.1.0", - "axios": "^1.3.6", + "axios": "^1.4.0", "dayjs": "^1.11.7", "element-plus": "^2.3.4", "js-cookie": "^3.0.5", @@ -45,14 +45,14 @@ "devDependencies": { "@types/js-cookie": "^3.0.3", "@types/lodash-es": "^4.17.7", - "@types/node": "^18.16.1", + "@types/node": "^18.16.2", "@types/nprogress": "^0.2.0", "@types/path-browserify": "^1.0.0", "@typescript-eslint/eslint-plugin": "^5.59.1", "@typescript-eslint/parser": "^5.59.1", "@vitejs/plugin-vue": "^4.2.1", "@vitejs/plugin-vue-jsx": "^3.0.1", - "@vue-macros/volar": "^0.9.5", + "@vue-macros/volar": "^0.9.6", "@vue/eslint-config-prettier": "^7.1.0", "@vue/eslint-config-typescript": "^11.0.3", "@vue/test-utils": "^2.3.2", @@ -67,13 +67,13 @@ "terser": "^5.17.1", "typescript": "^5.0.4", "unocss": "^0.51.8", - "unplugin-vue-define-options": "^1.3.3", + "unplugin-vue-define-options": "^1.3.4", "vite": "^4.3.3", "vite-plugin-svg-icons": "^2.0.1", "vite-svg-loader": "^4.0.0", "vitest": "^0.30.1", "vue-eslint-parser": "^9.1.1", - "vue-tsc": "1.4.4" + "vue-tsc": "^1.6.1" }, "lint-staged": { "*.{js,jsx,vue,ts,tsx}": [ |
