chore(projects): update deps & fix keep-alive
This commit is contained in:
parent
adec0d7501
commit
13001bc83e
26
package.json
26
package.json
@ -59,40 +59,40 @@
|
||||
"pinia": "2.1.7",
|
||||
"vue": "3.4.15",
|
||||
"vue-draggable-plus": "^0.3.5",
|
||||
"vue-i18n": "9.9.0",
|
||||
"vue-i18n": "9.9.1",
|
||||
"vue-router": "4.2.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@elegant-router/vue": "0.3.4",
|
||||
"@iconify/json": "2.2.174",
|
||||
"@elegant-router/vue": "0.3.5",
|
||||
"@iconify/json": "2.2.177",
|
||||
"@sa/scripts": "workspace:*",
|
||||
"@sa/uno-preset": "workspace:*",
|
||||
"@soybeanjs/eslint-config": "1.2.2",
|
||||
"@types/lodash-es": "4.17.12",
|
||||
"@types/node": "20.11.6",
|
||||
"@types/node": "20.11.15",
|
||||
"@types/nprogress": "0.2.3",
|
||||
"@unocss/preset-icons": "0.58.3",
|
||||
"@unocss/preset-uno": "0.58.3",
|
||||
"@unocss/transformer-directives": "0.58.3",
|
||||
"@unocss/transformer-variant-group": "0.58.3",
|
||||
"@unocss/vite": "0.58.3",
|
||||
"@unocss/preset-icons": "0.58.4",
|
||||
"@unocss/preset-uno": "0.58.4",
|
||||
"@unocss/transformer-directives": "0.58.4",
|
||||
"@unocss/transformer-variant-group": "0.58.4",
|
||||
"@unocss/vite": "0.58.4",
|
||||
"@vitejs/plugin-vue": "5.0.3",
|
||||
"@vitejs/plugin-vue-jsx": "3.1.0",
|
||||
"cross-env": "7.0.3",
|
||||
"eslint": "8.56.0",
|
||||
"eslint-plugin-vue": "9.20.1",
|
||||
"lint-staged": "15.2.0",
|
||||
"eslint-plugin-vue": "9.21.1",
|
||||
"lint-staged": "15.2.1",
|
||||
"npm-run-all": "4.1.5",
|
||||
"sass": "1.70.0",
|
||||
"simple-git-hooks": "2.9.0",
|
||||
"tsx": "4.7.0",
|
||||
"typescript": "5.3.3",
|
||||
"unplugin-icons": "0.18.2",
|
||||
"unplugin-icons": "0.18.3",
|
||||
"unplugin-vue-components": "0.26.0",
|
||||
"vite": "5.0.12",
|
||||
"vite-plugin-progress": "0.0.7",
|
||||
"vite-plugin-svg-icons": "2.0.1",
|
||||
"vite-plugin-vue-devtools": "7.0.12",
|
||||
"vite-plugin-vue-devtools": "7.0.13",
|
||||
"vue-eslint-parser": "9.4.2",
|
||||
"vue-tsc": "1.8.27"
|
||||
},
|
||||
|
@ -11,7 +11,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@sa/utils": "workspace:*",
|
||||
"axios": "1.6.6",
|
||||
"axios": "1.6.7",
|
||||
"axios-retry": "4.0.0",
|
||||
"qs": "6.11.2"
|
||||
},
|
||||
|
@ -14,6 +14,6 @@
|
||||
"simplebar-vue": "2.3.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"typed-css-modules": "0.9.0"
|
||||
"typed-css-modules": "0.9.1"
|
||||
}
|
||||
}
|
||||
|
@ -21,7 +21,7 @@
|
||||
"consola": "3.2.3",
|
||||
"execa": "8.0.1",
|
||||
"kolorist": "1.8.0",
|
||||
"npm-check-updates": "16.14.12",
|
||||
"npm-check-updates": "16.14.14",
|
||||
"prompts": "2.4.2",
|
||||
"rimraf": "5.0.5"
|
||||
}
|
||||
|
747
pnpm-lock.yaml
747
pnpm-lock.yaml
File diff suppressed because it is too large
Load Diff
5
src/typings/components.d.ts
vendored
5
src/typings/components.d.ts
vendored
@ -10,7 +10,6 @@ declare module 'vue' {
|
||||
AppProvider: typeof import('./../components/common/app-provider.vue')['default']
|
||||
BetterScroll: typeof import('./../components/custom/better-scroll.vue')['default']
|
||||
ButtonIcon: typeof import('./../components/custom/button-icon.vue')['default']
|
||||
CardWrapper: typeof import('./../components/common/card-wrapper.vue')['default']
|
||||
CountTo: typeof import('./../components/custom/count-to.vue')['default']
|
||||
DarkModeContainer: typeof import('./../components/common/dark-mode-container.vue')['default']
|
||||
ExceptionBase: typeof import('./../components/common/exception-base.vue')['default']
|
||||
@ -23,7 +22,6 @@ declare module 'vue' {
|
||||
IconIcRoundPlus: typeof import('~icons/ic/round-plus')['default']
|
||||
IconIcRoundRefresh: typeof import('~icons/ic/round-refresh')['default']
|
||||
IconIcRoundSearch: typeof import('~icons/ic/round-search')['default']
|
||||
IconIcRoundSettings: typeof import('~icons/ic/round-settings')['default']
|
||||
IconLocalBanner: typeof import('~icons/local/banner')['default']
|
||||
IconLocalLogo: typeof import('~icons/local/logo')['default']
|
||||
IconMdiDrag: typeof import('~icons/mdi/drag')['default']
|
||||
@ -34,7 +32,6 @@ declare module 'vue' {
|
||||
NBreadcrumb: typeof import('naive-ui')['NBreadcrumb']
|
||||
NBreadcrumbItem: typeof import('naive-ui')['NBreadcrumbItem']
|
||||
NButton: typeof import('naive-ui')['NButton']
|
||||
NCalendar: typeof import('naive-ui')['NCalendar']
|
||||
NCard: typeof import('naive-ui')['NCard']
|
||||
NCheckbox: typeof import('naive-ui')['NCheckbox']
|
||||
NColorPicker: typeof import('naive-ui')['NColorPicker']
|
||||
@ -51,7 +48,6 @@ declare module 'vue' {
|
||||
NFormItemGi: typeof import('naive-ui')['NFormItemGi']
|
||||
NGi: typeof import('naive-ui')['NGi']
|
||||
NGrid: typeof import('naive-ui')['NGrid']
|
||||
NGridItem: typeof import('naive-ui')['NGridItem']
|
||||
NInput: typeof import('naive-ui')['NInput']
|
||||
NInputGroup: typeof import('naive-ui')['NInputGroup']
|
||||
NInputNumber: typeof import('naive-ui')['NInputNumber']
|
||||
@ -82,7 +78,6 @@ declare module 'vue' {
|
||||
SvgIcon: typeof import('./../components/custom/svg-icon.vue')['default']
|
||||
SystemLogo: typeof import('./../components/common/system-logo.vue')['default']
|
||||
TableColumnSetting: typeof import('./../components/advanced/table-column-setting.vue')['default']
|
||||
TableColumnSettings: typeof import('./../components/advanced/table-column-settings.vue')['default']
|
||||
TableHeaderOperation: typeof import('./../components/advanced/table-header-operation.vue')['default']
|
||||
ThemeSchemaSwitch: typeof import('./../components/common/theme-schema-switch.vue')['default']
|
||||
WaveBg: typeof import('./../components/custom/wave-bg.vue')['default']
|
||||
|
Loading…
Reference in New Issue
Block a user