|
48 | 48 | },
|
49 | 49 | "dependencies": {
|
50 | 50 | "@element-plus/icons-vue": "2.1.0",
|
51 |
| - "@fortawesome/fontawesome-svg-core": "6.4.0", |
52 |
| - "@fortawesome/free-brands-svg-icons": "6.4.0", |
53 |
| - "@fortawesome/free-regular-svg-icons": "6.4.0", |
54 |
| - "@fortawesome/free-solid-svg-icons": "6.4.0", |
| 51 | + "@fortawesome/fontawesome-svg-core": "6.4.2", |
| 52 | + "@fortawesome/free-brands-svg-icons": "6.4.2", |
| 53 | + "@fortawesome/free-regular-svg-icons": "6.4.2", |
| 54 | + "@fortawesome/free-solid-svg-icons": "6.4.2", |
55 | 55 | "@fortawesome/vue-fontawesome": "~3.0.3",
|
56 |
| - "@vueuse/core": "^10.2.1", |
| 56 | + "@vueuse/core": "^10.3.0", |
57 | 57 | "axios": "1.4.0",
|
58 | 58 | "echarts": "^5.4.3",
|
59 |
| - "element-plus": "2.3.8", |
| 59 | + "element-plus": "2.3.9", |
60 | 60 | "js-cookie": "^3.0.5",
|
61 | 61 | "lodash": "^4.17.21",
|
62 | 62 | "nprogress": "^0.2.0",
|
63 |
| - "pinia": "^2.1.4", |
| 63 | + "pinia": "^2.1.6", |
64 | 64 | "uuid": "^9.0.0",
|
65 | 65 | "vue": "^3.3.4",
|
66 | 66 | "vue-i18n": "^9.2.2",
|
|
70 | 70 | "@babel/core": "^7.22.9",
|
71 | 71 | "@babel/preset-env": "^7.22.9",
|
72 | 72 | "@types/js-cookie": "^3.0.3",
|
73 |
| - "@types/lodash": "^4.14.195", |
74 |
| - "@types/node": "^20.4.2", |
| 73 | + "@types/lodash": "^4.14.196", |
| 74 | + "@types/node": "^20.4.8", |
75 | 75 | "@types/nprogress": "^0.2.0",
|
76 |
| - "@typescript-eslint/eslint-plugin": "^6.1.0", |
77 |
| - "@typescript-eslint/parser": "^6.1.0", |
| 76 | + "@typescript-eslint/eslint-plugin": "^6.2.1", |
| 77 | + "@typescript-eslint/parser": "^6.2.1", |
78 | 78 | "@vitejs/plugin-vue": "^4.2.3",
|
79 |
| - "@vitest/coverage-c8": "^0.33.0", |
| 79 | + "@vitest/coverage-v8": "^0.34.1", |
80 | 80 | "@vue/compiler-sfc": "^3.3.4",
|
81 | 81 | "@vue/test-utils": "2.4.1",
|
82 | 82 | "babel-plugin-transform-vite-meta-env": "^1.0.3",
|
83 | 83 | "cross-env": "^7.0.3",
|
84 |
| - "eslint": "^8.45.0", |
| 84 | + "eslint": "^8.46.0", |
85 | 85 | "eslint-plugin-html": "7.1.0",
|
86 |
| - "eslint-plugin-import": "^2.27.5", |
87 |
| - "eslint-plugin-vue": "^9.15.1", |
| 86 | + "eslint-plugin-import": "^2.28.0", |
| 87 | + "eslint-plugin-vue": "^9.16.1", |
88 | 88 | "identity-obj-proxy": "^3.0.0",
|
89 | 89 | "jsdom": "^22.1.0",
|
90 |
| - "postcss": "^8.4.26", |
| 90 | + "postcss": "^8.4.27", |
91 | 91 | "postcss-html": "^1.5.0",
|
92 | 92 | "postcss-scss": "^4.0.6",
|
93 |
| - "rollup": "^3.26.3", |
94 |
| - "sass": "^1.63.6", |
95 |
| - "stylelint": "^15.10.1", |
| 93 | + "rollup": "^3.27.2", |
| 94 | + "sass": "^1.64.2", |
| 95 | + "stylelint": "^15.10.2", |
96 | 96 | "stylelint-config-recommended-scss": "12.0.0",
|
97 | 97 | "stylelint-config-recommended-vue": "^1.5.0",
|
98 | 98 | "stylelint-config-standard": "^34.0.0",
|
99 | 99 | "stylelint-config-standard-scss": "10.0.0",
|
100 |
| - "sucrase": "^3.33.0", |
| 100 | + "sucrase": "^3.34.0", |
101 | 101 | "typescript": "^5.1.6",
|
102 | 102 | "unplugin-auto-import": "^0.16.6",
|
103 | 103 | "unplugin-vue-components": "^0.25.1",
|
104 |
| - "vite": "^4.4.4", |
105 |
| - "vitest": "^0.33.0" |
| 104 | + "vite": "^4.4.8", |
| 105 | + "vitest": "^0.34.1" |
106 | 106 | }
|
107 | 107 | }
|
0 commit comments