Skip to content

Commit

Permalink
upgrade react peer dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
manu4543 committed Jun 13, 2022
1 parent 97cba88 commit b8faeaf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "imagekitio-react",
"version": "1.1.0",
"version": "1.1.1",
"description": "React SDK for ImageKit.io which implements client-side upload and URL generation for use inside a react application.",
"scripts": {
"build": "rm -rf dist*;rollup -c",
Expand Down Expand Up @@ -71,7 +71,7 @@
"prop-types": "^15.7.2"
},
"peerDependencies": {
"react": "^16.13.1 || ^17.0.0",
"react-dom": "^16.13.1 || ^17.0.0"
"react": "^16.13.1 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.13.1 || ^17.0.0 || ^18.0.0"
}
}
8 changes: 4 additions & 4 deletions samples/sample-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"imagekitio-react": "^1.0.10",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-scripts": "3.4.0"
"imagekitio-react": "^1.1.1",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-scripts": "^5.0.1"
},
"scripts": {
"start": "export SKIP_PREFLIGHT_CHECK=true;react-scripts start",
Expand Down

0 comments on commit b8faeaf

Please sign in to comment.