Skip to content

Commit

Permalink
add yarn resolutions to solve swc bug
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinMalfait committed Dec 20, 2023
1 parent 83c75a7 commit 20165b4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
"workspaces": [
"packages/*"
],
"resolutions": {
"next/@swc/helpers": "0.4.36"
},
"scripts": {
"react": "yarn workspace @headlessui/react",
"react-playground": "yarn workspace playground-react dev",
Expand Down
3 changes: 3 additions & 0 deletions packages/playground-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,8 @@
},
"devDependencies": {
"@floating-ui/react": "^0.24.8"
},
"resolutions": {
"next/@swc/helpers": "0.4.36"
}
}

0 comments on commit 20165b4

Please sign in to comment.