Skip to content

Commit 77c16f8

Browse files
committed
refactor(multi): updated package to latest version
1 parent a2b34da commit 77c16f8

File tree

23 files changed

+8733
-5952
lines changed

23 files changed

+8733
-5952
lines changed

javascript-version/.eslintrc-auto-import.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,14 @@
33
"Component": true,
44
"ComponentPublicInstance": true,
55
"ComputedRef": true,
6+
"DirectiveBinding": true,
67
"EffectScope": true,
78
"ExtractDefaultPropTypes": true,
89
"ExtractPropTypes": true,
910
"ExtractPublicPropTypes": true,
1011
"InjectionKey": true,
12+
"MaybeRef": true,
13+
"MaybeRefOrGetter": true,
1114
"PropType": true,
1215
"Ref": true,
1316
"VNode": true,
@@ -85,6 +88,7 @@
8588
"onStartTyping": true,
8689
"onUnmounted": true,
8790
"onUpdated": true,
91+
"onWatcherCleanup": true,
8892
"pausableWatch": true,
8993
"provide": true,
9094
"provideLocal": true,
@@ -201,6 +205,7 @@
201205
"useFullscreen": true,
202206
"useGamepad": true,
203207
"useGeolocation": true,
208+
"useId": true,
204209
"useIdle": true,
205210
"useImage": true,
206211
"useInfiniteScroll": true,
@@ -220,6 +225,7 @@
220225
"useMemoize": true,
221226
"useMemory": true,
222227
"useMin": true,
228+
"useModel": true,
223229
"useMounted": true,
224230
"useMouse": true,
225231
"useMouseInElement": true,
@@ -270,6 +276,7 @@
270276
"useSum": true,
271277
"useSupported": true,
272278
"useSwipe": true,
279+
"useTemplateRef": true,
273280
"useTemplateRefsList": true,
274281
"useTextDirection": true,
275282
"useTextSelection": true,

javascript-version/auto-imports.d.ts

Lines changed: 645 additions & 0 deletions
Large diffs are not rendered by default.

javascript-version/components.d.ts

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
/* eslint-disable */
2+
// @ts-nocheck
3+
// Generated by unplugin-vue-components
4+
// Read more: https://github.com/vuejs/core/pull/3399
5+
export {}
6+
7+
/* prettier-ignore */
8+
declare module 'vue' {
9+
export interface GlobalComponents {
10+
CardStatisticsHorizontal: typeof import('./src/@core/components/cards/CardStatisticsHorizontal.vue')['default']
11+
CardStatisticsVertical: typeof import('./src/@core/components/cards/CardStatisticsVertical.vue')['default']
12+
CardStatisticsWithImages: typeof import('./src/@core/components/cards/CardStatisticsWithImages.vue')['default']
13+
ErrorHeader: typeof import('./src/components/ErrorHeader.vue')['default']
14+
MoreBtn: typeof import('./src/@core/components/MoreBtn.vue')['default']
15+
RouterLink: typeof import('vue-router')['RouterLink']
16+
RouterView: typeof import('vue-router')['RouterView']
17+
ThemeSwitcher: typeof import('./src/@core/components/ThemeSwitcher.vue')['default']
18+
UpgradeToPro: typeof import('./src/components/UpgradeToPro.vue')['default']
19+
VueApexCharts: typeof import('vue3-apexcharts')['default']
20+
}
21+
}

javascript-version/package.json

Lines changed: 34 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -12,68 +12,70 @@
1212
"postinstall": "npm run build:icons"
1313
},
1414
"dependencies": {
15-
"@floating-ui/dom": "1.6.3",
15+
"@floating-ui/dom": "1.6.8",
1616
"@stylistic/stylelint-config": "^1.0.1",
17-
"@vueuse/core": "^10.5.0",
18-
"@vueuse/math": "^10.5.0",
17+
"@vueuse/core": "^10.11.1",
18+
"@vueuse/math": "^10.11.1",
1919
"apexcharts": "3.49.2",
20-
"pinia": "^2.1.7",
20+
"pinia": "^2.3.0",
2121
"prismjs": "^1.29.0",
2222
"roboto-fontface": "^0.10.0",
23-
"vue": "^3.3.4",
23+
"vue": "^3.5.13",
2424
"vue-flatpickr-component": "11.0.5",
2525
"vue-prism-component": "^2.0.0",
26-
"vue-router": "^4.3.0",
27-
"vue3-apexcharts": "^1.5.2",
28-
"vue3-perfect-scrollbar": "^1.6.1",
29-
"vuetify": "3.6.1",
26+
"vue-router": "^4.5.0",
27+
"vue3-apexcharts": "1.5.2",
28+
"vue3-perfect-scrollbar": "^2.0.0",
29+
"vuetify": "3.7.5",
3030
"webfontloader": "^1.6.28"
3131
},
3232
"devDependencies": {
3333
"@antfu/eslint-config-vue": "^0.43.1",
34-
"@antfu/utils": "^0.7.6",
35-
"@iconify-json/bx": "^1.1.6",
36-
"@iconify-json/bxl": "^1.1.6",
37-
"@iconify-json/bxs": "^1.1.6",
38-
"@iconify-json/fa": "^1.1.8",
39-
"@iconify-json/mdi": "^1.1.58",
40-
"@iconify/tools": "^4.0.0",
34+
"@antfu/utils": "^0.7.10",
35+
"@iconify-json/bx": "^1.2.2",
36+
"@iconify-json/bxl": "^1.2.2",
37+
"@iconify-json/bxs": "^1.2.2",
38+
"@iconify-json/fa": "^1.2.1",
39+
"@iconify-json/mdi": "^1.2.1",
40+
"@iconify/tools": "^4.0.7",
4141
"@iconify/utils": "^2.1.13",
42-
"@iconify/vue": "4.1.1",
43-
"@vitejs/plugin-vue": "^5.0.2",
44-
"@vitejs/plugin-vue-jsx": "^3.0.2",
42+
"@iconify/vue": "4.1.2",
43+
"@vitejs/plugin-vue": "^5.2.1",
44+
"@vitejs/plugin-vue-jsx": "^4.1.1",
4545
"boxicons": "^2.1.4",
46-
"eslint": "^8.56.0",
46+
"eslint": "^8.57.1",
4747
"eslint-config-airbnb-base": "^15.0.0",
4848
"eslint-import-resolver-typescript": "^3.6.1",
4949
"eslint-plugin-case-police": "^0.6.1",
50-
"eslint-plugin-import": "^2.29.1",
51-
"eslint-plugin-promise": "^6.1.1",
50+
"eslint-plugin-import": "^2.31.0",
51+
"eslint-plugin-promise": "^6.6.0",
5252
"eslint-plugin-regex": "^1.10.0",
5353
"eslint-plugin-regexp": "^2.6.0",
5454
"eslint-plugin-sonarjs": "^0.24.0",
5555
"eslint-plugin-unicorn": "^51.0.1",
56-
"eslint-plugin-vue": "^9.19.2",
57-
"postcss-html": "^1.5.0",
56+
"eslint-plugin-vue": "^9.32.0",
57+
"postcss-html": "^1.7.0",
5858
"postcss-scss": "^4.0.9",
59-
"sass": "^1.69.4",
60-
"stylelint": "16.2.1",
61-
"stylelint-codeguide": "0.3.2",
59+
"sass": "~1.76.0",
60+
"stylelint": "16.8.0",
61+
"stylelint-codeguide": "2.0.0",
6262
"stylelint-config-idiomatic-order": "10.0.0",
63-
"stylelint-config-standard-scss": "13.0.0",
63+
"stylelint-config-standard-scss": "13.1.0",
6464
"stylelint-use-logical-spec": "5.0.1",
65-
"tsx": "^4.7.0",
66-
"unplugin-auto-import": "^0.17.2",
67-
"unplugin-vue-components": "^0.26.0",
68-
"vite": "^5.3.1",
65+
"tsx": "^4.19.2",
66+
"unplugin-auto-import": "^0.18.6",
67+
"unplugin-vue-components": "^0.27.5",
68+
"vite": "^5.4.11",
6969
"vite-plugin-vue-layouts": "^0.11.0",
7070
"vite-plugin-vuetify": "2.0.3",
7171
"vite-svg-loader": "^5.1.0"
7272
},
7373
"resolutions": {
74+
"postcss": "^8",
7475
"stylelint-order": "6.0.3"
7576
},
7677
"overrides": {
78+
"postcss": "^8",
7779
"stylelint-order": "6.0.3"
7880
}
7981
}

0 commit comments

Comments
 (0)