Skip to content

Commit 2c2a2fc

Browse files
committed
Add support for React 18
1 parent 552622e commit 2c2a2fc

File tree

2 files changed

+20
-12
lines changed

2 files changed

+20
-12
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"merge-refs": "^1.0.0",
7171
"prop-types": "^15.6.0",
7272
"react-calendar": "^3.3.1",
73-
"react-fit": "^1.0.3",
73+
"react-fit": "^1.4.0",
7474
"update-input-width": "^1.2.2"
7575
},
7676
"devDependencies": {
@@ -90,8 +90,8 @@
9090
"rimraf": "^3.0.0"
9191
},
9292
"peerDependencies": {
93-
"react": "^16.3.0 || ^17.0.0-0",
94-
"react-dom": "^16.3.0 || ^17.0.0-0"
93+
"react": "^16.3.0 || ^17.0.0 || ^18.0.0",
94+
"react-dom": "^16.3.0 || ^17.0.0 || ^18.0.0"
9595
},
9696
"resolutions": {
9797
"[email protected]": "^7.0.0"

yarn.lock

+17-9
Original file line numberDiff line numberDiff line change
@@ -5897,12 +5897,12 @@ __metadata:
58975897
react: ^17.0.0
58985898
react-calendar: ^3.3.1
58995899
react-dom: ^17.0.0
5900-
react-fit: ^1.0.3
5900+
react-fit: ^1.4.0
59015901
rimraf: ^3.0.0
59025902
update-input-width: ^1.2.2
59035903
peerDependencies:
5904-
react: ^16.3.0 || ^17.0.0-0
5905-
react-dom: ^16.3.0 || ^17.0.0-0
5904+
react: ^16.3.0 || ^17.0.0 || ^18.0.0
5905+
react-dom: ^16.3.0 || ^17.0.0 || ^18.0.0
59065906
languageName: unknown
59075907
linkType: soft
59085908

@@ -5919,16 +5919,17 @@ __metadata:
59195919
languageName: node
59205920
linkType: hard
59215921

5922-
"react-fit@npm:^1.0.3":
5923-
version: 1.2.0
5924-
resolution: "react-fit@npm:1.2.0"
5922+
"react-fit@npm:^1.4.0":
5923+
version: 1.4.0
5924+
resolution: "react-fit@npm:1.4.0"
59255925
dependencies:
59265926
detect-element-overflow: ^1.2.0
59275927
prop-types: ^15.6.0
5928+
tiny-warning: ^1.0.0
59285929
peerDependencies:
5929-
react: ">=15.5"
5930-
react-dom: ">=15.5"
5931-
checksum: 98c96287d9189c7b67c944387399ddc590d05c6d1ff3d6d57b0a0b35fcece5fcb11c5001bf4097aa69a1c672c7731d1adceda0324e6dfad833c2bd27ecf9be29
5930+
react: ^15.5.0 || ^16.0.0 || ^17.0.0 || ^18.0.0
5931+
react-dom: ^15.5.0 || ^16.0.0 || ^17.0.0 || ^18.0.0
5932+
checksum: c645e6b6a023cf2fcb88d9a0e4c929e37cda2b76576921f70bb35cb2fc33ed5177e694fbaf36612a642e61914d0270c629606646bbf82f3576e116fc9dd94d5d
59325933
languageName: node
59335934
linkType: hard
59345935

@@ -6722,6 +6723,13 @@ __metadata:
67226723
languageName: node
67236724
linkType: hard
67246725

6726+
"tiny-warning@npm:^1.0.0":
6727+
version: 1.0.3
6728+
resolution: "tiny-warning@npm:1.0.3"
6729+
checksum: da62c4acac565902f0624b123eed6dd3509bc9a8d30c06e017104bedcf5d35810da8ff72864400ad19c5c7806fc0a8323c68baf3e326af7cb7d969f846100d71
6730+
languageName: node
6731+
linkType: hard
6732+
67256733
"tmpl@npm:1.0.x":
67266734
version: 1.0.5
67276735
resolution: "tmpl@npm:1.0.5"

0 commit comments

Comments
 (0)