chore: Update npm dependencies and configuration files
Some checks failed
CI / cache-and-install (push) Failing after 46s
Some checks failed
CI / cache-and-install (push) Failing after 46s
This commit is contained in:
2
.npmrc
Normal file
2
.npmrc
Normal file
@ -0,0 +1,2 @@
|
||||
use-node-version=20.16.0
|
||||
registry=https://registry.npmmirror.com
|
@ -14,9 +14,11 @@
|
||||
"format": "prettier --write src/"
|
||||
},
|
||||
"dependencies": {
|
||||
"@types/nprogress": "^0.2.3",
|
||||
"nprogress": "^0.2.0",
|
||||
"page-stack-vue3": "^2.5.6",
|
||||
"pinia": "^2.2.0",
|
||||
"utils4u": "^1.0.24",
|
||||
"vant": "^4.9.4",
|
||||
"vue": "^3.4.35",
|
||||
"vue-router": "^4.4.2"
|
||||
},
|
||||
@ -24,7 +26,8 @@
|
||||
"@rushstack/eslint-patch": "^1.10.4",
|
||||
"@tsconfig/node20": "^20.1.4",
|
||||
"@types/jsdom": "^21.1.7",
|
||||
"@types/node": "^20.14.14",
|
||||
"@types/node": "^22.1.0",
|
||||
"@types/nprogress": "^0.2.3",
|
||||
"@unocss/preset-rem-to-px": "^0.61.9",
|
||||
"@unocss/reset": "^0.61.9",
|
||||
"@vant/auto-import-resolver": "^1.2.1",
|
||||
@ -39,7 +42,7 @@
|
||||
"jsdom": "^24.1.1",
|
||||
"npm-run-all2": "^6.2.2",
|
||||
"prettier": "^3.3.3",
|
||||
"typescript": "~5.4.5",
|
||||
"typescript": "~5.5.4",
|
||||
"unocss": "^0.61.9",
|
||||
"unplugin-auto-import": "^0.18.2",
|
||||
"unplugin-vue-components": "^0.27.3",
|
||||
|
571
pnpm-lock.yaml
generated
571
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
@ -1,5 +1,5 @@
|
||||
import './assets/main.css'
|
||||
import 'uno.css'
|
||||
import 'virtual:uno.css'
|
||||
|
||||
import { createApp } from 'vue'
|
||||
import { createPinia } from 'pinia'
|
||||
|
@ -23,12 +23,6 @@ export default defineConfig(({ mode, command }) => {
|
||||
getRouteName: (routeNode) => getPascalCaseRouteName(routeNode),
|
||||
logs: false,
|
||||
}),
|
||||
AutoImport({
|
||||
imports: [
|
||||
'vue-router',
|
||||
VueRouterAutoImports,
|
||||
],
|
||||
}),
|
||||
// other plugins
|
||||
AutoImport({
|
||||
resolvers: [
|
||||
|
Reference in New Issue
Block a user