Skip to content

Commit

Permalink
fix: optimistic peerDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
brillout committed Jun 5, 2024
1 parent 5b73a19 commit 85a5ebd
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 319 deletions.
14 changes: 7 additions & 7 deletions packages/vike-react-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@
"test": "vitest run"
},
"peerDependencies": {
"@tanstack/react-query": "5.x.x",
"react": "18.x.x",
"react-dom": "18.x.x",
"react-streaming": "^0.3.19",
"vike": "^0.4.160",
"vike-react": "^0.4.4",
"vite": "^4.3.8 || ^5.0.10"
"@tanstack/react-query": ">=5.0.0",
"react": ">=18.0.0",
"react-dom": ">=18.0.0",
"react-streaming": ">=0.3.19",
"vike": ">=0.4.160",
"vike-react": ">=0.4.4",
"vite": ">=4.3.8"
},
"devDependencies": {
"@brillout/release-me": "^0.3.8",
Expand Down
8 changes: 4 additions & 4 deletions packages/vike-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
"release:commit": "release-me commit"
},
"peerDependencies": {
"react": "18.x.x",
"react-dom": "18.x.x",
"vike": "^0.4.160",
"vite": "^4.3.8 || ^5.0.10"
"react": ">=18.0.0",
"react-dom": ">=18.0.0",
"vike": ">=0.4.160",
"vite": ">=4.3.8"
},
"devDependencies": {
"@biomejs/biome": "^1.6.4",
Expand Down
Loading

0 comments on commit 85a5ebd

Please sign in to comment.