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:
KoalaSat
2025-07-11 07:50:47 +00:00
committed by GitHub
2 changed files with 7 additions and 7 deletions

View File

@ -39,7 +39,7 @@
"react": "^19.1.0", "react": "^19.1.0",
"react-countdown": "^2.3.6", "react-countdown": "^2.3.6",
"react-dom": "^19.1.0", "react-dom": "^19.1.0",
"react-grid-layout": "^1.5.1", "react-grid-layout": "^1.5.2",
"react-i18next": "^15.5.2", "react-i18next": "^15.5.2",
"react-image": "^4.1.0", "react-image": "^4.1.0",
"react-leaflet": "^5.0.0", "react-leaflet": "^5.0.0",
@ -14852,15 +14852,15 @@
} }
}, },
"node_modules/react-grid-layout": { "node_modules/react-grid-layout": {
"version": "1.5.1", "version": "1.5.2",
"resolved": "https://registry.npmjs.org/react-grid-layout/-/react-grid-layout-1.5.1.tgz", "resolved": "https://registry.npmjs.org/react-grid-layout/-/react-grid-layout-1.5.2.tgz",
"integrity": "sha512-4Fr+kKMk0+m1HL/BWfHxi/lRuaOmDNNKQDcu7m12+NEYcen20wIuZFo789u3qWCyvUsNUxCiyf0eKq4WiJSNYw==", "integrity": "sha512-vT7xmQqszTT+sQw/LfisrEO4le1EPNnSEMVHy6sBZyzS3yGkMywdOd+5iEFFwQwt0NSaGkxuRmYwa1JsP6OJdw==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"clsx": "^2.0.0", "clsx": "^2.1.1",
"fast-equals": "^4.0.3", "fast-equals": "^4.0.3",
"prop-types": "^15.8.1", "prop-types": "^15.8.1",
"react-draggable": "^4.4.5", "react-draggable": "^4.4.6",
"react-resizable": "^3.0.5", "react-resizable": "^3.0.5",
"resize-observer-polyfill": "^1.5.1" "resize-observer-polyfill": "^1.5.1"
}, },

View File

@ -86,7 +86,7 @@
"react": "^19.1.0", "react": "^19.1.0",
"react-countdown": "^2.3.6", "react-countdown": "^2.3.6",
"react-dom": "^19.1.0", "react-dom": "^19.1.0",
"react-grid-layout": "^1.5.1", "react-grid-layout": "^1.5.2",
"react-i18next": "^15.5.2", "react-i18next": "^15.5.2",
"react-image": "^4.1.0", "react-image": "^4.1.0",
"react-leaflet": "^5.0.0", "react-leaflet": "^5.0.0",