Skip to content

Commit 0f7684a

Browse files
chore(deps): update dependency vitest to v2 (#347)
Co-authored-by: Hiroshi Ogawa <[email protected]>
1 parent 1609186 commit 0f7684a

File tree

4 files changed

+396
-195
lines changed

4 files changed

+396
-195
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@
5252
"simple-git-hooks": "^2.11.1",
5353
"tsx": "^4.10.5",
5454
"typescript": "^5.4.5",
55-
"vite": "^5.2.11",
56-
"vitest": "^1.6.0"
55+
"vite": "^5.4.0",
56+
"vitest": "^2.0.5"
5757
},
5858
"simple-git-hooks": {
5959
"pre-commit": "pnpm exec lint-staged --concurrent false"

playground/compiler-react-18/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
"@vitejs/plugin-react": "workspace:*",
2020
"babel-plugin-react-compiler": "^0.0.0-experimental-592953e-20240517",
2121
"typescript": "^5.4.5",
22-
"vite": "^5.2.11"
22+
"vite": "^5.4.0"
2323
}
2424
}

playground/compiler/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
1818
"@vitejs/plugin-react": "workspace:*",
1919
"babel-plugin-react-compiler": "^0.0.0-experimental-592953e-20240517",
2020
"typescript": "^5.4.5",
21-
"vite": "^5.2.11"
21+
"vite": "^5.4.0"
2222
}
2323
}

0 commit comments

Comments
 (0)