|
1 | 1 | {
|
2 | 2 | "private": true,
|
3 | 3 | "type": "module",
|
4 |
| - "packageManager": "pnpm@8.10.5", |
| 4 | + "packageManager": "pnpm@8.11.0", |
5 | 5 | "scripts": {
|
6 | 6 | "dev": "vite --open --host",
|
7 | 7 | "build": "vite build",
|
|
23 | 23 | "vue": "^2.7.15",
|
24 | 24 | "vue-echarts": "^6.6.1",
|
25 | 25 | "vue-i18n": "^8.28.2",
|
26 |
| - "vue-i18n-bridge": "^9.7.0", |
| 26 | + "vue-i18n-bridge": "^9.8.0", |
27 | 27 | "vue-router": "^3.6.5",
|
28 | 28 | "vuetify": "^2.7.1"
|
29 | 29 | },
|
|
32 | 32 | "@kingyue/vite-plugin-vue2-svg": "^0.6.0",
|
33 | 33 | "@kingyue/vuetify2-component-types": "^2.7.0",
|
34 | 34 | "@pinia/testing": "^0.1.3",
|
35 |
| - "@rushstack/eslint-patch": "^1.5.1", |
| 35 | + "@rushstack/eslint-patch": "^1.6.0", |
36 | 36 | "@testing-library/vue": "^5.9.0",
|
37 |
| - "@types/node": "^20.9.2", |
38 |
| - "@vitejs/plugin-legacy": "^5.0.0", |
| 37 | + "@types/node": "^20.10.0", |
| 38 | + "@vitejs/plugin-legacy": "^5.2.0", |
39 | 39 | "@vitejs/plugin-vue2": "^2.3.1",
|
40 | 40 | "@vue/eslint-config-prettier": "^8.0.0",
|
41 | 41 | "@vue/eslint-config-typescript": "^12.0.0",
|
42 | 42 | "@vue/test-utils": "^1.3.6",
|
43 | 43 | "browserslist-to-esbuild": "^1.2.0",
|
44 |
| - "cypress": "^13.5.1", |
| 44 | + "cypress": "^13.6.0", |
45 | 45 | "eslint": "^8.54.0",
|
46 | 46 | "eslint-plugin-cypress": "^2.15.1",
|
47 | 47 | "eslint-plugin-vue": "^9.18.1",
|
48 | 48 | "flush-promises": "^1.0.2",
|
49 |
| - "jsdom": "^22.1.0", |
50 |
| - "msw": "^2.0.8", |
| 49 | + "jsdom": "^23.0.0", |
| 50 | + "msw": "^2.0.9", |
51 | 51 | "postcss-preset-env": "^9.3.0",
|
52 | 52 | "prettier": "^3.1.0",
|
53 | 53 | "rollup-plugin-regexp": "^5.0.1",
|
54 | 54 | "sass": "~1.32.13",
|
55 | 55 | "start-server-and-test": "^2.0.3",
|
56 | 56 | "terser": "^5.24.0",
|
57 |
| - "typescript": "^5.2.2", |
58 |
| - "unplugin-auto-import": "^0.16.7", |
| 57 | + "typescript": "~5.2.2", |
| 58 | + "unplugin-auto-import": "^0.17.1", |
59 | 59 | "unplugin-vue-components": "^0.25.2",
|
60 |
| - "vite": "^5.0.0", |
61 |
| - "vite-plugin-inspect": "^0.7.42", |
62 |
| - "vite-plugin-pages": "^0.31.0", |
| 60 | + "vite": "^5.0.2", |
| 61 | + "vite-plugin-inspect": "^0.8.0", |
| 62 | + "vite-plugin-pages": "^0.32.0", |
63 | 63 | "vite-plugin-vue-layouts": "^0.8.0",
|
64 | 64 | "vitest": "^0.34.6",
|
65 | 65 | "volar-plugin-vue-router": "^0.2.0",
|
|
75 | 75 | ],
|
76 | 76 | "msw": {
|
77 | 77 | "workerDirectory": "public"
|
78 |
| - }, |
79 |
| - "pnpm": { |
80 |
| - "peerDependencyRules": { |
81 |
| - "allowedVersions": { |
82 |
| - "vite": "5" |
83 |
| - } |
84 |
| - } |
85 | 78 | }
|
86 | 79 | }
|
0 commit comments