mirror of
https://github.com/un-pany/v3-admin-vite.git
synced 2025-04-19 02:19:20 +08:00
chore: update dependencies
This commit is contained in:
parent
5dcd7105c0
commit
cf24e82e53
@ -36,7 +36,8 @@ export default antfu(
|
||||
"no-console": "off",
|
||||
"no-debugger": "off",
|
||||
"symbol-description": "off",
|
||||
"antfu/if-newline": "off"
|
||||
"antfu/if-newline": "off",
|
||||
"unicorn/no-instanceof-builtins": "off"
|
||||
}
|
||||
}
|
||||
)
|
||||
|
24
package.json
24
package.json
@ -16,7 +16,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@element-plus/icons-vue": "2.3.1",
|
||||
"axios": "1.7.9",
|
||||
"axios": "1.8.1",
|
||||
"dayjs": "1.11.13",
|
||||
"element-plus": "2.9.5",
|
||||
"js-cookie": "3.0.5",
|
||||
@ -33,30 +33,30 @@
|
||||
"vxe-table": "4.6.25"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@antfu/eslint-config": "4.3.0",
|
||||
"@antfu/eslint-config": "4.5.1",
|
||||
"@types/js-cookie": "3.0.6",
|
||||
"@types/lodash-es": "4.17.12",
|
||||
"@types/node": "22.13.4",
|
||||
"@types/node": "22.13.9",
|
||||
"@types/nprogress": "0.2.3",
|
||||
"@types/path-browserify": "1.0.3",
|
||||
"@vitejs/plugin-vue": "5.2.1",
|
||||
"@vitejs/plugin-vue-jsx": "4.1.1",
|
||||
"@vue/test-utils": "2.4.6",
|
||||
"eslint": "9.20.1",
|
||||
"eslint": "9.21.0",
|
||||
"eslint-plugin-format": "1.0.1",
|
||||
"happy-dom": "17.1.1",
|
||||
"happy-dom": "17.2.2",
|
||||
"husky": "9.1.7",
|
||||
"lint-staged": "15.4.3",
|
||||
"sass": "1.78.0",
|
||||
"typescript": "5.7.3",
|
||||
"unocss": "66.0.0",
|
||||
"unplugin-auto-import": "19.1.0",
|
||||
"typescript": "5.8.2",
|
||||
"unocss": "66.1.0-beta.3",
|
||||
"unplugin-auto-import": "19.1.1",
|
||||
"unplugin-svg-component": "0.12.1",
|
||||
"unplugin-vue-components": "28.4.0",
|
||||
"vite": "6.1.1",
|
||||
"unplugin-vue-components": "28.4.1",
|
||||
"vite": "6.2.0",
|
||||
"vite-svg-loader": "5.1.0",
|
||||
"vitest": "3.0.6",
|
||||
"vue-tsc": "2.2.2"
|
||||
"vitest": "3.0.7",
|
||||
"vue-tsc": "2.2.8"
|
||||
},
|
||||
"lint-staged": {
|
||||
"*": "eslint --fix"
|
||||
|
1747
pnpm-lock.yaml
generated
1747
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user