Skip to content

Commit cd9749e

Browse files
committed
add yarn resolutions to solve swc bug
1 parent 8c886b0 commit cd9749e

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99
"workspaces": [
1010
"packages/*"
1111
],
12+
"resolutions": {
13+
"next/@swc/helpers": "0.4.36"
14+
},
1215
"scripts": {
1316
"react": "yarn workspace @headlessui/react",
1417
"react-playground": "yarn workspace playground-react dev",

packages/playground-react/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,8 @@
3333
},
3434
"devDependencies": {
3535
"@floating-ui/react": "^0.24.8"
36+
},
37+
"resolutions": {
38+
"next/@swc/helpers": "0.4.36"
3639
}
3740
}

0 commit comments

Comments
 (0)