Skip to content

Commit 7c7af60

Browse files
committed
chore(pkg): downgrade auto-id to 0.16
v0.17 doesn’t work well with React < 18: reach/reach-ui#921
1 parent 4075c1f commit 7c7af60

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

packages/react-day-picker/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"tsconfig.json"
3434
],
3535
"dependencies": {
36-
"@reach/auto-id": "^0.17.0"
36+
"@reach/auto-id": "0.16.0"
3737
},
3838
"devDependencies": {
3939
"@rollup/plugin-alias": "^3.1.9",

yarn.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3443,29 +3443,29 @@ __metadata:
34433443
languageName: node
34443444
linkType: hard
34453445

3446-
"@reach/auto-id@npm:^0.17.0":
3447-
version: 0.17.0
3448-
resolution: "@reach/auto-id@npm:0.17.0"
3446+
"@reach/auto-id@npm:0.16.0":
3447+
version: 0.16.0
3448+
resolution: "@reach/auto-id@npm:0.16.0"
34493449
dependencies:
3450-
"@reach/utils": 0.17.0
3450+
"@reach/utils": 0.16.0
34513451
tslib: ^2.3.0
34523452
peerDependencies:
34533453
react: ^16.8.0 || 17.x
34543454
react-dom: ^16.8.0 || 17.x
3455-
checksum: 30bb0e591fbf0a2a6124ea6b07e6cec254ec0483c326492e824a19df8d2e2fcb3a5708cc47e1221fb64b9e63e4497966deb37732916d330a0693c541d9d1b35d
3455+
checksum: 80211f7db1c0e3b107e2c1d3fe8055e7e41d7399b51ff0da5f0c9df43d90b77aa4a31a896545c699f9629b3fbc3c762ee0518de70faf8112098886c6759d3f15
34563456
languageName: node
34573457
linkType: hard
34583458

3459-
"@reach/utils@npm:0.17.0":
3460-
version: 0.17.0
3461-
resolution: "@reach/utils@npm:0.17.0"
3459+
"@reach/utils@npm:0.16.0":
3460+
version: 0.16.0
3461+
resolution: "@reach/utils@npm:0.16.0"
34623462
dependencies:
34633463
tiny-warning: ^1.0.3
34643464
tslib: ^2.3.0
34653465
peerDependencies:
34663466
react: ^16.8.0 || 17.x
34673467
react-dom: ^16.8.0 || 17.x
3468-
checksum: b9ee31b5d07e7f204f3605be3fa45448c9817937a3364d894054c57de9113d417014019d21ad895aebf848a43c20988924d069ba926c0cb20d6f2e8654d7a11e
3468+
checksum: 36bc0eb41a71798eb6186b23de265ba709e51dae5bf214fb8505c66bb3f2e6a41bb2401457350436ba89ca9e3a50f93a04fe7c33d15648ce11e568a85622d770
34693469
languageName: node
34703470
linkType: hard
34713471

@@ -13493,7 +13493,7 @@ __metadata:
1349313493
version: 0.0.0-use.local
1349413494
resolution: "react-day-picker@workspace:packages/react-day-picker"
1349513495
dependencies:
13496-
"@reach/auto-id": ^0.17.0
13496+
"@reach/auto-id": 0.16.0
1349713497
"@rollup/plugin-alias": ^3.1.9
1349813498
"@rollup/plugin-commonjs": ^21.1.0
1349913499
"@rollup/plugin-typescript": ^8.3.1

0 commit comments

Comments
 (0)