upgrade npm package version

This commit is contained in:
Young Xu 2023-02-20 00:04:11 +08:00
parent 8efe30265d
commit cd3fd5cb14
Signed by: xuthus5
GPG Key ID: A23CF9620CBB55F9
4 changed files with 12 additions and 1107 deletions

View File

@ -2,6 +2,7 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>{{.ProjectName}}</title>
</head>

File diff suppressed because it is too large Load Diff

View File

@ -1,20 +1,22 @@
{
"name": "{{.ProjectName}}",
"version": "0.1.0",
"author": "{{.AuthorName}}",
"private": true,
"version": "0.0.1",
"author": "{{.AuthorName}}",
"type": "module",
"scripts": {
"dev": "vite build --watch",
"type-check": "vue-tsc --noEmit",
"build": "vite build"
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"vue": "^3.2.13"
"vue": "^3.2.45"
},
"devDependencies": {
"@vitejs/plugin-vue": "^1.9.0",
"typescript": "^4.4.3",
"vite": "^2.5.10",
"vue-tsc": "^0.3.0"
"@vitejs/plugin-vue": "^4.0.0",
"typescript": "^4.9.3",
"vite": "^4.1.0",
"vue-tsc": "^1.0.24"
}
}

View File

@ -9,6 +9,7 @@
"sourceMap": true,
"resolveJsonModule": true,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"lib": ["esnext", "dom"]
},
"include": ["src/**/*.ts", "src/**/*.d.ts", "src/**/*.tsx", "src/**/*.vue"],