Skip to content

Commit

Permalink
chore(react): update React version to 16.9 (#536)
Browse files Browse the repository at this point in the history
* chore(react): update React version to 16.9

* chore: update version constraints for peer and dev dependencies

---------

Co-authored-by: Mezen Hamdeni <[email protected]>
  • Loading branch information
hmezen and Mezen Hamdeni authored Jun 27, 2024
1 parent 7e6f946 commit e257b44
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,19 +29,19 @@
"@haiilo/catalyst": "workspace:*"
},
"peerDependencies": {
"react": "^18.0.0",
"react-dom": "^18.0.0"
"react": ">=16.9.0",
"react-dom": ">=16.9.0"
},
"devDependencies": {
"@types/jest": "23.3.9",
"@types/node": "^15.12.2",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.10",
"@types/react": "^16.9.2",
"@types/react-dom": "^16.9.0",
"jest": "^23.0.0",
"jest-dom": "^3.0.2",
"np": "^3.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"typescript": "~4.6.3"
},
"jest": {
Expand Down

0 comments on commit e257b44

Please sign in to comment.