|
13 | 13 | "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore" |
14 | 14 | }, |
15 | 15 | "dependencies": { |
16 | | - "pinia": "^3.0.1", |
17 | | - "sass": "^1.85.0", |
18 | | - "sass-loader": "^16.0.5", |
19 | | - "vue": "^3.5.13", |
20 | | - "vue-i18n": "^11.1.1", |
21 | | - "vue-router": "^4.5.0" |
| 16 | + "pinia": "^3.0.4", |
| 17 | + "sass": "^1.97.3", |
| 18 | + "sass-loader": "^16.0.7", |
| 19 | + "vue": "^3.5.28", |
| 20 | + "vue-i18n": "^11.2.8", |
| 21 | + "vue-router": "^5.0.2" |
22 | 22 | }, |
23 | 23 | "devDependencies": { |
24 | | - "@rushstack/eslint-patch": "^1.10.5", |
25 | | - "@types/jsdom": "^21.1.7", |
26 | | - "@types/node": "^22.13.4", |
27 | | - "@vitejs/plugin-vue": "^5.2.1", |
28 | | - "@vitejs/plugin-vue-jsx": "^4.1.1", |
| 24 | + "@rushstack/eslint-patch": "^1.15.0", |
| 25 | + "@types/jsdom": "^27.0.0", |
| 26 | + "@types/node": "^25.2.2", |
| 27 | + "@vitejs/plugin-vue": "^6.0.4", |
| 28 | + "@vitejs/plugin-vue-jsx": "^5.1.4", |
29 | 29 | "@vue/eslint-config-prettier": "^10.2.0", |
30 | | - "@vue/eslint-config-typescript": "^14.4.0", |
| 30 | + "@vue/eslint-config-typescript": "^14.6.0", |
31 | 31 | "@vue/test-utils": "^2.4.6", |
32 | | - "@vue/tsconfig": "^0.7.0", |
33 | | - "cypress": "^14.0.3", |
34 | | - "eslint": "^9.20.1", |
35 | | - "eslint-plugin-cypress": "^4.1.0", |
36 | | - "eslint-plugin-vue": "^9.32.0", |
37 | | - "jsdom": "^26.0.0", |
| 32 | + "@vue/tsconfig": "^0.8.1", |
| 33 | + "cypress": "^15.10.0", |
| 34 | + "eslint": "^10.0.0", |
| 35 | + "eslint-plugin-cypress": "^5.2.1", |
| 36 | + "eslint-plugin-vue": "^10.7.0", |
| 37 | + "jsdom": "^28.0.0", |
38 | 38 | "npm-run-all": "^4.1.5", |
39 | | - "prettier": "^3.5.1", |
40 | | - "start-server-and-test": "^2.0.10", |
41 | | - "typescript": "~5.7.3", |
42 | | - "vite": "^6.1.0", |
43 | | - "vite-plugin-pwa": "^0.21.1", |
44 | | - "vitest": "^3.0.5", |
45 | | - "vue-tsc": "^2.2.2" |
| 39 | + "prettier": "^3.8.1", |
| 40 | + "start-server-and-test": "^2.1.3", |
| 41 | + "typescript": "~5.9.3", |
| 42 | + "vite": "^7.3.1", |
| 43 | + "vite-plugin-pwa": "^1.2.0", |
| 44 | + "vitest": "^4.0.18", |
| 45 | + "vue-tsc": "^3.2.4" |
| 46 | + }, |
| 47 | + "overrides": { |
| 48 | + "@rollup/plugin-node-resolve": "^15.2.3" |
46 | 49 | } |
47 | 50 | } |
0 commit comments