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 70ca025 commit e89c1ef
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 6 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"react-calendar": "^3.3.1",
"react-clock": "^3.0.0",
"react-datetime-picker": "^3.4.1",
"react-fit": "^1.0.3"
"react-fit": "^1.4.0"
},
"devDependencies": {
"@babel/cli": "^7.15.0",
Expand All @@ -60,8 +60,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": {
"[email protected]": "^7.0.0"
Expand Down
27 changes: 24 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1826,11 +1826,11 @@ __metadata:
react-clock: ^3.0.0
react-datetime-picker: ^3.4.1
react-dom: ^17.0.0
react-fit: ^1.0.3
react-fit: ^1.4.0
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
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -5985,6 +5985,20 @@ __metadata:
languageName: node
linkType: hard

"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.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

"react-is@npm:^16.12.0 || ^17.0.0, react-is@npm:^17.0.0, react-is@npm:^17.0.1, react-is@npm:^17.0.2":
version: 17.0.2
resolution: "react-is@npm:17.0.2"
Expand Down Expand Up @@ -6795,6 +6809,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 e89c1ef

Please sign in to comment.