Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🦄 chore: upgrade deps #65

Merged
merged 1 commit into from
Jan 20, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 13 additions & 12 deletions .eslintrc-auto-import.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,30 @@
"ComponentPublicInstance": true,
"ComponentPublicInstanceCostom": true,
"ComputedRef": true,
"DirectiveBinding": true,
"EffectScope": true,
"ExtractDefaultPropTypes": true,
"ExtractPropTypes": true,
"ExtractPublicPropTypes": true,
"IProjectModule": true,
"IResultModule": true,
"IUserAccountState": true,
"InjectionKey": true,
"LocationQuery": true,
"MaybeRef": true,
"MaybeRefOrGetter": true,
"NavigationGuard": true,
"NotificationPlacement": true,
"ProjectDetailProps": true,
"PropType": true,
"Ref": true,
"ReloadRouterViewApiInjection": true,
"RouteLocationNormalizedLoaded": true,
"RouteLocationRaw": true,
"RouteParams": true,
"RouteRecordName": true,
"RouteRecordRaw": true,
"Theme": true,
"VNode": true,
"WritableComputedRef": true,
"_": true,
Expand Down Expand Up @@ -85,6 +94,7 @@
"onBeforeUpdate": true,
"onClickOutside": true,
"onDeactivated": true,
"onElementRemoval": true,
"onErrorCaptured": true,
"onKeyStroke": true,
"onLongPress": true,
Expand Down Expand Up @@ -260,6 +270,7 @@
"usePreferredDark": true,
"usePreferredLanguages": true,
"usePreferredReducedMotion": true,
"usePreferredReducedTransparency": true,
"usePrevious": true,
"useProjectStore": true,
"useRafFn": true,
Expand All @@ -269,6 +280,7 @@
"useResultStore": true,
"useRoute": true,
"useRouter": true,
"useSSRWidth": true,
"useScreenOrientation": true,
"useScreenSafeArea": true,
"useScriptTag": true,
Expand Down Expand Up @@ -337,17 +349,6 @@
"watchThrottled": true,
"watchTriggerable": true,
"watchWithFilter": true,
"whenever": true,
"DirectiveBinding": true,
"MaybeRef": true,
"MaybeRefOrGetter": true,
"IProjectModule": true,
"IResultModule": true,
"IUserAccountState": true,
"ProjectDetailProps": true,
"ReloadRouterViewApiInjection": true,
"Theme": 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 @@ -69,6 +69,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 @@ -421,6 +422,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
54 changes: 27 additions & 27 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,65 +59,65 @@
"@vicons/material": "^0.13.0",
"@vicons/tabler": "^0.13.0",
"@vicons/utils": "^0.1.4",
"@vueuse/core": "^12.2.0",
"@vueuse/core": "^12.4.0",
"axios": "1.7.9",
"echarts": "^5.6.0",
"js-cookie": "^3.0.5",
"lodash-es": "^4.17.21",
"naive-ui": "^2.40.4",
"naive-ui": "^2.41.0",
"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-router": "^4.5.0"
},
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/preset-env": "^7.26.0",
"@iconify/json": "^2.2.290",
"@iconify/vue": "^4.2.0",
"@stylistic/eslint-plugin": "^2.12.1",
"@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",
"@vitejs/plugin-vue-jsx": "^4.1.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",
"postcss": "^8.4.49",
"postcss-html": "^1.7.0",
"jsdom": "^26.0.0",
"lint-staged": "^15.4.1",
"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"
}
}
Loading
Loading