Merge pull request #1825 from nunocoracao/dependabot/npm_and_yarn/dev/headlessui/react-2.2.0

📌 Bump @headlessui/react from 2.1.8 to 2.2.0
This commit is contained in:
Nuno Coração 2024-11-08 17:02:19 +00:00 committed by GitHub
commit 18f406820b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 7 additions and 7 deletions

12
package-lock.json generated
View file

@ -10,7 +10,7 @@
"hasInstallScript": true, "hasInstallScript": true,
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@headlessui/react": "^2.1.8", "@headlessui/react": "^2.2.0",
"@heroicons/react": "^2.1.5", "@heroicons/react": "^2.1.5",
"@iamtraction/google-translate": "^2.0.1", "@iamtraction/google-translate": "^2.0.1",
"@tailwindcss/forms": "^0.5.9", "@tailwindcss/forms": "^0.5.9",
@ -208,9 +208,9 @@
"integrity": "sha512-XGndio0l5/Gvd6CLIABvsav9HHezgDFFhDfHk1bvLfr9ni8dojqLSvBbotJEjmIwNHL7vK4QzBJTdBRoB+c1ww==" "integrity": "sha512-XGndio0l5/Gvd6CLIABvsav9HHezgDFFhDfHk1bvLfr9ni8dojqLSvBbotJEjmIwNHL7vK4QzBJTdBRoB+c1ww=="
}, },
"node_modules/@headlessui/react": { "node_modules/@headlessui/react": {
"version": "2.1.8", "version": "2.2.0",
"resolved": "https://registry.npmjs.org/@headlessui/react/-/react-2.1.8.tgz", "resolved": "https://registry.npmjs.org/@headlessui/react/-/react-2.2.0.tgz",
"integrity": "sha512-uajqVkAcVG/wHwG9Fh5PFMcFpf2VxM4vNRNKxRjuK009kePVur8LkuuygHfIE+2uZ7z7GnlTtYsyUe6glPpTLg==", "integrity": "sha512-RzCEg+LXsuI7mHiSomsu/gBJSjpupm6A1qIZ5sWjd7JhARNlMiSA4kKfJpCKwU9tE+zMRterhhrP74PvfJrpXQ==",
"dependencies": { "dependencies": {
"@floating-ui/react": "^0.26.16", "@floating-ui/react": "^0.26.16",
"@react-aria/focus": "^3.17.1", "@react-aria/focus": "^3.17.1",
@ -221,8 +221,8 @@
"node": ">=10" "node": ">=10"
}, },
"peerDependencies": { "peerDependencies": {
"react": "^18", "react": "^18 || ^19 || ^19.0.0-rc",
"react-dom": "^18" "react-dom": "^18 || ^19 || ^19.0.0-rc"
} }
}, },
"node_modules/@heroicons/react": { "node_modules/@heroicons/react": {

View file

@ -109,7 +109,7 @@
} }
], ],
"dependencies": { "dependencies": {
"@headlessui/react": "^2.1.8", "@headlessui/react": "^2.2.0",
"@heroicons/react": "^2.1.5", "@heroicons/react": "^2.1.5",
"@iamtraction/google-translate": "^2.0.1", "@iamtraction/google-translate": "^2.0.1",
"@tailwindcss/forms": "^0.5.9", "@tailwindcss/forms": "^0.5.9",