Skip to content

Commit

Permalink
Add support for React 18
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtekmaj committed Jan 19, 2022
1 parent 552622e commit 2c2a2fc
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 12 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"merge-refs": "^1.0.0",
"prop-types": "^15.6.0",
"react-calendar": "^3.3.1",
"react-fit": "^1.0.3",
"react-fit": "^1.4.0",
"update-input-width": "^1.2.2"
},
"devDependencies": {
Expand All @@ -90,8 +90,8 @@
"rimraf": "^3.0.0"
},
"peerDependencies": {
"react": "^16.3.0 || ^17.0.0-0",
"react-dom": "^16.3.0 || ^17.0.0-0"
"react": "^16.3.0 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.3.0 || ^17.0.0 || ^18.0.0"
},
"resolutions": {
"semver@7.0.0": "^7.0.0"
Expand Down
26 changes: 17 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5897,12 +5897,12 @@ __metadata:
react: ^17.0.0
react-calendar: ^3.3.1
react-dom: ^17.0.0
react-fit: ^1.0.3
react-fit: ^1.4.0
rimraf: ^3.0.0
update-input-width: ^1.2.2
peerDependencies:
react: ^16.3.0 || ^17.0.0-0
react-dom: ^16.3.0 || ^17.0.0-0
react: ^16.3.0 || ^17.0.0 || ^18.0.0
react-dom: ^16.3.0 || ^17.0.0 || ^18.0.0
languageName: unknown
linkType: soft

Expand All @@ -5919,16 +5919,17 @@ __metadata:
languageName: node
linkType: hard

"react-fit@npm:^1.0.3":
version: 1.2.0
resolution: "react-fit@npm:1.2.0"
"react-fit@npm:^1.4.0":
version: 1.4.0
resolution: "react-fit@npm:1.4.0"
dependencies:
detect-element-overflow: ^1.2.0
prop-types: ^15.6.0
tiny-warning: ^1.0.0
peerDependencies:
react: ">=15.5"
react-dom: ">=15.5"
checksum: 98c96287d9189c7b67c944387399ddc590d05c6d1ff3d6d57b0a0b35fcece5fcb11c5001bf4097aa69a1c672c7731d1adceda0324e6dfad833c2bd27ecf9be29
react: ^15.5.0 || ^16.0.0 || ^17.0.0 || ^18.0.0
react-dom: ^15.5.0 || ^16.0.0 || ^17.0.0 || ^18.0.0
checksum: c645e6b6a023cf2fcb88d9a0e4c929e37cda2b76576921f70bb35cb2fc33ed5177e694fbaf36612a642e61914d0270c629606646bbf82f3576e116fc9dd94d5d
languageName: node
linkType: hard

Expand Down Expand Up @@ -6722,6 +6723,13 @@ __metadata:
languageName: node
linkType: hard

"tiny-warning@npm:^1.0.0":
version: 1.0.3
resolution: "tiny-warning@npm:1.0.3"
checksum: da62c4acac565902f0624b123eed6dd3509bc9a8d30c06e017104bedcf5d35810da8ff72864400ad19c5c7806fc0a8323c68baf3e326af7cb7d969f846100d71
languageName: node
linkType: hard

"tmpl@npm:1.0.x":
version: 1.0.5
resolution: "tmpl@npm:1.0.5"
Expand Down

0 comments on commit 2c2a2fc

Please sign in to comment.