Skip to content

Commit 34579e8

Browse files
deps(fe): Lock file maintenance fe
1 parent 27a7e38 commit 34579e8

File tree

2 files changed

+1784
-2089
lines changed

2 files changed

+1784
-2089
lines changed

fe/package.json

+32-32
Original file line numberDiff line numberDiff line change
@@ -11,64 +11,64 @@
1111
"postinstall": "nuxt prepare"
1212
},
1313
"dependencies": {
14-
"@ant-design-vue/nuxt": "1.4.5",
15-
"@fortawesome/free-brands-svg-icons": "^6.6.0",
16-
"@fortawesome/free-regular-svg-icons": "^6.6.0",
17-
"@fortawesome/free-solid-svg-icons": "^6.6.0",
14+
"@ant-design-vue/nuxt": "1.4.6",
15+
"@fortawesome/free-brands-svg-icons": "^6.7.1",
16+
"@fortawesome/free-regular-svg-icons": "^6.7.1",
17+
"@fortawesome/free-solid-svg-icons": "^6.7.1",
1818
"@hebilicious/vue-query-nuxt": "^0.3.0",
19-
"@nuxtjs/seo": "^2.0.0-rc.23",
20-
"@pinia/nuxt": "^0.5.5",
19+
"@nuxtjs/seo": "^2.0.2",
20+
"@pinia/nuxt": "^0.9.0",
2121
"@popperjs/core": "^2.11.8",
22-
"@tanstack/vue-query": "^5.59.16",
22+
"@tanstack/vue-query": "^5.62.3",
2323
"@vesp/nuxt-fontawesome": "^1.1.0",
24-
"@vueuse/nuxt": "^11.1.0",
25-
"ant-design-vue": "^4.2.5",
24+
"@vueuse/nuxt": "^12.0.0",
25+
"ant-design-vue": "^4.2.6",
2626
"bootstrap": "^5.3.3",
2727
"dayjs": "^1.11.13",
2828
"echarts": "^5.5.1",
2929
"lodash": "^4.17.21",
3030
"luxon": "^3.5.0",
3131
"noty": "^3.2.0-beta-deprecated",
32-
"nuxt": "3.13.2",
32+
"nuxt": "3.14.1592",
3333
"scroll-into-view-if-needed": "^3.1.0",
3434
"tippy.js": "^6.3.7",
35-
"v-viewer": "^3.0.20",
36-
"viewerjs": "^1.11.6",
37-
"vue": "^3.5.12",
38-
"vue-router": "^4.4.5"
35+
"v-viewer": "^3.0.21",
36+
"viewerjs": "^1.11.7",
37+
"vue": "^3.5.13",
38+
"vue-router": "^4.5.0"
3939
},
4040
"devDependencies": {
41-
"@eslint/compat": "^1.2.1",
42-
"@eslint/eslintrc": "^3.1.0",
43-
"@eslint/js": "^9.13.0",
44-
"@nuxt/eslint": "^0.6.0",
45-
"@tanstack/eslint-plugin-query": "^5.59.7",
46-
"@tanstack/vue-query-devtools": "^5.59.16",
41+
"@eslint/compat": "^1.2.4",
42+
"@eslint/eslintrc": "^3.2.0",
43+
"@eslint/js": "^9.16.0",
44+
"@nuxt/eslint": "^0.7.2",
45+
"@tanstack/eslint-plugin-query": "^5.62.1",
46+
"@tanstack/vue-query-devtools": "^5.62.3",
4747
"@types/bootstrap": "^5.2.10",
4848
"@types/eslint": "^9.6.1",
49-
"@types/lodash": "^4.17.12",
49+
"@types/lodash": "^4.17.13",
5050
"@types/luxon": "^3.4.2",
51-
"@types/node": "^22.8.1",
52-
"@typescript-eslint/eslint-plugin": "^8.11.0",
53-
"@typescript-eslint/parser": "^8.11.0",
54-
"@vue/eslint-config-typescript": "^14.1.3",
51+
"@types/node": "^22.10.1",
52+
"@typescript-eslint/eslint-plugin": "^8.17.0",
53+
"@typescript-eslint/parser": "^8.17.0",
54+
"@vue/eslint-config-typescript": "^14.1.4",
5555
"checkcss": "^2.0.9",
56-
"eslint": "^9.13.0",
57-
"eslint-import-resolver-typescript": "^3.6.3",
56+
"eslint": "^9.16.0",
57+
"eslint-import-resolver-typescript": "^3.7.0",
5858
"eslint-plugin-pinia": "^0.4.1",
59-
"eslint-plugin-vue": "^9.29.1",
59+
"eslint-plugin-vue": "^9.32.0",
6060
"schema-dts": "^1.1.2",
6161
"stats.js": "^0.17.0",
6262
"type-coverage": "^2.29.7",
63-
"typescript": "^5.6.3",
63+
"typescript": "^5.7.2",
6464
"typescript-eslint-parser-for-extra-files": "^0.7.0",
65-
"vite-bundle-analyzer": "^0.12.1",
66-
"vue-tsc": "^2.1.8"
65+
"vite-bundle-analyzer": "^0.15.2",
66+
"vue-tsc": "^2.1.10"
6767
},
6868
"browserslist": [
6969
"> 1% in CN",
7070
"not ie 11",
7171
"not dead"
7272
],
73-
"packageManager": "yarn@4.5.1"
73+
"packageManager": "yarn@4.5.3"
7474
}

0 commit comments

Comments
 (0)