File tree 2 files changed +7
-7
lines changed 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " imagekitio-react" ,
3
- "version" : " 1.1.0 " ,
3
+ "version" : " 1.1.1 " ,
4
4
"description" : " React SDK for ImageKit.io which implements client-side upload and URL generation for use inside a react application." ,
5
5
"scripts" : {
6
6
"build" : " rm -rf dist*;rollup -c" ,
71
71
"prop-types" : " ^15.7.2"
72
72
},
73
73
"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 "
76
76
}
77
77
}
Original file line number Diff line number Diff line change 6
6
"@testing-library/jest-dom" : " ^4.2.4" ,
7
7
"@testing-library/react" : " ^9.3.2" ,
8
8
"@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 "
13
13
},
14
14
"scripts" : {
15
15
"start" : " export SKIP_PREFLIGHT_CHECK=true;react-scripts start" ,
You can’t perform that action at this time.
0 commit comments