Skip to content

Commit

Permalink
🧤 chore: upgrade latest deps (#269)
Browse files Browse the repository at this point in the history
  • Loading branch information
pdsuwwz authored Feb 4, 2024
1 parent e1188ab commit 94f32fb
Show file tree
Hide file tree
Showing 4 changed files with 1,090 additions and 1,093 deletions.
2 changes: 2 additions & 0 deletions auto-imports.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,7 @@ declare global {
// for vue template auto import
import { UnwrapRef } from 'vue'
declare module 'vue' {
interface GlobalComponents {}
interface ComponentCustomProperties {
readonly EffectScope: UnwrapRef<typeof import('vue')['EffectScope']>
readonly _: UnwrapRef<typeof import('lodash-es')>
Expand Down Expand Up @@ -594,6 +595,7 @@ declare module 'vue' {
}
}
declare module '@vue/runtime-core' {
interface GlobalComponents {}
interface ComponentCustomProperties {
readonly EffectScope: UnwrapRef<typeof import('vue')['EffectScope']>
readonly _: UnwrapRef<typeof import('lodash-es')>
Expand Down
4 changes: 0 additions & 4 deletions components.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,8 @@ export {}
declare module 'vue' {
export interface GlobalComponents {
404: typeof import('./src/components/404.vue')['default']
AutoIconIcBaselineTranslate: typeof import('~icons/ic/baseline-translate')['default']
AutoIconLogosVitejs: typeof import('~icons/logos/vitejs')['default']
AutoIconPheyeBold: typeof import('~icons/ph/eye-bold')['default']
AutoIconPheyeSlashBold: typeof import('~icons/ph/eye-slash-bold')['default']
AutoIconRiTranslate: typeof import('~icons/ri/translate')['default']
AutoIconTeenyiconsSigninSolid: typeof import('~icons/teenyicons/signin-solid')['default']
ElButton: typeof import('element-plus/es')['ElButton']
ElConfigProvider: typeof import('element-plus/es')['ElConfigProvider']
ElDatePicker: typeof import('element-plus/es')['ElDatePicker']
Expand Down
50 changes: 25 additions & 25 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,59 +49,59 @@
},
"dependencies": {
"@element-plus/icons-vue": "2.3.1",
"@vueuse/core": "^10.7.1",
"axios": "1.6.5",
"@vueuse/core": "^10.7.2",
"axios": "1.6.7",
"echarts": "^5.4.3",
"element-plus": "2.4.4",
"element-plus": "2.5.5",
"js-cookie": "^3.0.5",
"nprogress": "^0.2.0",
"pinia": "^2.1.7",
"uuid": "^9.0.1",
"vue": "^3.4.7",
"vue-i18n": "^9.9.0",
"vue": "^3.4.15",
"vue-i18n": "^9.9.1",
"vue-router": "^4.2.5"
},
"devDependencies": {
"@babel/core": "^7.23.7",
"@babel/preset-env": "^7.23.8",
"@iconify/json": "^2.2.167",
"@babel/core": "^7.23.9",
"@babel/preset-env": "^7.23.9",
"@iconify/json": "^2.2.179",
"@iconify/vue": "^4.1.1",
"@types/js-cookie": "^3.0.6",
"@types/lodash-es": "^4.17.12",
"@types/node": "^20.10.8",
"@types/node": "^20.11.16",
"@types/nprogress": "^0.2.3",
"@typescript-eslint/eslint-plugin": "^6.18.1",
"@typescript-eslint/parser": "^6.18.1",
"@typescript-eslint/eslint-plugin": "^6.20.0",
"@typescript-eslint/parser": "^6.20.0",
"@vitejs/plugin-vue": "^5.0.3",
"@vitest/coverage-v8": "^1.1.3",
"@vue/compiler-sfc": "^3.4.7",
"@vue/test-utils": "2.4.3",
"@vitest/coverage-v8": "^1.2.2",
"@vue/compiler-sfc": "^3.4.15",
"@vue/test-utils": "2.4.4",
"babel-plugin-transform-vite-meta-env": "^1.0.3",
"cross-env": "^7.0.3",
"eslint": "^8.56.0",
"eslint-plugin-html": "7.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-vue": "^9.19.2",
"eslint-plugin-vue": "^9.21.1",
"identity-obj-proxy": "^3.0.0",
"jsdom": "^23.2.0",
"jsdom": "^24.0.0",
"lodash-es": "^4.17.21",
"postcss": "^8.4.33",
"postcss-html": "^1.5.0",
"postcss-html": "^1.6.0",
"postcss-scss": "^4.0.9",
"rollup": "^4.9.4",
"sass": "^1.69.7",
"stylelint": "^16.1.0",
"rollup": "^4.9.6",
"sass": "^1.70.0",
"stylelint": "^16.2.1",
"stylelint-config-recommended-scss": "14.0.0",
"stylelint-config-recommended-vue": "^1.5.0",
"stylelint-config-standard": "^36.0.0",
"stylelint-config-standard-scss": "13.0.0",
"sucrase": "^3.35.0",
"typescript": "^5.3.3",
"unocss": "^0.58.3",
"unplugin-auto-import": "^0.17.3",
"unplugin-icons": "^0.18.2",
"unocss": "^0.58.4",
"unplugin-auto-import": "^0.17.5",
"unplugin-icons": "^0.18.3",
"unplugin-vue-components": "^0.26.0",
"vite": "^5.0.11",
"vitest": "^1.1.3"
"vite": "^5.0.12",
"vitest": "^1.2.2"
}
}
Loading

0 comments on commit 94f32fb

Please sign in to comment.