|
2 | 2 | "name": "vue-starter",
|
3 | 3 | "type": "module",
|
4 | 4 | "version": "1.0.0",
|
5 |
| - "packageManager": "pnpm@10.13.0", |
| 5 | + "packageManager": "pnpm@10.13.1", |
6 | 6 | "scripts": {
|
7 | 7 | "bootstrap": "npm install",
|
8 | 8 | "start": "npm run dev",
|
|
31 | 31 | "vue-router": "^4.5.1"
|
32 | 32 | },
|
33 | 33 | "devDependencies": {
|
34 |
| - "@coderwyd/eslint-config": "^4.2.0", |
| 34 | + "@coderwyd/eslint-config": "^4.4.1", |
35 | 35 | "@types/fs-extra": "^11.0.4",
|
36 | 36 | "@types/lodash-es": "^4.17.12",
|
37 |
| - "@types/node": "^22.16.3", |
| 37 | + "@types/node": "^22.16.4", |
38 | 38 | "@types/qs": "^6.14.0",
|
39 | 39 | "@unocss/eslint-plugin": "^66.3.3",
|
40 |
| - "@vitejs/plugin-vue": "^5.2.4", |
41 |
| - "@vitejs/plugin-vue-jsx": "^4.2.0", |
| 40 | + "@vitejs/plugin-vue": "^6.0.0", |
| 41 | + "@vitejs/plugin-vue-jsx": "^5.0.1", |
42 | 42 | "cross-env": "^7.0.3",
|
43 |
| - "dotenv": "^16.6.1", |
| 43 | + "dotenv": "^17.2.0", |
44 | 44 | "eslint": "^9.31.0",
|
45 |
| - "eslint-plugin-oxlint": "^0.18.1", |
| 45 | + "eslint-plugin-oxlint": "^1.6.0", |
46 | 46 | "fs-extra": "^11.3.0",
|
47 | 47 | "lint-staged": "^16.1.2",
|
48 |
| - "oxlint": "^0.18.1", |
| 48 | + "oxlint": "^1.7.0", |
49 | 49 | "picocolors": "^1.1.1",
|
50 | 50 | "sass": "^1.89.2",
|
51 | 51 | "simple-git-hooks": "^2.13.0",
|
|
55 | 55 | "unplugin-auto-import": "^19.3.0",
|
56 | 56 | "unplugin-icons": "^22.1.0",
|
57 | 57 | "unplugin-vue-components": "^28.8.0",
|
58 |
| - "vite": "^6.3.5", |
| 58 | + "vite": "^7.0.5", |
59 | 59 | "vite-plugin-compression": "^0.5.1",
|
60 | 60 | "vite-plugin-html": "^3.2.2",
|
61 | 61 | "vite-plugin-vue-devtools": "^7.7.7",
|
62 |
| - "vue-tsc": "^2.2.12" |
| 62 | + "vue-tsc": "^3.0.1" |
63 | 63 | },
|
64 | 64 | "pnpm": {
|
65 | 65 | "onlyBuiltDependencies": [
|
|
0 commit comments