Skip to content

Commit

Permalink
fix: add react 19 to peer dep range (#1447)
Browse files Browse the repository at this point in the history
  • Loading branch information
stipsan authored Oct 31, 2024
1 parent e5f3e34 commit b096f32
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -193,9 +193,9 @@
"vite-tsconfig-paths": "^5.0.1"
},
"peerDependencies": {
"react": "^18",
"react-dom": "^18",
"react-is": "^18",
"react": "^18 || >=19.0.0-0",
"react-dom": "^18 || >=19.0.0-0",
"react-is": "^18 || >=19.0.0-0",
"styled-components": "^5.2 || ^6"
},
"packageManager": "[email protected]",
Expand Down

0 comments on commit b096f32

Please sign in to comment.