Skip to content

Commit

Permalink
fix: update peerDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sheremet-va committed Oct 21, 2024
1 parent 1006e23 commit 11bbd11
Show file tree
Hide file tree
Showing 3 changed files with 434 additions and 62 deletions.
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@
"peerDependencies": {
"@types/react": ">18.0.0",
"@types/react-dom": ">18.0.0",
"@vitest/browser": "^2.1.0-beta.4",
"@vitest/browser": ">=2.1.0",
"react": ">18.0.0",
"react-dom": ">18.0.0",
"vitest": "^2.1.0-beta.4"
"vitest": ">=2.1.0"
},
"peerDependenciesMeta": {
"@types/react": {
Expand All @@ -71,7 +71,8 @@
"@antfu/eslint-config": "^2.24.1",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.3.0",
"@vitest/browser": "^2.1.0-beta.4",
"@vitejs/plugin-react": "^4.3.3",
"@vitest/browser": "^2.1.0",
"bumpp": "^9.4.2",
"changelogithub": "^0.13.9",
"eslint": "^9.8.0",
Expand All @@ -81,7 +82,7 @@
"tsup": "^8.2.4",
"tsx": "^4.17.0",
"typescript": "^5.5.4",
"vitest": "^2.1.0-beta.4",
"vitest": "^2.1.0",
"zx": "^8.1.4"
}
}
Loading

0 comments on commit 11bbd11

Please sign in to comment.