We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c886b0 commit cd9749eCopy full SHA for cd9749e
package.json
@@ -9,6 +9,9 @@
9
"workspaces": [
10
"packages/*"
11
],
12
+ "resolutions": {
13
+ "next/@swc/helpers": "0.4.36"
14
+ },
15
"scripts": {
16
"react": "yarn workspace @headlessui/react",
17
"react-playground": "yarn workspace playground-react dev",
packages/playground-react/package.json
@@ -33,5 +33,8 @@
33
},
34
"devDependencies": {
35
"@floating-ui/react": "^0.24.8"
36
37
38
39
}
40
0 commit comments