Skip to content

Commit a36198e

Browse files
committed
update:update fronted package
1 parent fafc56b commit a36198e

File tree

3 files changed

+1445
-1506
lines changed

3 files changed

+1445
-1506
lines changed

fcb-fronted/components.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
/* eslint-disable */
2-
/* prettier-ignore */
32
// @ts-nocheck
43
// Generated by unplugin-vue-components
54
// Read more: https://github.com/vuejs/core/pull/3399
65
export {}
76

7+
/* prettier-ignore */
88
declare module 'vue' {
99
export interface GlobalComponents {
1010
CardTools: typeof import('./src/components/CardTools.vue')['default']

fcb-fronted/package.json

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -13,37 +13,37 @@
1313
},
1414
"dependencies": {
1515
"@traptitech/markdown-it-katex": "^3.6.0",
16-
"@types/markdown-it": "^13.0.0",
17-
"@types/markdown-it-link-attributes": "^3.0.1",
18-
"axios": "^1.4.0",
19-
"element-plus": "^2.3.9",
20-
"github-markdown-css": "^5.2.0",
21-
"highlight.js": "^11.8.0",
22-
"markdown-it": "^13.0.1",
16+
"@types/markdown-it": "^14.1.2",
17+
"@types/markdown-it-link-attributes": "^3.0.5",
18+
"axios": "^1.7.2",
19+
"element-plus": "^2.7.8",
20+
"github-markdown-css": "^5.6.1",
21+
"highlight.js": "^11.10.0",
22+
"markdown-it": "^14.1.0",
2323
"markdown-it-link-attributes": "^4.0.1",
24-
"pinia": "^2.1.4",
24+
"pinia": "^2.2.0",
2525
"qrcode.vue": "^3.4.1",
26-
"sass": "^1.64.2",
27-
"unplugin-auto-import": "^0.16.6",
28-
"unplugin-vue-components": "^0.25.1",
29-
"vue": "^3.3.4",
30-
"vue-i18n": "^9.3.0",
31-
"vue-router": "^4.2.4"
26+
"sass": "^1.77.8",
27+
"unplugin-auto-import": "^0.18.2",
28+
"unplugin-vue-components": "^0.27.3",
29+
"vue": "^3.4.34",
30+
"vue-i18n": "^9.13.1",
31+
"vue-router": "^4.4.0"
3232
},
3333
"devDependencies": {
34-
"@rushstack/eslint-patch": "^1.3.2",
35-
"@tsconfig/node18": "^18.2.0",
36-
"@types/node": "^18.17.0",
37-
"@vitejs/plugin-vue": "^4.2.3",
38-
"@vue/eslint-config-prettier": "^8.0.0",
39-
"@vue/eslint-config-typescript": "^11.0.3",
40-
"@vue/tsconfig": "^0.4.0",
41-
"eslint": "^8.45.0",
42-
"eslint-plugin-vue": "^9.15.1",
34+
"@rushstack/eslint-patch": "^1.10.4",
35+
"@tsconfig/node18": "^18.2.4",
36+
"@types/node": "^22.0.0",
37+
"@vitejs/plugin-vue": "^5.1.1",
38+
"@vue/eslint-config-prettier": "^9.0.0",
39+
"@vue/eslint-config-typescript": "^13.0.0",
40+
"@vue/tsconfig": "^0.5.1",
41+
"eslint": "^9.8.0",
42+
"eslint-plugin-vue": "^9.27.0",
4343
"npm-run-all": "^4.1.5",
44-
"prettier": "^3.0.0",
45-
"typescript": "~5.1.6",
46-
"vite": "^4.4.6",
47-
"vue-tsc": "^1.8.6"
44+
"prettier": "^3.3.3",
45+
"typescript": "~5.5.4",
46+
"vite": "^5.3.5",
47+
"vue-tsc": "^2.0.29"
4848
}
4949
}

0 commit comments

Comments
 (0)