Skip to content

Commit

Permalink
feat: upgrade deps latest (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
pdsuwwz authored Sep 29, 2023
1 parent 8998dbf commit 5dd146a
Show file tree
Hide file tree
Showing 4 changed files with 1,273 additions and 1,245 deletions.
6 changes: 5 additions & 1 deletion .eslintrc-auto-import.json
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,10 @@
"useNotification": true,
"themeOverridesDark": true,
"themeOverridesLight": true,
"useTheme": true
"useTheme": true,
"ExtractDefaultPropTypes": true,
"ExtractPropTypes": true,
"ExtractPublicPropTypes": true,
"WritableComputedRef": true
}
}
2 changes: 1 addition & 1 deletion auto-imports.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ declare global {
// for type re-export
declare global {
// @ts-ignore
export type { Component, ComponentPublicInstance, ComputedRef, InjectionKey, PropType, Ref, VNode, App, ComponentPublicInstanceCostom, ComponentInternalInstance } from 'vue'
export type { Component, ComponentPublicInstance, ComputedRef, ExtractDefaultPropTypes, ExtractPropTypes, ExtractPublicPropTypes, InjectionKey, PropType, Ref, VNode, WritableComputedRef, App, ComponentPublicInstanceCostom, ComponentInternalInstance } from 'vue'
// @ts-ignore
export type { RouteRecordRaw, RouteLocationRaw, LocationQuery, RouteParams, RouteLocationNormalizedLoaded, RouteRecordName, NavigationGuard } from 'vue-router'
}
Expand Down
58 changes: 29 additions & 29 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,55 +61,55 @@
"@vicons/material": "^0.12.0",
"@vicons/tabler": "^0.12.0",
"@vicons/utils": "^0.1.4",
"@vueuse/core": "^10.3.0",
"axios": "1.4.0",
"@vueuse/core": "^10.4.1",
"axios": "1.5.1",
"echarts": "^5.4.3",
"js-cookie": "^3.0.5",
"lodash-es": "^4.17.21",
"naive-ui": "^2.34.4",
"nprogress": "^0.2.0",
"pinia": "^2.1.6",
"uuid": "^9.0.0",
"uuid": "^9.0.1",
"vue": "^3.3.4",
"vue-router": "^4.2.4"
"vue-router": "^4.2.5"
},
"devDependencies": {
"@babel/core": "^7.22.9",
"@babel/preset-env": "^7.22.9",
"@types/js-cookie": "^3.0.3",
"@types/lodash-es": "^4.17.8",
"@types/node": "^20.4.8",
"@types/nprogress": "^0.2.0",
"@typescript-eslint/eslint-plugin": "^6.2.1",
"@typescript-eslint/parser": "^6.2.1",
"@vitejs/plugin-vue": "^4.2.3",
"@vitest/coverage-v8": "^0.34.1",
"@babel/core": "^7.23.0",
"@babel/preset-env": "^7.22.20",
"@types/js-cookie": "^3.0.4",
"@types/lodash-es": "^4.17.9",
"@types/node": "^20.7.1",
"@types/nprogress": "^0.2.1",
"@typescript-eslint/eslint-plugin": "^6.7.3",
"@typescript-eslint/parser": "^6.7.3",
"@vitejs/plugin-vue": "^4.3.4",
"@vitest/coverage-v8": "^0.34.5",
"@vue/compiler-sfc": "^3.3.4",
"@vue/test-utils": "2.4.1",
"babel-plugin-transform-vite-meta-env": "^1.0.3",
"cross-env": "^7.0.3",
"eslint": "^8.46.0",
"eslint": "^8.50.0",
"eslint-plugin-html": "7.1.0",
"eslint-plugin-import": "^2.28.0",
"eslint-plugin-vue": "^9.16.1",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-vue": "^9.17.0",
"identity-obj-proxy": "^3.0.0",
"jsdom": "^22.1.0",
"postcss": "^8.4.27",
"postcss": "^8.4.31",
"postcss-html": "^1.5.0",
"postcss-scss": "^4.0.6",
"rollup": "^3.27.2",
"sass": "^1.64.2",
"stylelint": "^15.10.2",
"stylelint-config-recommended-scss": "12.0.0",
"postcss-scss": "^4.0.9",
"rollup": "^3.29.4",
"sass": "^1.68.0",
"stylelint": "^15.10.3",
"stylelint-config-recommended-scss": "13.0.0",
"stylelint-config-recommended-vue": "^1.5.0",
"stylelint-config-standard": "^34.0.0",
"stylelint-config-standard-scss": "10.0.0",
"stylelint-config-standard-scss": "11.0.0",
"sucrase": "^3.34.0",
"typescript": "^5.1.6",
"unocss": "^0.54.1",
"typescript": "^5.2.2",
"unocss": "^0.56.4",
"unplugin-auto-import": "^0.16.6",
"unplugin-vue-components": "^0.25.1",
"vite": "^4.4.8",
"vitest": "^0.34.1"
"unplugin-vue-components": "^0.25.2",
"vite": "^4.4.9",
"vitest": "^0.34.5"
}
}
Loading

0 comments on commit 5dd146a

Please sign in to comment.