Skip to content

Commit

Permalink
chore: update deps vue naive ui
Browse files Browse the repository at this point in the history
  • Loading branch information
pdsuwwz committed Sep 29, 2024
1 parent df939ff commit 6ec352b
Show file tree
Hide file tree
Showing 5 changed files with 649 additions and 637 deletions.
5 changes: 4 additions & 1 deletion .eslintrc-auto-import.json
Original file line number Diff line number Diff line change
Expand Up @@ -337,6 +337,9 @@
"watchThrottled": true,
"watchTriggerable": true,
"watchWithFilter": true,
"whenever": true
"whenever": true,
"DirectiveBinding": true,
"MaybeRef": true,
"MaybeRefOrGetter": true
}
}
2 changes: 1 addition & 1 deletion auto-imports.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,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
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,60 +64,60 @@
"echarts": "^5.5.1",
"js-cookie": "^3.0.5",
"lodash-es": "^4.17.21",
"naive-ui": "^2.39.0",
"naive-ui": "^2.40.1",
"nprogress": "^0.2.0",
"pinia": "^2.2.2",
"uuid": "^10.0.0",
"vue": "^3.5.6",
"vue": "^3.5.10",
"vue-router": "^4.4.5"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/preset-env": "^7.25.4",
"@iconify/json": "^2.2.249",
"@iconify/json": "^2.2.254",
"@iconify/vue": "^4.1.2",
"@stylistic/eslint-plugin": "^2.8.0",
"@stylistic/stylelint-plugin": "^3.0.1",
"@stylistic/stylelint-plugin": "^3.1.0",
"@types/js-cookie": "^3.0.6",
"@types/lodash-es": "^4.17.12",
"@types/node": "^22.5.5",
"@types/node": "^22.7.4",
"@types/nprogress": "^0.2.3",
"@typescript-eslint/eslint-plugin": "^8.6.0",
"@typescript-eslint/parser": "^8.6.0",
"@typescript-eslint/eslint-plugin": "^8.7.0",
"@typescript-eslint/parser": "^8.7.0",
"@vitejs/plugin-vue": "^5.1.4",
"@vitejs/plugin-vue-jsx": "^4.0.1",
"@vitest/coverage-v8": "^2.1.1",
"@vue/compiler-sfc": "^3.5.6",
"@vue/compiler-sfc": "^3.5.10",
"@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.11.1",
"eslint-define-config": "^2.1.0",
"eslint-plugin-html": "8.1.1",
"eslint-plugin-html": "8.1.2",
"eslint-plugin-import": "^2.30.0",
"eslint-plugin-vue": "^9.28.0",
"globals": "^15.9.0",
"husky": "^9.1.6",
"identity-obj-proxy": "^3.0.0",
"jsdom": "^25.0.0",
"jsdom": "^25.0.1",
"lint-staged": "^15.2.10",
"postcss": "^8.4.47",
"postcss-html": "^1.7.0",
"postcss-scss": "^4.0.9",
"rollup": "^4.21.3",
"sass": "^1.79.1",
"rollup": "^4.22.5",
"sass": "^1.79.4",
"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.4",
"unocss": "0.63.1",
"unplugin-auto-import": "^0.18.3",
"unplugin-icons": "^0.19.3",
"unplugin-vue-components": "^0.27.4",
"vite": "^5.4.6",
"vite": "^5.4.8",
"vitest": "^2.1.1"
}
}
Loading

0 comments on commit 6ec352b

Please sign in to comment.