Skip to content

Commit

Permalink
chore(deps): update dependency vitest to v2 (#347)
Browse files Browse the repository at this point in the history
Co-authored-by: Hiroshi Ogawa <hi.ogawa.zz@gmail.com>
  • Loading branch information
renovate[bot] and hi-ogawa authored Aug 13, 2024
1 parent 1609186 commit 0f7684a
Show file tree
Hide file tree
Showing 4 changed files with 396 additions and 195 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@
"simple-git-hooks": "^2.11.1",
"tsx": "^4.10.5",
"typescript": "^5.4.5",
"vite": "^5.2.11",
"vitest": "^1.6.0"
"vite": "^5.4.0",
"vitest": "^2.0.5"
},
"simple-git-hooks": {
"pre-commit": "pnpm exec lint-staged --concurrent false"
Expand Down
2 changes: 1 addition & 1 deletion playground/compiler-react-18/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
"@vitejs/plugin-react": "workspace:*",
"babel-plugin-react-compiler": "^0.0.0-experimental-592953e-20240517",
"typescript": "^5.4.5",
"vite": "^5.2.11"
"vite": "^5.4.0"
}
}
2 changes: 1 addition & 1 deletion playground/compiler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
"@vitejs/plugin-react": "workspace:*",
"babel-plugin-react-compiler": "^0.0.0-experimental-592953e-20240517",
"typescript": "^5.4.5",
"vite": "^5.2.11"
"vite": "^5.4.0"
}
}
Loading

0 comments on commit 0f7684a

Please sign in to comment.