Skip to content

Commit

Permalink
feat: Add support for React 18 (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexnault authored Apr 13, 2022
1 parent 8645ec1 commit 23a56b8
Show file tree
Hide file tree
Showing 2 changed files with 79 additions and 98 deletions.
165 changes: 73 additions & 92 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,22 +29,22 @@
"dist"
],
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0"
"react": "^16.8.0 || ^17.0.0 || ^18.0.0"
},
"devDependencies": {
"@testing-library/react": "^12.1.2",
"@testing-library/react": "^13.0.1",
"@types/jest": "^27.0.2",
"@types/react": "^17.0.27",
"@types/react-dom": "^17.0.9",
"@types/react": "^18.0.3",
"@types/react-dom": "^18.0.0",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"conventional-changelog-conventionalcommits": "^4.6.1",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"jest": "^27.2.4",
"prettier": "^2.2.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"semantic-release": "^19.0.2",
"ts-jest": "^27.0.5",
"typescript": "^4.4.3"
Expand Down

0 comments on commit 23a56b8

Please sign in to comment.