mirror of
https://github.com/maputnik/editor.git
synced 2026-01-30 17:20:00 +00:00
Compare commits
1 Commits
main
...
dependabot
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9257cc21d0 |
14
package-lock.json
generated
14
package-lock.json
generated
@@ -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": {
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user