File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 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" ,
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}
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments