Skip to content

Commit

Permalink
fix: fixed type errors when building packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Amiditin committed Aug 29, 2024
1 parent 76bbc74 commit dc733ed
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 8 deletions.
19 changes: 15 additions & 4 deletions .pnp.cjs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ packageExtensions:
dependencies:
pretty-format: '*'
react-dom: '*'
react-datepicker@*:
dependencies:
'@types/react-onclickoutside': '*'
swiper@*:
dependencies:
'@types/react': '*'
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"utils/**/*"
],
"resolutions": {
"@types/scheduler": "0.16.8",
"@types/react": "18.2.48",
"@vanilla-extract/integration@npm:^7.1.7": "patch:@vanilla-extract/integration@npm%3A7.1.7#~/.yarn/patches/@vanilla-extract-integration-npm-7.1.7-cf020c7449.patch"
},
Expand Down
17 changes: 13 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6330,6 +6330,15 @@ __metadata:
languageName: node
linkType: hard

"@types/react-onclickoutside@npm:*":
version: 6.7.10
resolution: "@types/react-onclickoutside@npm:6.7.10"
dependencies:
"@types/react": "npm:*"
checksum: 10/9381959ac55a4cf9732451561f72301f7c8b074224aa8935570546d4f76e24d873ed65ef911c8a3d7a7e4ae41e9469ae56ab65ff62ab3d3131f1dbf04a408020
languageName: node
linkType: hard

"@types/react@npm:18.2.48":
version: 18.2.48
resolution: "@types/react@npm:18.2.48"
Expand All @@ -6348,10 +6357,10 @@ __metadata:
languageName: node
linkType: hard

"@types/scheduler@npm:*":
version: 0.23.0
resolution: "@types/scheduler@npm:0.23.0"
checksum: 10/874d753aa65c17760dfc460a91e6df24009bde37bfd427a031577b30262f7770c1b8f71a21366c7dbc76111967384cf4090a31d65315155180ef14bd7acccb32
"@types/scheduler@npm:0.16.8":
version: 0.16.8
resolution: "@types/scheduler@npm:0.16.8"
checksum: 10/6c091b096daa490093bf30dd7947cd28e5b2cd612ec93448432b33f724b162587fed9309a0acc104d97b69b1d49a0f3fc755a62282054d62975d53d7fd13472d
languageName: node
linkType: hard

Expand Down

0 comments on commit dc733ed

Please sign in to comment.