Skip to content

Commit

Permalink
fix: 修复依赖错误
Browse files Browse the repository at this point in the history
  • Loading branch information
markthree committed May 22, 2023
1 parent f79ea5d commit 42d1dc3
Show file tree
Hide file tree
Showing 4 changed files with 56 additions and 54 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"devDependencies": {
"@intlify/unplugin-vue-i18n": "^0.10.0",
"@types/ityped": "^1.0.1",
"@types/node": "^20.2.1",
"@types/node": "^20.2.3",
"@typescript-eslint/parser": "^5.59.6",
"@unocss/eslint-config": "^0.51.13",
"@unocss/reset": "^0.51.13",
Expand Down Expand Up @@ -69,7 +69,7 @@
"prismjs": "^1.29.0",
"typescript": "^5.0.4",
"unocss": "^0.51.13",
"unplugin-auto-import": "^0.16.0",
"unplugin-auto-import": "^0.16.1",
"unplugin-vue-components": "^0.24.1",
"unplugin-vue-router": "^0.6.4",
"vite": "^4.3.8",
Expand All @@ -78,7 +78,7 @@
"vite-plugin-env-types": "^0.1.3",
"vite-plugin-mock": "^2.9.8",
"vite-plugin-removelog": "^0.2.1",
"vite-plugin-use-modules": "^1.4.1",
"vite-plugin-use-modules": "^1.4.2",
"vite-plugin-vue-devtools": "^0.0.16",
"vite-plugin-vue-markdown": "^0.23.5",
"vite-plugin-vue-meta-layouts": "^0.2.2",
Expand Down
98 changes: 49 additions & 49 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions presets/eslint/.eslintrc-auto-import.json
Original file line number Diff line number Diff line change
Expand Up @@ -317,6 +317,7 @@
"$http": true,
"toast": true,
"axios": true,
"http": true
"http": true,
"toValue": true
}
}
}
1 change: 1 addition & 0 deletions presets/types/auto-imports.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ declare global {
const toReactive: typeof import('@vueuse/core')['toReactive']
const toRef: typeof import('vue')['toRef']
const toRefs: typeof import('vue')['toRefs']
const toValue: typeof import('vue')['toValue']
const toast: typeof import('../../src/composables/toast')['default']
const triggerRef: typeof import('vue')['triggerRef']
const tryOnBeforeMount: typeof import('@vueuse/core')['tryOnBeforeMount']
Expand Down

0 comments on commit 42d1dc3

Please sign in to comment.