Skip to content

Commit

Permalink
🦄 chore: upgrade deps (#357)
Browse files Browse the repository at this point in the history
  • Loading branch information
pdsuwwz authored Jan 20, 2025
1 parent 6afefb5 commit 4055259
Show file tree
Hide file tree
Showing 4 changed files with 1,187 additions and 1,288 deletions.
21 changes: 11 additions & 10 deletions .eslintrc-auto-import.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,15 @@
"ComponentPublicInstance": true,
"ComponentPublicInstanceCostom": true,
"ComputedRef": true,
"DirectiveBinding": true,
"EffectScope": true,
"ExtractDefaultPropTypes": true,
"ExtractPropTypes": true,
"ExtractPublicPropTypes": true,
"InjectionKey": true,
"LocationQuery": true,
"MaybeRef": true,
"MaybeRefOrGetter": true,
"NavigationGuard": true,
"PropType": true,
"Ref": true,
Expand Down Expand Up @@ -75,6 +78,7 @@
"onBeforeUpdate": true,
"onClickOutside": true,
"onDeactivated": true,
"onElementRemoval": true,
"onErrorCaptured": true,
"onKeyStroke": true,
"onLongPress": true,
Expand All @@ -86,6 +90,7 @@
"onStartTyping": true,
"onUnmounted": true,
"onUpdated": true,
"onWatcherCleanup": true,
"pausableWatch": true,
"provide": true,
"provideLocal": true,
Expand Down Expand Up @@ -196,6 +201,7 @@
"useFullscreen": true,
"useGamepad": true,
"useGeolocation": true,
"useId": true,
"useIdle": true,
"useImage": true,
"useInfiniteScroll": true,
Expand All @@ -212,6 +218,7 @@
"useMediaQuery": true,
"useMemoize": true,
"useMemory": true,
"useModel": true,
"useMounted": true,
"useMouse": true,
"useMouseInElement": true,
Expand All @@ -236,12 +243,14 @@
"usePreferredDark": true,
"usePreferredLanguages": true,
"usePreferredReducedMotion": true,
"usePreferredReducedTransparency": true,
"usePrevious": true,
"useRafFn": true,
"useRefHistory": true,
"useResizeObserver": true,
"useRoute": true,
"useRouter": true,
"useSSRWidth": true,
"useScreenOrientation": true,
"useScreenSafeArea": true,
"useScriptTag": true,
Expand All @@ -259,6 +268,7 @@
"useStyleTag": true,
"useSupported": true,
"useSwipe": true,
"useTemplateRef": true,
"useTemplateRefsList": true,
"useTextDirection": true,
"useTextSelection": true,
Expand Down Expand Up @@ -306,15 +316,6 @@
"watchThrottled": true,
"watchTriggerable": true,
"watchWithFilter": true,
"whenever": true,
"onWatcherCleanup": true,
"useId": true,
"useModel": true,
"useTemplateRef": true,
"DirectiveBinding": true,
"MaybeRef": true,
"MaybeRefOrGetter": true,
"usePreferredReducedTransparency": true,
"useSSRWidth": true
"whenever": true
}
}
2 changes: 2 additions & 0 deletions auto-imports.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ declare global {
const onBeforeUpdate: typeof import('vue')['onBeforeUpdate']
const onClickOutside: typeof import('@vueuse/core')['onClickOutside']
const onDeactivated: typeof import('vue')['onDeactivated']
const onElementRemoval: typeof import('@vueuse/core')['onElementRemoval']
const onErrorCaptured: typeof import('vue')['onErrorCaptured']
const onKeyStroke: typeof import('@vueuse/core')['onKeyStroke']
const onLongPress: typeof import('@vueuse/core')['onLongPress']
Expand Down Expand Up @@ -368,6 +369,7 @@ declare module 'vue' {
readonly onBeforeUpdate: UnwrapRef<typeof import('vue')['onBeforeUpdate']>
readonly onClickOutside: UnwrapRef<typeof import('@vueuse/core')['onClickOutside']>
readonly onDeactivated: UnwrapRef<typeof import('vue')['onDeactivated']>
readonly onElementRemoval: UnwrapRef<typeof import('@vueuse/core')['onElementRemoval']>
readonly onErrorCaptured: UnwrapRef<typeof import('vue')['onErrorCaptured']>
readonly onKeyStroke: UnwrapRef<typeof import('@vueuse/core')['onKeyStroke']>
readonly onLongPress: UnwrapRef<typeof import('@vueuse/core')['onLongPress']>
Expand Down
56 changes: 28 additions & 28 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,67 +50,67 @@
},
"dependencies": {
"@element-plus/icons-vue": "2.3.1",
"@vueuse/core": "^12.2.0",
"@vueuse/core": "^12.4.0",
"axios": "1.7.9",
"echarts": "^5.6.0",
"element-plus": "2.9.1",
"element-plus": "2.9.3",
"js-cookie": "^3.0.5",
"nprogress": "^0.2.0",
"pinia": "^2.3.0",
"uuid": "^11.0.3",
"pinia": "^2.3.1",
"uuid": "^11.0.5",
"vue": "^3.5.13",
"vue-i18n": "^11.0.1",
"vue-router": "^4.5.0"
},
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/preset-env": "^7.26.0",
"@eslint/js": "^9.17.0",
"@iconify/json": "^2.2.290",
"@iconify/vue": "^4.2.0",
"@stylistic/eslint-plugin": "^2.12.1",
"@eslint/js": "^9.18.0",
"@iconify/json": "^2.2.297",
"@iconify/vue": "^4.3.0",
"@stylistic/eslint-plugin": "^2.13.0",
"@stylistic/stylelint-plugin": "^3.1.1",
"@types/js-cookie": "^3.0.6",
"@types/lodash-es": "^4.17.12",
"@types/node": "^22.10.2",
"@types/node": "^22.10.7",
"@types/nprogress": "^0.2.3",
"@typescript-eslint/eslint-plugin": "^8.19.0",
"@typescript-eslint/parser": "^8.19.0",
"@typescript-eslint/eslint-plugin": "^8.20.0",
"@typescript-eslint/parser": "^8.20.0",
"@vitejs/plugin-vue": "^5.2.1",
"@vitest/coverage-v8": "^2.1.8",
"@vitest/coverage-v8": "^3.0.2",
"@vue/compiler-sfc": "^3.5.13",
"@vue/test-utils": "2.4.6",
"babel-plugin-transform-vite-meta-env": "^1.0.3",
"cross-env": "^7.0.3",
"eslint": "^9.17.0",
"eslint": "^9.18.0",
"eslint-define-config": "^2.1.0",
"eslint-plugin-html": "8.1.2",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-vue": "^9.32.0",
"globals": "^15.14.0",
"husky": "^9.1.7",
"identity-obj-proxy": "^3.0.0",
"jsdom": "^25.0.1",
"lint-staged": "^15.3.0",
"jsdom": "^26.0.0",
"lint-staged": "^15.4.1",
"lodash-es": "^4.17.21",
"postcss": "^8.4.49",
"postcss-html": "^1.7.0",
"postcss": "^8.5.1",
"postcss-html": "^1.8.0",
"postcss-scss": "^4.0.9",
"rollup": "^4.29.1",
"sass": "1.83.0",
"stylelint": "^16.12.0",
"rollup": "^4.31.0",
"sass": "1.83.4",
"stylelint": "^16.13.2",
"stylelint-config-recommended-scss": "14.1.0",
"stylelint-config-recommended-vue": "^1.5.0",
"stylelint-config-standard": "^36.0.1",
"stylelint-config-standard": "^37.0.0",
"stylelint-config-standard-scss": "14.0.0",
"sucrase": "^3.35.0",
"typescript": "^5.7.2",
"unocss": "^0.65.3",
"unplugin-auto-import": "^0.19.0",
"unplugin-icons": "^0.22.0",
"unplugin-vue-components": "^0.28.0",
"vite": "^6.0.6",
"vitest": "^2.1.8",
"typescript": "^5.7.3",
"unocss": "^65.4.2",
"unplugin-auto-import": "^19.0.0",
"unplugin-icons": "^22.0.0",
"unplugin-vue-components": "^28.0.0",
"vite": "^6.0.8",
"vitest": "^3.0.2",
"vue-eslint-parser": "^9.4.3"
}
}
Loading

0 comments on commit 4055259

Please sign in to comment.