Skip to content
This repository has been archived by the owner on Apr 3, 2024. It is now read-only.

Commit

Permalink
upgrading to react 18 (#222)
Browse files Browse the repository at this point in the history
  • Loading branch information
emont01 authored Apr 27, 2022
1 parent f1db927 commit c89e11a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,8 @@
"webpack-cli": "^3.1.1"
},
"peerDependencies": {
"react": "^16.10.0",
"react-dom": "^16.10.0"
"react": "^18.10.0",
"react-dom": "^18.10.0"
},
"jest": {
"preset": "ts-jest/presets/js-with-ts",
Expand Down

0 comments on commit c89e11a

Please sign in to comment.