Skip to content

Commit b4dd0d0

Browse files
authored
Merge pull request #75 from imagekit-developer/dev
upgrade react peer dependency
2 parents 97cba88 + b8faeaf commit b4dd0d0

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "imagekitio-react",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "React SDK for ImageKit.io which implements client-side upload and URL generation for use inside a react application.",
55
"scripts": {
66
"build": "rm -rf dist*;rollup -c",
@@ -71,7 +71,7 @@
7171
"prop-types": "^15.7.2"
7272
},
7373
"peerDependencies": {
74-
"react": "^16.13.1 || ^17.0.0",
75-
"react-dom": "^16.13.1 || ^17.0.0"
74+
"react": "^16.13.1 || ^17.0.0 || ^18.0.0",
75+
"react-dom": "^16.13.1 || ^17.0.0 || ^18.0.0"
7676
}
7777
}

samples/sample-app/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
"@testing-library/jest-dom": "^4.2.4",
77
"@testing-library/react": "^9.3.2",
88
"@testing-library/user-event": "^7.1.2",
9-
"imagekitio-react": "^1.0.10",
10-
"react": "^16.12.0",
11-
"react-dom": "^16.12.0",
12-
"react-scripts": "3.4.0"
9+
"imagekitio-react": "^1.1.1",
10+
"react": "^18.0.0",
11+
"react-dom": "^18.0.0",
12+
"react-scripts": "^5.0.1"
1313
},
1414
"scripts": {
1515
"start": "export SKIP_PREFLIGHT_CHECK=true;react-scripts start",

0 commit comments

Comments
 (0)