Skip to content

Commit

Permalink
chore: remove vite dep
Browse files Browse the repository at this point in the history
  • Loading branch information
okxiaoliang4 committed Jul 1, 2022
1 parent 01048bb commit 57721ae
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@
"rollup-plugin-typescript2": "^0.32.1",
"tslib": "2.4.0",
"typescript": "4.7.4",
"vite": "^2.9.13",
"vitepress": "^0.22.4",
"vitest": "^0.16.0",
"vue": "3.2.37",
Expand Down
2 changes: 2 additions & 0 deletions setup.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import { vi } from 'vitest'

const originalConsole = console.info

console.info = (...args) => {
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4047,7 +4047,7 @@ v8-compile-cache@^2.0.3:
resolved "https://registry.yarnpkg.com/v8-compile-cache/-/v8-compile-cache-2.3.0.tgz#2de19618c66dc247dcfb6f99338035d8245a2cee"
integrity sha512-l8lCEmLcLYZh4nbunNZvQCJc5pv7+RCwa8q/LdUx8u7lsWvPDKmpodJAJNwkAhJC//dFY48KuIEmjtd4RViDrA==

vite@^2.9.12, vite@^2.9.13:
vite@^2.9.12:
version "2.9.13"
resolved "https://registry.npmjs.org/vite/-/vite-2.9.13.tgz#859cb5d4c316c0d8c6ec9866045c0f7858ca6abc"
integrity sha512-AsOBAaT0AD7Mhe8DuK+/kE4aWYFMx/i0ZNi98hJclxb4e0OhQcZYUrvLjIaQ8e59Ui7txcvKMiJC1yftqpQoDw==
Expand Down

0 comments on commit 57721ae

Please sign in to comment.