Skip to content

Commit 8543e7d

Browse files
committed
update dependencies
1 parent 218274a commit 8543e7d

File tree

5 files changed

+939
-970
lines changed

5 files changed

+939
-970
lines changed

.eslintrc-auto-import.json

+8-1
Original file line numberDiff line numberDiff line change
@@ -324,6 +324,13 @@
324324
"storeRouteMapping": true,
325325
"useClipboardItems": true,
326326
"markdown": true,
327-
"usePerms": true
327+
"usePerms": true,
328+
"DirectiveBinding": true,
329+
"MaybeRef": true,
330+
"MaybeRefOrGetter": true,
331+
"onWatcherCleanup": true,
332+
"useId": true,
333+
"useModel": true,
334+
"useTemplateRef": true
328335
}
329336
}

auto-imports.d.ts

+6-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
// @ts-nocheck
44
// noinspection JSUnusedGlobalSymbols
55
// Generated by unplugin-auto-import
6+
// biome-ignore lint: disable
67
export {}
78
declare global {
89
const EffectScope: typeof import('vue')['EffectScope']
@@ -91,6 +92,7 @@ declare global {
9192
const onStartTyping: typeof import('@vueuse/core')['onStartTyping']
9293
const onUnmounted: typeof import('vue')['onUnmounted']
9394
const onUpdated: typeof import('vue')['onUpdated']
95+
const onWatcherCleanup: typeof import('vue')['onWatcherCleanup']
9496
const pausableWatch: typeof import('@vueuse/core')['pausableWatch']
9597
const provide: typeof import('vue')['provide']
9698
const provideLocal: typeof import('@vueuse/core')['provideLocal']
@@ -206,6 +208,7 @@ declare global {
206208
const useFullscreen: typeof import('@vueuse/core')['useFullscreen']
207209
const useGamepad: typeof import('@vueuse/core')['useGamepad']
208210
const useGeolocation: typeof import('@vueuse/core')['useGeolocation']
211+
const useId: typeof import('vue')['useId']
209212
const useIdle: typeof import('@vueuse/core')['useIdle']
210213
const useImage: typeof import('@vueuse/core')['useImage']
211214
const useInfiniteScroll: typeof import('@vueuse/core')['useInfiniteScroll']
@@ -222,6 +225,7 @@ declare global {
222225
const useMediaQuery: typeof import('@vueuse/core')['useMediaQuery']
223226
const useMemoize: typeof import('@vueuse/core')['useMemoize']
224227
const useMemory: typeof import('@vueuse/core')['useMemory']
228+
const useModel: typeof import('vue')['useModel']
225229
const useMounted: typeof import('@vueuse/core')['useMounted']
226230
const useMouse: typeof import('@vueuse/core')['useMouse']
227231
const useMouseInElement: typeof import('@vueuse/core')['useMouseInElement']
@@ -270,6 +274,7 @@ declare global {
270274
const useStyleTag: typeof import('@vueuse/core')['useStyleTag']
271275
const useSupported: typeof import('@vueuse/core')['useSupported']
272276
const useSwipe: typeof import('@vueuse/core')['useSwipe']
277+
const useTemplateRef: typeof import('vue')['useTemplateRef']
273278
const useTemplateRefsList: typeof import('@vueuse/core')['useTemplateRefsList']
274279
const useTextDirection: typeof import('@vueuse/core')['useTextDirection']
275280
const useTextSelection: typeof import('@vueuse/core')['useTextSelection']
@@ -323,6 +328,6 @@ declare global {
323328
// for type re-export
324329
declare global {
325330
// @ts-ignore
326-
export type { Component, ComponentPublicInstance, ComputedRef, ExtractDefaultPropTypes, ExtractPropTypes, ExtractPublicPropTypes, InjectionKey, PropType, Ref, VNode, WritableComputedRef } from 'vue'
331+
export type { Component, ComponentPublicInstance, ComputedRef, DirectiveBinding, ExtractDefaultPropTypes, ExtractPropTypes, ExtractPublicPropTypes, InjectionKey, PropType, Ref, MaybeRef, MaybeRefOrGetter, VNode, WritableComputedRef } from 'vue'
327332
import('vue')
328333
}

package.json

+39-39
Original file line numberDiff line numberDiff line change
@@ -21,65 +21,65 @@
2121
"dependencies": {
2222
"@casl/ability": "^6.7.1",
2323
"@casl/vue": "^2.2.2",
24-
"@headlessui/vue": "^1.7.22",
24+
"@headlessui/vue": "^1.7.23",
2525
"@saehrimnir/druidjs": "^0.7.3",
26-
"@tailwindcss/forms": "^0.5.7",
27-
"@types/lodash": "^4.17.6",
26+
"@tailwindcss/forms": "^0.5.9",
27+
"@types/lodash": "^4.17.10",
2828
"@vee-validate/rules": "^4.11.6",
29-
"@vueuse/components": "^10.11.0",
30-
"@vueuse/core": "^10.11.0",
31-
"@vueuse/integrations": "^10.11.0",
29+
"@vueuse/components": "^11.1.0",
30+
"@vueuse/core": "^11.1.0",
31+
"@vueuse/integrations": "^11.1.0",
3232
"animate.css": "^4.1.1",
33-
"apexcharts": "^3.50.0",
34-
"axios": "^1.7.2",
33+
"apexcharts": "^3.54.0",
34+
"axios": "^1.7.7",
3535
"ccat-api": "github:cheshire-cat-ai/api-client-ts#develop",
36-
"daisyui": "^4.12.10",
36+
"daisyui": "^4.12.12",
3737
"highlight.js": "^11.10.0",
38-
"jwt-decode": "^3.1.2",
38+
"jwt-decode": "^4.0.0",
3939
"lodash": "^4.17.21",
40-
"pinia": "^2.1.7",
40+
"pinia": "^2.2.4",
4141
"remarkable": "^2.0.1",
42-
"universal-cookie": "^6.1.3",
42+
"universal-cookie": "^7.2.0",
4343
"vee-validate": "^4.12.6",
44-
"vite-tsconfig-paths": "^4.3.2",
45-
"vue": "^3.4.31",
46-
"vue-component-type-helpers": "^2.0.26",
47-
"vue-router": "^4.4.0",
48-
"vue3-apexcharts": "^1.5.3"
44+
"vite-tsconfig-paths": "^5.0.1",
45+
"vue": "^3.5.11",
46+
"vue-component-type-helpers": "^2.1.6",
47+
"vue-router": "^4.4.5",
48+
"vue3-apexcharts": "^1.7.0"
4949
},
5050
"devDependencies": {
51-
"@iconify-json/heroicons": "^1.1.21",
52-
"@iconify-json/ph": "^1.1.13",
53-
"@pinia/testing": "^0.1.3",
54-
"@playwright/test": "^1.45.1",
55-
"@rushstack/eslint-patch": "^1.10.3",
51+
"@iconify-json/heroicons": "^1.2.0",
52+
"@iconify-json/ph": "^1.2.0",
53+
"@pinia/testing": "^0.1.6",
54+
"@playwright/test": "^1.47.2",
55+
"@rushstack/eslint-patch": "^1.10.4",
5656
"@tsconfig/node18": "^18.2.4",
5757
"@types/jsdom": "^21.1.7",
58-
"@types/node": "^20.14.10",
58+
"@types/node": "^22.7.4",
5959
"@types/remarkable": "^2.0.8",
60-
"@vitejs/plugin-vue": "^5.0.5",
61-
"@vitest/ui": "^2.0.0",
62-
"@vue/eslint-config-typescript": "^13.0.0",
60+
"@vitejs/plugin-vue": "^5.1.4",
61+
"@vitest/ui": "^2.1.2",
62+
"@vue/eslint-config-typescript": "^14.0.0",
6363
"@vue/test-utils": "^2.4.6",
6464
"@vue/tsconfig": "^0.5.1",
65-
"autoprefixer": "^10.4.19",
65+
"autoprefixer": "^10.4.20",
6666
"eslint": "^8.57.0",
6767
"eslint-config-prettier": "^9.1.0",
68-
"eslint-plugin-prettier": "^5.1.3",
68+
"eslint-plugin-prettier": "^5.2.1",
6969
"eslint-plugin-tailwindcss": "^3.17.4",
70-
"eslint-plugin-vue": "^9.27.0",
70+
"eslint-plugin-vue": "^9.28.0",
7171
"jsdom": "^24.1.0",
7272
"npm-run-all": "^4.1.5",
73-
"postcss": "^8.4.39",
74-
"prettier": "3.3.2",
75-
"tailwindcss": "^3.4.4",
76-
"typescript": "~5.4.5",
77-
"unplugin-auto-import": "^0.17.6",
73+
"postcss": "^8.4.47",
74+
"prettier": "3.3.3",
75+
"tailwindcss": "^3.4.13",
76+
"typescript": "~5.6.2",
77+
"unplugin-auto-import": "^0.18.3",
7878
"unplugin-fonts": "^1.1.1",
79-
"unplugin-icons": "^0.19.0",
80-
"unplugin-vue-components": "^0.27.2",
81-
"vite": "^5.3.3",
82-
"vitest": "^2.0.0",
83-
"vue-tsc": "^2.0.26"
79+
"unplugin-icons": "^0.19.3",
80+
"unplugin-vue-components": "^0.27.4",
81+
"vite": "^5.4.8",
82+
"vitest": "^2.1.2",
83+
"vue-tsc": "^2.1.6"
8484
}
8585
}

0 commit comments

Comments
 (0)