mirror of
https://github.com/RoboSats/robosats.git
synced 2025-07-17 08:13:19 +00:00
Merge pull request #2067 from RoboSats/dependabot/npm_and_yarn/frontend/react-grid-layout-1.5.2
chore(deps): bump react-grid-layout from 1.5.1 to 1.5.2 in /frontend
This commit is contained in:
12
frontend/package-lock.json
generated
12
frontend/package-lock.json
generated
@ -39,7 +39,7 @@
|
||||
"react": "^19.1.0",
|
||||
"react-countdown": "^2.3.6",
|
||||
"react-dom": "^19.1.0",
|
||||
"react-grid-layout": "^1.5.1",
|
||||
"react-grid-layout": "^1.5.2",
|
||||
"react-i18next": "^15.5.2",
|
||||
"react-image": "^4.1.0",
|
||||
"react-leaflet": "^5.0.0",
|
||||
@ -14852,15 +14852,15 @@
|
||||
}
|
||||
},
|
||||
"node_modules/react-grid-layout": {
|
||||
"version": "1.5.1",
|
||||
"resolved": "https://registry.npmjs.org/react-grid-layout/-/react-grid-layout-1.5.1.tgz",
|
||||
"integrity": "sha512-4Fr+kKMk0+m1HL/BWfHxi/lRuaOmDNNKQDcu7m12+NEYcen20wIuZFo789u3qWCyvUsNUxCiyf0eKq4WiJSNYw==",
|
||||
"version": "1.5.2",
|
||||
"resolved": "https://registry.npmjs.org/react-grid-layout/-/react-grid-layout-1.5.2.tgz",
|
||||
"integrity": "sha512-vT7xmQqszTT+sQw/LfisrEO4le1EPNnSEMVHy6sBZyzS3yGkMywdOd+5iEFFwQwt0NSaGkxuRmYwa1JsP6OJdw==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"clsx": "^2.0.0",
|
||||
"clsx": "^2.1.1",
|
||||
"fast-equals": "^4.0.3",
|
||||
"prop-types": "^15.8.1",
|
||||
"react-draggable": "^4.4.5",
|
||||
"react-draggable": "^4.4.6",
|
||||
"react-resizable": "^3.0.5",
|
||||
"resize-observer-polyfill": "^1.5.1"
|
||||
},
|
||||
|
@ -86,7 +86,7 @@
|
||||
"react": "^19.1.0",
|
||||
"react-countdown": "^2.3.6",
|
||||
"react-dom": "^19.1.0",
|
||||
"react-grid-layout": "^1.5.1",
|
||||
"react-grid-layout": "^1.5.2",
|
||||
"react-i18next": "^15.5.2",
|
||||
"react-image": "^4.1.0",
|
||||
"react-leaflet": "^5.0.0",
|
||||
|
Reference in New Issue
Block a user