Skip to content

Commit

Permalink
Merge pull request #194 from unexpectedjs/ssimonsen/support-react-18
Browse files Browse the repository at this point in the history
Support React 18
  • Loading branch information
sunesimonsen authored Dec 14, 2022
2 parents c304825 + f309ec1 commit a97607e
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 @@ -82,11 +82,11 @@
"unexpected-snapshot": "^1.0.0"
},
"dependencies": {
"react-dom-testing": "^1.9.0"
"react-dom-testing": "^1.12.0"
},
"peerDependencies": {
"react": "^16.0.0",
"react-dom": "^16.0.0",
"react": "^15.5.4 || 16 || 17 || 18",
"react-dom": "^15.5.4 || 16 || 17 || 18",
"magicpen-prism": "^4.0.0",
"unexpected": "^10.40.0 || ^11.12.1 || ^12.0.0",
"unexpected-dom": "^4.17.0 || ^5.0.0"
Expand Down

0 comments on commit a97607e

Please sign in to comment.