Skip to content

Commit

Permalink
fix: add support for react 18
Browse files Browse the repository at this point in the history
Co-authored-by: Luis Ball <lball@imgix.com>
  • Loading branch information
2 people authored and sherwinski committed May 11, 2022
1 parent 3f67071 commit 0e01aa4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@
"test": "jest && npm run test:browser:all"
},
"peerDependencies": {
"react": "15.x || 16.x || 17.x",
"react-dom": "15.x || 16.x || 17.x"
"react": "15.x || 16.x || 17.x || 18.x",
"react-dom": "15.x || 16.x || 17.x || 18.x"
},
"dependencies": {
"@imgix/js-core": "^3.1.3",
Expand Down

0 comments on commit 0e01aa4

Please sign in to comment.