Skip to content

Commit

Permalink
update:update fronted package
Browse files Browse the repository at this point in the history
  • Loading branch information
vastsa committed Jul 28, 2024
1 parent fafc56b commit a36198e
Show file tree
Hide file tree
Showing 3 changed files with 1,445 additions and 1,506 deletions.
2 changes: 1 addition & 1 deletion fcb-fronted/components.d.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
/* eslint-disable */
/* prettier-ignore */
// @ts-nocheck
// Generated by unplugin-vue-components
// Read more: https://github.com/vuejs/core/pull/3399
export {}

/* prettier-ignore */
declare module 'vue' {
export interface GlobalComponents {
CardTools: typeof import('./src/components/CardTools.vue')['default']
Expand Down
54 changes: 27 additions & 27 deletions fcb-fronted/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,37 +13,37 @@
},
"dependencies": {
"@traptitech/markdown-it-katex": "^3.6.0",
"@types/markdown-it": "^13.0.0",
"@types/markdown-it-link-attributes": "^3.0.1",
"axios": "^1.4.0",
"element-plus": "^2.3.9",
"github-markdown-css": "^5.2.0",
"highlight.js": "^11.8.0",
"markdown-it": "^13.0.1",
"@types/markdown-it": "^14.1.2",
"@types/markdown-it-link-attributes": "^3.0.5",
"axios": "^1.7.2",
"element-plus": "^2.7.8",
"github-markdown-css": "^5.6.1",
"highlight.js": "^11.10.0",
"markdown-it": "^14.1.0",
"markdown-it-link-attributes": "^4.0.1",
"pinia": "^2.1.4",
"pinia": "^2.2.0",
"qrcode.vue": "^3.4.1",
"sass": "^1.64.2",
"unplugin-auto-import": "^0.16.6",
"unplugin-vue-components": "^0.25.1",
"vue": "^3.3.4",
"vue-i18n": "^9.3.0",
"vue-router": "^4.2.4"
"sass": "^1.77.8",
"unplugin-auto-import": "^0.18.2",
"unplugin-vue-components": "^0.27.3",
"vue": "^3.4.34",
"vue-i18n": "^9.13.1",
"vue-router": "^4.4.0"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.3.2",
"@tsconfig/node18": "^18.2.0",
"@types/node": "^18.17.0",
"@vitejs/plugin-vue": "^4.2.3",
"@vue/eslint-config-prettier": "^8.0.0",
"@vue/eslint-config-typescript": "^11.0.3",
"@vue/tsconfig": "^0.4.0",
"eslint": "^8.45.0",
"eslint-plugin-vue": "^9.15.1",
"@rushstack/eslint-patch": "^1.10.4",
"@tsconfig/node18": "^18.2.4",
"@types/node": "^22.0.0",
"@vitejs/plugin-vue": "^5.1.1",
"@vue/eslint-config-prettier": "^9.0.0",
"@vue/eslint-config-typescript": "^13.0.0",
"@vue/tsconfig": "^0.5.1",
"eslint": "^9.8.0",
"eslint-plugin-vue": "^9.27.0",
"npm-run-all": "^4.1.5",
"prettier": "^3.0.0",
"typescript": "~5.1.6",
"vite": "^4.4.6",
"vue-tsc": "^1.8.6"
"prettier": "^3.3.3",
"typescript": "~5.5.4",
"vite": "^5.3.5",
"vue-tsc": "^2.0.29"
}
}
Loading

0 comments on commit a36198e

Please sign in to comment.