Skip to content

Commit

Permalink
fix: github workflow frontend build error
Browse files Browse the repository at this point in the history
  • Loading branch information
moeakwak committed Dec 10, 2023
1 parent 7508481 commit 9c7f66f
Show file tree
Hide file tree
Showing 5 changed files with 643 additions and 617 deletions.
1 change: 0 additions & 1 deletion frontend/components.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ declare module 'vue' {
NSpin: typeof import('naive-ui')['NSpin']
NStatistic: typeof import('naive-ui')['NStatistic']
NSwitch: typeof import('naive-ui')['NSwitch']
NTab: typeof import('naive-ui')['NTab']
NTabPane: typeof import('naive-ui')['NTabPane']
NTabs: typeof import('naive-ui')['NTabs']
NTag: typeof import('naive-ui')['NTag']
Expand Down
42 changes: 21 additions & 21 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,23 +13,23 @@
},
"dependencies": {
"@lljj/vue3-form-naive": "^1.19.1",
"@sentry/tracing": "^7.84.0",
"@sentry/vue": "^7.84.0",
"@sentry/tracing": "^7.86.0",
"@sentry/vue": "^7.86.0",
"@traptitech/markdown-it-katex": "^3.6.0",
"@vueuse/core": "^10.6.1",
"@vueuse/core": "^10.7.0",
"axios": "^1.6.2",
"clipboard-polyfill": "^4.0.1",
"dompurify": "^3.0.6",
"echarts": "^5.4.3",
"file-saver": "^2.0.5",
"highlight.js": "^11.9.0",
"katex": "^0.16.9",
"markdown-it": "^13.0.2",
"markdown-it": "^14.0.0",
"markdown-it-highlightjs": "^4.0.1",
"pinia": "^2.1.7",
"uuid": "^9.0.1",
"vue": "^3.3.9",
"vue-echarts": "^6.6.1",
"vue": "^3.3.11",
"vue-echarts": "^6.6.2",
"vue-i18n": "^9.8.0",
"vue-router": "^4.2.5",
"vue3-json-viewer": "^2.2.2"
Expand All @@ -40,35 +40,35 @@
"@types/file-saver": "^2.0.7",
"@types/katex": "^0.16.7",
"@types/markdown-it": "^13.0.7",
"@types/node": "^20.10.1",
"@types/node": "^20.10.4",
"@types/uuid": "^9.0.7",
"@typescript-eslint/eslint-plugin": "^6.13.1",
"@typescript-eslint/parser": "^6.13.1",
"@unocss/preset-uno": "^0.57.7",
"@unocss/transformer-directives": "^0.57.7",
"@unocss/vite": "^0.57.7",
"@typescript-eslint/eslint-plugin": "^6.13.2",
"@typescript-eslint/parser": "^6.13.2",
"@unocss/preset-uno": "^0.58.0",
"@unocss/transformer-directives": "^0.58.0",
"@unocss/vite": "^0.58.0",
"@vicons/ionicons4": "^0.12.0",
"@vicons/ionicons5": "^0.12.0",
"@vicons/material": "^0.12.0",
"@vitejs/plugin-vue": "^4.5.0",
"eslint": "^8.54.0",
"eslint-config-prettier": "^9.0.0",
"@vitejs/plugin-vue": "^4.5.2",
"eslint": "^8.55.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-vue": "^9.19.2",
"local-pkg": "^0.5.0",
"naive-ui": "^2.35.0",
"openapi-typescript": "^6.7.1",
"openapi-typescript": "^6.7.2",
"prettier": "^3.1.0",
"typescript": "^5.3.2",
"unocss": "^0.57.7",
"unplugin-vue-components": "^0.25.2",
"typescript": "^5.3.3",
"unocss": "^0.58.0",
"unplugin-vue-components": "^0.26.0",
"vfonts": "^0.0.3",
"vite": "^5.0.4",
"vite": "^5.0.7",
"vite-plugin-eslint": "^1.8.1",
"vite-svg-loader": "^5.1.0",
"vue-tsc": "^1.8.24"
"vue-tsc": "^1.8.25"
}
}
Loading

0 comments on commit 9c7f66f

Please sign in to comment.