Skip to content

Commit

Permalink
chore(pkg): downgrade auto-id to 0.16
Browse files Browse the repository at this point in the history
v0.17 doesn’t work well with React < 18: reach/reach-ui#921
  • Loading branch information
gpbl committed May 15, 2022
1 parent 4075c1f commit 7c7af60
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion packages/react-day-picker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"tsconfig.json"
],
"dependencies": {
"@reach/auto-id": "^0.17.0"
"@reach/auto-id": "0.16.0"
},
"devDependencies": {
"@rollup/plugin-alias": "^3.1.9",
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3443,29 +3443,29 @@ __metadata:
languageName: node
linkType: hard

"@reach/auto-id@npm:^0.17.0":
version: 0.17.0
resolution: "@reach/auto-id@npm:0.17.0"
"@reach/auto-id@npm:0.16.0":
version: 0.16.0
resolution: "@reach/auto-id@npm:0.16.0"
dependencies:
"@reach/utils": 0.17.0
"@reach/utils": 0.16.0
tslib: ^2.3.0
peerDependencies:
react: ^16.8.0 || 17.x
react-dom: ^16.8.0 || 17.x
checksum: 30bb0e591fbf0a2a6124ea6b07e6cec254ec0483c326492e824a19df8d2e2fcb3a5708cc47e1221fb64b9e63e4497966deb37732916d330a0693c541d9d1b35d
checksum: 80211f7db1c0e3b107e2c1d3fe8055e7e41d7399b51ff0da5f0c9df43d90b77aa4a31a896545c699f9629b3fbc3c762ee0518de70faf8112098886c6759d3f15
languageName: node
linkType: hard

"@reach/utils@npm:0.17.0":
version: 0.17.0
resolution: "@reach/utils@npm:0.17.0"
"@reach/utils@npm:0.16.0":
version: 0.16.0
resolution: "@reach/utils@npm:0.16.0"
dependencies:
tiny-warning: ^1.0.3
tslib: ^2.3.0
peerDependencies:
react: ^16.8.0 || 17.x
react-dom: ^16.8.0 || 17.x
checksum: b9ee31b5d07e7f204f3605be3fa45448c9817937a3364d894054c57de9113d417014019d21ad895aebf848a43c20988924d069ba926c0cb20d6f2e8654d7a11e
checksum: 36bc0eb41a71798eb6186b23de265ba709e51dae5bf214fb8505c66bb3f2e6a41bb2401457350436ba89ca9e3a50f93a04fe7c33d15648ce11e568a85622d770
languageName: node
linkType: hard

Expand Down Expand Up @@ -13493,7 +13493,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "react-day-picker@workspace:packages/react-day-picker"
dependencies:
"@reach/auto-id": ^0.17.0
"@reach/auto-id": 0.16.0
"@rollup/plugin-alias": ^3.1.9
"@rollup/plugin-commonjs": ^21.1.0
"@rollup/plugin-typescript": ^8.3.1
Expand Down

0 comments on commit 7c7af60

Please sign in to comment.