Skip to content

Commit 11bbd11

Browse files
committed
fix: update peerDependencies
1 parent 1006e23 commit 11bbd11

File tree

3 files changed

+434
-62
lines changed

3 files changed

+434
-62
lines changed

package.json

+5-4
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,10 @@
5454
"peerDependencies": {
5555
"@types/react": ">18.0.0",
5656
"@types/react-dom": ">18.0.0",
57-
"@vitest/browser": "^2.1.0-beta.4",
57+
"@vitest/browser": ">=2.1.0",
5858
"react": ">18.0.0",
5959
"react-dom": ">18.0.0",
60-
"vitest": "^2.1.0-beta.4"
60+
"vitest": ">=2.1.0"
6161
},
6262
"peerDependenciesMeta": {
6363
"@types/react": {
@@ -71,7 +71,8 @@
7171
"@antfu/eslint-config": "^2.24.1",
7272
"@types/react": "^18.0.0",
7373
"@types/react-dom": "^18.3.0",
74-
"@vitest/browser": "^2.1.0-beta.4",
74+
"@vitejs/plugin-react": "^4.3.3",
75+
"@vitest/browser": "^2.1.0",
7576
"bumpp": "^9.4.2",
7677
"changelogithub": "^0.13.9",
7778
"eslint": "^9.8.0",
@@ -81,7 +82,7 @@
8182
"tsup": "^8.2.4",
8283
"tsx": "^4.17.0",
8384
"typescript": "^5.5.4",
84-
"vitest": "^2.1.0-beta.4",
85+
"vitest": "^2.1.0",
8586
"zx": "^8.1.4"
8687
}
8788
}

0 commit comments

Comments
 (0)