Skip to content

Commit

Permalink
chore: update vite override (#3486)
Browse files Browse the repository at this point in the history
  • Loading branch information
sheremet-va committed Jun 1, 2023
1 parent be93032 commit 0caadf4
Show file tree
Hide file tree
Showing 2 changed files with 215 additions and 436 deletions.
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -3,7 +3,7 @@
"type": "module",
"version": "0.31.3",
"private": true,
"packageManager": "pnpm@8.4.0",
"packageManager": "pnpm@8.6.0",
"description": "A blazing fast unit test framework powered by Vite",
"scripts": {
"ci": "ni && nr typecheck && nr lint && nr build && nr test:all",
Expand Down Expand Up @@ -59,7 +59,7 @@
"npm-run-all": "^4.1.5",
"ohmyfetch": "^0.4.21",
"pathe": "^1.1.0",
"pnpm": "8.4.0",
"pnpm": "8.6.0",
"rimraf": "^5.0.0",
"rollup": "^3.20.2",
"rollup-plugin-dts": "^5.3.0",
Expand All @@ -74,7 +74,7 @@
},
"pnpm": {
"overrides": {
"vite": "^4.2.1",
"vite": "^4.3.9",
"vitest": "workspace:*"
}
},
Expand Down

0 comments on commit 0caadf4

Please sign in to comment.