提交 4f57da2f 作者: 方治民

feat: 依赖升级

上级 23e1209c
......@@ -16,6 +16,7 @@ Dockerfile
unpackage
types/auto-imports.d.ts
types/components.d.ts
src/api/services/api.d.ts
src/static/**
......
......@@ -11,6 +11,7 @@
manifest.json
types/auto-imports.d.ts
types/components.d.ts
src/static/**
src/components/firstui/**
......
......@@ -63,22 +63,22 @@
}
},
"dependencies": {
"@dcloudio/uni-app": "^3.0.0-alpha-3060720221017002",
"@dcloudio/uni-app-plus": "^3.0.0-alpha-3060720221017002",
"@dcloudio/uni-components": "^3.0.0-alpha-3060720221017002",
"@dcloudio/uni-h5": "^3.0.0-alpha-3060720221017002",
"@dcloudio/uni-mp-alipay": "^3.0.0-alpha-3060720221017002",
"@dcloudio/uni-mp-baidu": "^3.0.0-alpha-3060720221017002",
"@dcloudio/uni-mp-kuaishou": "^3.0.0-alpha-3060720221017002",
"@dcloudio/uni-mp-lark": "^3.0.0-alpha-3060720221017002",
"@dcloudio/uni-mp-qq": "^3.0.0-alpha-3060720221017002",
"@dcloudio/uni-mp-toutiao": "^3.0.0-alpha-3060720221017002",
"@dcloudio/uni-mp-weixin": "^3.0.0-alpha-3060720221017002",
"@dcloudio/uni-quickapp-webview": "^3.0.0-alpha-3060720221017002",
"@dcloudio/uni-app": "^3.0.0-alpha-3060820221027002",
"@dcloudio/uni-app-plus": "^3.0.0-alpha-3060820221027002",
"@dcloudio/uni-components": "^3.0.0-alpha-3060820221027002",
"@dcloudio/uni-h5": "^3.0.0-alpha-3060820221027002",
"@dcloudio/uni-mp-alipay": "^3.0.0-alpha-3060820221027002",
"@dcloudio/uni-mp-baidu": "^3.0.0-alpha-3060820221027002",
"@dcloudio/uni-mp-kuaishou": "^3.0.0-alpha-3060820221027002",
"@dcloudio/uni-mp-lark": "^3.0.0-alpha-3060820221027002",
"@dcloudio/uni-mp-qq": "^3.0.0-alpha-3060820221027002",
"@dcloudio/uni-mp-toutiao": "^3.0.0-alpha-3060820221027002",
"@dcloudio/uni-mp-weixin": "^3.0.0-alpha-3060820221027002",
"@dcloudio/uni-quickapp-webview": "^3.0.0-alpha-3060820221027002",
"@vue/runtime-core": "^3.2.41",
"@vueuse/core": "^8.9.4",
"axios": "^0.26.1",
"dayjs": "^1.11.5",
"dayjs": "^1.11.6",
"lodash-es": "^4.17.21",
"mockjs": "^1.1.0",
"pinia": "^2.0.23",
......@@ -88,28 +88,28 @@
"vue-types": "^4.2.1"
},
"devDependencies": {
"@commitlint/cli": "^17.1.2",
"@commitlint/cli": "^17.2.0",
"@commitlint/config-conventional": "^16.2.4",
"@dcloudio/types": "^3.0.15",
"@dcloudio/uni-automator": "^3.0.0-alpha-3060720221017002",
"@dcloudio/uni-cli-shared": "^3.0.0-alpha-3060720221017002",
"@dcloudio/uni-automator": "^3.0.0-alpha-3060820221027002",
"@dcloudio/uni-cli-shared": "^3.0.0-alpha-3060820221027002",
"@dcloudio/uni-helper-json": "^1.0.13",
"@dcloudio/vite-plugin-uni": "^3.0.0-alpha-3060720221017001",
"@dcloudio/vite-plugin-uni": "^3.0.0-alpha-3060820221027002",
"@types/lodash-es": "^4.17.6",
"@types/mockjs": "^1.0.7",
"@types/prettier": "^2.7.1",
"@types/qs": "^6.9.7",
"@typescript-eslint/eslint-plugin": "^5.40.1",
"@typescript-eslint/parser": "^5.40.1",
"@typescript-eslint/eslint-plugin": "^5.42.0",
"@typescript-eslint/parser": "^5.42.0",
"commitizen": "^4.2.5",
"conventional-changelog-cli": "^2.2.2",
"cz-conventional-changelog": "^3.3.0",
"cz-customizable": "^7.0.0",
"dotenv": "^16.0.3",
"eslint": "^8.25.0",
"eslint": "^8.26.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-vue": "^9.6.0",
"eslint-plugin-vue": "^9.7.0",
"husky": "^7.0.4",
"less": "^4.1.3",
"lint-staged": "^13.0.3",
......@@ -131,9 +131,9 @@
"stylus": "^0.56.0",
"terser": "^5.15.1",
"typescript": "^4.8.4",
"unplugin-auto-import": "^0.11.2",
"unplugin-vue-components": "^0.22.8",
"vite": "^3.1.8",
"unplugin-auto-import": "^0.11.4",
"unplugin-vue-components": "^0.22.9",
"vite": "3.1.8",
"vue-eslint-parser": "^9.1.0"
},
"engines": {
......
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -4,7 +4,7 @@ declare global {
const $app: typeof import('@/config/app')['$app']
const API: typeof import('@/api/services/mods')['API']
const EffectScope: typeof import('vue')['EffectScope']
const Message: typeof import('@/common/message')['Message']
const Message: typeof import('@/common')['Message']
const computed: typeof import('vue')['computed']
const createApp: typeof import('vue')['createApp']
const customRef: typeof import('vue')['customRef']
......@@ -64,6 +64,7 @@ declare global {
const readonly: typeof import('vue')['readonly']
const ref: typeof import('vue')['ref']
const resolveComponent: typeof import('vue')['resolveComponent']
const resolveDirective: typeof import('vue')['resolveDirective']
const shallowReactive: typeof import('vue')['shallowReactive']
const shallowReadonly: typeof import('vue')['shallowReadonly']
const shallowRef: typeof import('vue')['shallowRef']
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论