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 8c886b0 commit f0af3a9
Showing 1 changed file with 3 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

0 comments on commit f0af3a9

Please sign in to comment.