Skip to content

Commit

Permalink
chore(deps): revert vite to 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sheremet-va committed Oct 10, 2022
1 parent 9f9f288 commit 052bc02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/ui/client/auto-imports.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ declare global {
const useBrowserLocation: typeof import('@vueuse/core')['useBrowserLocation']
const useCached: typeof import('@vueuse/core')['useCached']
const useClipboard: typeof import('@vueuse/core')['useClipboard']
const useCloned: typeof import('@vueuse/core')['useCloned']
const useColorMode: typeof import('@vueuse/core')['useColorMode']
const useConfirmDialog: typeof import('@vueuse/core')['useConfirmDialog']
const useCounter: typeof import('@vueuse/core')['useCounter']
Expand Down
2 changes: 1 addition & 1 deletion packages/vitest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
"tinybench": "^2.3.0",
"tinypool": "^0.3.0",
"tinyspy": "^1.0.2",
"vite": "^3.1.7"
"vite": "^3.0.0"
},
"devDependencies": {
"@antfu/install-pkg": "^0.1.1",
Expand Down

0 comments on commit 052bc02

Please sign in to comment.