Skip to content

Commit

Permalink
🎊 chore: upgrade vite deps & up langs (#337)
Browse files Browse the repository at this point in the history
  • Loading branch information
pdsuwwz authored Oct 9, 2024
1 parent a7f8452 commit 1600999
Show file tree
Hide file tree
Showing 9 changed files with 1,560 additions and 1,617 deletions.
5 changes: 4 additions & 1 deletion .eslintrc-auto-import.json
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,9 @@
"onWatcherCleanup": true,
"useId": true,
"useModel": true,
"useTemplateRef": true
"useTemplateRef": true,
"DirectiveBinding": true,
"MaybeRef": true,
"MaybeRefOrGetter": true
}
}
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,4 @@ yarn-error.log*
# auto-imports.d.ts
# components.d.ts
# .eslintrc-auto-import.json
vite.config.*.timestamp-*
2 changes: 1 addition & 1 deletion auto-imports.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ declare global {
// for type re-export
declare global {
// @ts-ignore
export type { Component, ComponentPublicInstance, ComputedRef, ExtractDefaultPropTypes, ExtractPropTypes, ExtractPublicPropTypes, InjectionKey, PropType, Ref, VNode, WritableComputedRef, App, ComponentPublicInstanceCostom, ComponentInternalInstance } from 'vue'
export type { Component, ComponentPublicInstance, ComputedRef, DirectiveBinding, ExtractDefaultPropTypes, ExtractPropTypes, ExtractPublicPropTypes, InjectionKey, PropType, Ref, MaybeRef, MaybeRefOrGetter, VNode, WritableComputedRef, App, ComponentPublicInstanceCostom, ComponentInternalInstance } from 'vue'
import('vue')
// @ts-ignore
export type { RouteRecordRaw, RouteLocationRaw, LocationQuery, RouteParams, RouteLocationNormalizedLoaded, RouteRecordName, NavigationGuard } from 'vue-router'
Expand Down
54 changes: 27 additions & 27 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": "^11.0.3",
"@vueuse/core": "^11.1.0",
"axios": "1.7.7",
"echarts": "^5.5.1",
"element-plus": "2.8.3",
"js-cookie": "^3.0.5",
"nprogress": "^0.2.0",
"pinia": "^2.2.2",
"pinia": "^2.2.4",
"uuid": "^10.0.0",
"vue": "^3.5.4",
"vue-i18n": "^10.0.1",
"vue": "^3.5.11",
"vue-i18n": "^10.0.4",
"vue-router": "^4.4.5"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/preset-env": "^7.25.4",
"@eslint/js": "^9.10.0",
"@iconify/json": "^2.2.247",
"@babel/core": "^7.25.7",
"@babel/preset-env": "^7.25.7",
"@eslint/js": "^9.12.0",
"@iconify/json": "^2.2.258",
"@iconify/vue": "^4.1.2",
"@stylistic/eslint-plugin": "^2.8.0",
"@stylistic/stylelint-plugin": "^3.0.1",
"@stylistic/eslint-plugin": "^2.9.0",
"@stylistic/stylelint-plugin": "^3.1.1",
"@types/js-cookie": "^3.0.6",
"@types/lodash-es": "^4.17.12",
"@types/node": "^22.5.4",
"@types/node": "^22.7.5",
"@types/nprogress": "^0.2.3",
"@typescript-eslint/eslint-plugin": "^8.5.0",
"@typescript-eslint/parser": "^8.5.0",
"@vitejs/plugin-vue": "^5.1.3",
"@vitest/coverage-v8": "^2.1.0",
"@vue/compiler-sfc": "^3.5.4",
"@typescript-eslint/eslint-plugin": "^8.8.1",
"@typescript-eslint/parser": "^8.8.1",
"@vitejs/plugin-vue": "^5.1.4",
"@vitest/coverage-v8": "^2.1.2",
"@vue/compiler-sfc": "^3.5.11",
"@vue/test-utils": "2.4.6",
"babel-plugin-transform-vite-meta-env": "^1.0.3",
"cross-env": "^7.0.3",
"eslint": "^9.10.0",
"eslint": "^9.12.0",
"eslint-define-config": "^2.1.0",
"eslint-plugin-html": "8.1.1",
"eslint-plugin-import": "^2.30.0",
"eslint-plugin-html": "8.1.2",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-vue": "^9.28.0",
"globals": "^15.9.0",
"globals": "^15.11.0",
"husky": "^9.1.6",
"identity-obj-proxy": "^3.0.0",
"jsdom": "^25.0.0",
"jsdom": "^25.0.1",
"lint-staged": "^15.2.10",
"lodash-es": "^4.17.21",
"postcss": "^8.4.45",
"postcss": "^8.4.47",
"postcss-html": "^1.7.0",
"postcss-scss": "^4.0.9",
"rollup": "^4.21.3",
"rollup": "^4.24.0",
"sass": "1.78.0",
"stylelint": "^16.9.0",
"stylelint-config-recommended-scss": "14.1.0",
"stylelint-config-recommended-vue": "^1.5.0",
"stylelint-config-standard": "^36.0.1",
"stylelint-config-standard-scss": "13.1.0",
"sucrase": "^3.35.0",
"typescript": "^5.6.2",
"unocss": "^0.62.3",
"typescript": "^5.6.3",
"unocss": "^0.63.4",
"unplugin-auto-import": "^0.18.3",
"unplugin-icons": "^0.19.3",
"unplugin-vue-components": "^0.27.4",
"vite": "^5.4.5",
"vitest": "^2.1.0",
"vite": "^5.4.8",
"vitest": "^2.1.2",
"vue-eslint-parser": "^9.4.3"
}
}
Loading

0 comments on commit 1600999

Please sign in to comment.