Skip to content

Commit b60d609

Browse files
committed
chore: update deps
1 parent 4e52563 commit b60d609

File tree

8 files changed

+1072
-840
lines changed

8 files changed

+1072
-840
lines changed

app/auto-imports.d.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ declare global {
8484
// for vue template auto import
8585
import { UnwrapRef } from 'vue'
8686
declare module 'vue' {
87+
interface GlobalComponents {}
8788
interface ComponentCustomProperties {
8889
readonly EffectScope: UnwrapRef<typeof import('vue')['EffectScope']>
8990
readonly acceptHMRUpdate: UnwrapRef<typeof import('pinia')['acceptHMRUpdate']>
@@ -157,6 +158,7 @@ declare module 'vue' {
157158
}
158159
}
159160
declare module '@vue/runtime-core' {
161+
interface GlobalComponents {}
160162
interface ComponentCustomProperties {
161163
readonly EffectScope: UnwrapRef<typeof import('vue')['EffectScope']>
162164
readonly acceptHMRUpdate: UnwrapRef<typeof import('pinia')['acceptHMRUpdate']>

app/package.json

Lines changed: 34 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -12,63 +12,64 @@
1212
},
1313
"dependencies": {
1414
"@ant-design/icons-vue": "^7.0.1",
15-
"@formkit/auto-animate": "^0.8.0",
16-
"@vue/reactivity": "^3.4.13",
17-
"@vue/shared": "^3.4.13",
18-
"@vueuse/core": "^10.7.2",
19-
"ant-design-vue": "4.1.2",
20-
"apexcharts": "^3.47.0",
21-
"axios": "^1.6.7",
15+
"@formkit/auto-animate": "^0.8.2",
16+
"@vue/reactivity": "^3.4.25",
17+
"@vue/shared": "^3.4.25",
18+
"@vueuse/core": "^10.9.0",
19+
"ant-design-vue": "^4.2.1",
20+
"apexcharts": "^3.49.0",
21+
"axios": "^1.6.8",
2222
"dayjs": "^1.11.10",
2323
"highlight.js": "^11.9.0",
2424
"lodash": "^4.17.21",
2525
"marked": "^10.0.0",
2626
"nprogress": "^0.2.0",
2727
"pinia": "^2.1.7",
28-
"pinia-plugin-persistedstate": "^3.0.2",
28+
"pinia-plugin-persistedstate": "^3.2.1",
2929
"reconnecting-websocket": "^4.4.0",
30-
"sortablejs": "^1.15.0",
30+
"sortablejs": "^1.15.2",
3131
"vite-plugin-build-id": "^0.2.8",
32-
"vue": "3.4.17",
33-
"vue-github-button": "https://github.com/0xJacky/vue-github-button",
34-
"vue-router": "^4.2.5",
32+
"vue": "^3.4.25",
33+
"vue-github-button": "github:0xJacky/vue-github-button",
34+
"vue-router": "^4.3.2",
3535
"vue3-ace-editor": "2.2.4",
3636
"vue3-apexcharts": "1.4.4",
37-
"vue3-gettext": "^3.0.0-beta.4",
37+
"vue3-gettext": "3.0.0-beta.4",
3838
"vuedraggable": "^4.1.0",
3939
"xterm": "^5.3.0",
40-
"xterm-addon-attach": "^0.9.0",
41-
"xterm-addon-fit": "^0.8.0"
40+
"@xterm/addon-attach": "^0.11.0",
41+
"@xterm/addon-fit": "^0.10.0"
4242
},
4343
"devDependencies": {
4444
"@antfu/eslint-config-vue": "^0.43.1",
45-
"@types/lodash": "^4.14.202",
46-
"@types/nprogress": "^0.2.0",
47-
"@types/sortablejs": "^1.15.0",
48-
"@typescript-eslint/eslint-plugin": "^6.18.1",
49-
"@typescript-eslint/parser": "^6.18.1",
50-
"@vitejs/plugin-vue": "^5.0.3",
45+
"@types/lodash": "^4.17.0",
46+
"@types/nprogress": "^0.2.3",
47+
"@types/sortablejs": "^1.15.8",
48+
"@typescript-eslint/eslint-plugin": "^6.21.0",
49+
"@typescript-eslint/parser": "^6.21.0",
50+
"@vitejs/plugin-vue": "^5.0.4",
5151
"@vitejs/plugin-vue-jsx": "^3.1.0",
52-
"@vue/compiler-sfc": "^3.4.13",
52+
"@vue/compiler-sfc": "^3.4.25",
5353
"@vue/tsconfig": "^0.5.1",
54-
"ace-builds": "^1.32.3",
55-
"autoprefixer": "^10.4.16",
56-
"eslint": "^8.56.0",
54+
"ace-builds": "^1.33.1",
55+
"autoprefixer": "^10.4.19",
56+
"eslint": "^8.57.0",
5757
"eslint-import-resolver-alias": "^1.1.2",
5858
"eslint-import-resolver-typescript": "^3.6.1",
5959
"eslint-plugin-import": "^2.29.1",
6060
"eslint-plugin-regex": "^1.10.0",
6161
"eslint-plugin-sonarjs": "^0.23.0",
62-
"eslint-plugin-vue": "^9.20.1",
62+
"eslint-plugin-vue": "^9.25.0",
6363
"less": "^4.2.0",
64-
"postcss": "^8.4.33",
65-
"tailwindcss": "^3.4.1",
66-
"typescript": "^5.3.3",
67-
"unplugin-auto-import": "^0.17.3",
64+
"postcss": "^8.4.38",
65+
"tailwindcss": "^3.4.3",
66+
"typescript": "^5.4.5",
67+
"unplugin-auto-import": "^0.17.5",
6868
"unplugin-vue-components": "^0.26.0",
69-
"unplugin-vue-define-options": "^1.4.1",
70-
"vite": "^5.1.7",
69+
"unplugin-vue-define-options": "^1.4.3",
70+
"vite": "^5.2.10",
7171
"vite-svg-loader": "^5.1.0",
7272
"vue-tsc": "^1.8.27"
73-
}
73+
},
74+
"packageManager": "[email protected]+sha256.4b4efa12490e5055d59b9b9fc9438b7d581a6b7af3b5675eb5c5f447cee1a589"
7475
}

0 commit comments

Comments
 (0)