Skip to content

Commit

Permalink
chore: bump vitest 2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
liweijie0812 committed Jul 19, 2024
1 parent 2cdf0af commit 8bc9b3a
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 1,546 deletions.
13 changes: 8 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"esm/**/style/**"
],
"scripts": {
"init": "git submodule init && git submodule update",
"prepare": "husky install",
"start": "cd site && vite",
"dev": "cd site && vite",
Expand Down Expand Up @@ -95,9 +96,9 @@
"@typescript-eslint/eslint-plugin": "^5.6.0",
"@typescript-eslint/parser": "^5.6.0",
"@vitejs/plugin-react": "^1.1.1",
"@vitest/coverage-c8": "^0.24.1",
"@vitest/coverage-istanbul": "^0.24.1",
"@vitest/ui": "^0.24.1",
"@vitest/coverage-istanbul": "^2.0.3",
"@vitest/coverage-v8": "^2.0.3",
"@vitest/ui": "^2.0.3",
"autoprefixer": "^10.4.0",
"babel-jest": "^27.5.1",
"babel-polyfill": "^6.26.0",
Expand All @@ -119,6 +120,7 @@
"eslint-plugin-react": "^7.27.1",
"eslint-plugin-react-hooks": "^4.3.0",
"find-node-modules": "^2.1.2",
"glob": "^11.0.0",
"gray-matter": "^4.0.3",
"husky": "^7.0.4",
"inquirer": "^8.2.0",
Expand Down Expand Up @@ -149,10 +151,11 @@
"vite": "^2.7.0",
"vite-plugin-pwa": "^0.11.11",
"vite-plugin-tdoc": "^2.0.0",
"vitest": "^0.24.1",
"vitest": "^2.0.3",
"workbox-precaching": "^6.3.0"
},
"dependencies": {
"@react-spring/web": "^9.7.3",
"@use-gesture/react": "^10.2.10",
"ahooks": "^3.1.9",
"classnames": "^2.3.1",
Expand All @@ -168,4 +171,4 @@
"path": "./node_modules/cz-conventional-changelog"
}
}
}
}
Loading

0 comments on commit 8bc9b3a

Please sign in to comment.