Compare commits

...

1 Commits

Author SHA1 Message Date
dependabot[bot]
9257cc21d0 chore(deps): Bump react-aria-menubutton from 7.0.3 to 8.0.0
Bumps [react-aria-menubutton](https://github.com/davidtheclark/react-aria-menubutton) from 7.0.3 to 8.0.0.
- [Release notes](https://github.com/davidtheclark/react-aria-menubutton/releases)
- [Changelog](https://github.com/davidtheclark/react-aria-menubutton/blob/master/CHANGELOG.md)
- [Commits](https://github.com/davidtheclark/react-aria-menubutton/compare/v7.0.3...v8.0.0)

---
updated-dependencies:
- dependency-name: react-aria-menubutton
  dependency-version: 8.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-01-29 13:43:49 +00:00
2 changed files with 9 additions and 7 deletions

14
package-lock.json generated
View File

@@ -50,7 +50,7 @@
"prop-types": "^15.8.1",
"react": "^19.2.0",
"react-accessible-accordion": "^5.0.1",
"react-aria-menubutton": "^7.0.3",
"react-aria-menubutton": "^8.0.0",
"react-aria-modal": "^5.0.2",
"react-collapse": "^5.1.1",
"react-color": "^2.19.3",
@@ -12611,17 +12611,19 @@
}
},
"node_modules/react-aria-menubutton": {
"version": "7.0.3",
"resolved": "https://registry.npmjs.org/react-aria-menubutton/-/react-aria-menubutton-7.0.3.tgz",
"integrity": "sha512-Ql4W3rNiZmuVJ1wQ0UUeV4OZX3IZq2evsfEqJGefSMdfkK6o8X/6Ufxrzu0wL+/Dr7JUY3xnrnIQimSCFghlCQ==",
"version": "8.0.0",
"resolved": "https://registry.npmjs.org/react-aria-menubutton/-/react-aria-menubutton-8.0.0.tgz",
"integrity": "sha512-cMATQDgs14rDJ0yIY701IZpaeGQDLBgDT4fmsjacligHB1YNdFpVQqgw1lRspJcUTiY7e2f8hNGHEwFEm7fuzA==",
"license": "MIT",
"dependencies": {
"focus-group": "^0.3.1",
"prop-types": "^15.6.0",
"teeny-tap": "^0.2.0"
},
"engines": {
"node": ">=18"
},
"peerDependencies": {
"react": "^16.3.0 || ^17.0.0"
"react": "^16.3.0 || ^17.0.0 || ^18.0.0"
}
},
"node_modules/react-aria-modal": {

View File

@@ -67,7 +67,7 @@
"prop-types": "^15.8.1",
"react": "^19.2.0",
"react-accessible-accordion": "^5.0.1",
"react-aria-menubutton": "^7.0.3",
"react-aria-menubutton": "^8.0.0",
"react-aria-modal": "^5.0.2",
"react-collapse": "^5.1.1",
"react-color": "^2.19.3",