|
1 | 1 | {
|
2 | 2 | "private": true,
|
3 | 3 | "type": "module",
|
4 |
| - "packageManager": "pnpm@8.12.1", |
| 4 | + "packageManager": "pnpm@8.14.0", |
5 | 5 | "scripts": {
|
6 | 6 | "dev": "vite --open --host",
|
7 | 7 | "build": "vite build",
|
|
14 | 14 | "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore"
|
15 | 15 | },
|
16 | 16 | "dependencies": {
|
17 |
| - "@mdi/js": "^7.3.67", |
18 |
| - "@vueuse/core": "^10.7.0", |
19 |
| - "axios": "^1.6.2", |
| 17 | + "@mdi/js": "^7.4.47", |
| 18 | + "@vueuse/core": "^10.7.1", |
| 19 | + "axios": "^1.6.5", |
20 | 20 | "echarts": "^5.4.3",
|
21 | 21 | "pinia": "^2.1.7",
|
22 | 22 | "portal-vue": "^2.1.7",
|
23 | 23 | "vue": "^2.7.16",
|
24 |
| - "vue-echarts": "^6.6.5", |
| 24 | + "vue-echarts": "^6.6.8", |
25 | 25 | "vue-i18n": "^8.28.2",
|
26 |
| - "vue-i18n-bridge": "^9.8.0", |
| 26 | + "vue-i18n-bridge": "^9.9.0", |
27 | 27 | "vue-router": "^3.6.5",
|
28 | 28 | "vuetify": "^2.7.1"
|
29 | 29 | },
|
30 | 30 | "devDependencies": {
|
31 | 31 | "@intlify/unplugin-vue-i18n": "^2.0.0",
|
32 | 32 | "@kingyue/vite-plugin-vue2-svg": "^0.6.0",
|
33 |
| - "@kingyue/vuetify2-component-types": "^2.7.0", |
| 33 | + "vuetify2-component-types": "^2.7.0", |
34 | 34 | "@pinia/testing": "^0.1.3",
|
35 | 35 | "@rushstack/eslint-patch": "^1.6.1",
|
36 | 36 | "@testing-library/vue": "^5.9.0",
|
37 |
| - "@types/node": "^20.10.5", |
| 37 | + "@types/node": "^20.10.6", |
38 | 38 | "@vitejs/plugin-legacy": "^5.2.0",
|
39 | 39 | "@vitejs/plugin-vue2": "^2.3.1",
|
40 |
| - "@vue/eslint-config-prettier": "^8.0.0", |
| 40 | + "@vue/eslint-config-prettier": "^9.0.0", |
41 | 41 | "@vue/eslint-config-typescript": "^12.0.0",
|
42 | 42 | "@vue/test-utils": "^1.3.6",
|
43 |
| - "browserslist-to-esbuild": "^1.2.0", |
44 |
| - "cypress": "^13.6.1", |
| 43 | + "browserslist-to-esbuild": "^2.1.0", |
| 44 | + "cypress": "^13.6.2", |
45 | 45 | "eslint": "^8.56.0",
|
46 | 46 | "eslint-plugin-cypress": "^2.15.1",
|
47 | 47 | "eslint-plugin-vue": "^9.19.2",
|
48 | 48 | "flush-promises": "^1.0.2",
|
49 |
| - "jsdom": "^23.0.1", |
50 |
| - "msw": "^2.0.11", |
| 49 | + "jsdom": "^23.1.0", |
| 50 | + "msw": "^2.0.12", |
51 | 51 | "postcss-preset-env": "^9.3.0",
|
52 | 52 | "prettier": "^3.1.1",
|
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.26.0",
|
57 | 57 | "typescript": "^5.3.3",
|
58 |
| - "unplugin-auto-import": "^0.17.2", |
| 58 | + "unplugin-auto-import": "^0.17.3", |
59 | 59 | "unplugin-vue-components": "^0.26.0",
|
60 |
| - "vite": "^5.0.10", |
| 60 | + "vite": "^5.0.11", |
61 | 61 | "vite-plugin-inspect": "^0.8.1",
|
62 | 62 | "vite-plugin-pages": "^0.32.0",
|
63 | 63 | "vite-plugin-vue-layouts": "^0.8.0",
|
64 |
| - "vitest": "^1.1.0", |
| 64 | + "vitest": "^1.1.3", |
65 | 65 | "volar-plugin-vue-router": "^0.2.0",
|
66 | 66 | "vue-template-compiler": "^2.7.16",
|
67 |
| - "vue-tsc": "^1.8.26" |
| 67 | + "vue-tsc": "^1.8.27" |
68 | 68 | },
|
69 | 69 | "browserslist": [
|
70 | 70 | "> 1.3%",
|
|
79 | 79 | "pnpm": {
|
80 | 80 | "peerDependencyRules": {
|
81 | 81 | "allowedVersions": {
|
82 |
| - "vite": "5", |
83 |
| - "typescript": "^5.3.0" |
| 82 | + "vite-plugin-vue-layouts>vite": "5" |
84 | 83 | }
|
85 | 84 | }
|
86 | 85 | }
|
|
0 commit comments