From eb8d912a218a734a3e9336af026d175d40cb3f08 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Jan 2026 13:35:58 +0000 Subject: [PATCH] build(deps): bump react-grid-layout and @types/react-grid-layout Bumps [react-grid-layout](https://github.com/STRML/react-grid-layout) and [@types/react-grid-layout](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-grid-layout). These dependencies needed to be updated together. Updates `react-grid-layout` from 1.5.2 to 2.2.2 - [Release notes](https://github.com/STRML/react-grid-layout/releases) - [Changelog](https://github.com/react-grid-layout/react-grid-layout/blob/master/CHANGELOG.md) - [Commits](https://github.com/STRML/react-grid-layout/compare/1.5.2...2.2.2) Updates `@types/react-grid-layout` from 1.3.6 to 2.1.0 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-grid-layout) --- updated-dependencies: - dependency-name: react-grid-layout dependency-version: 2.2.2 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: "@types/react-grid-layout" dependency-version: 2.1.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 21 ++++++++++----------- package.json | 4 ++-- 2 files changed, 12 insertions(+), 13 deletions(-) diff --git a/package-lock.json b/package-lock.json index 34b8b72c..245ce52a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "luxon": "^3.7.2", "react": "^19.2.0", "react-dom": "^19.2.4", - "react-grid-layout": "^1.5.2", + "react-grid-layout": "^2.2.2", "react-i18next": "^16.3.3", "react-is": "^19.2.4", "react-responsive": "^10.0.1", @@ -57,7 +57,7 @@ "@types/node": "^22.18.9", "@types/react": "^19.2.5", "@types/react-dom": "^19.2.3", - "@types/react-grid-layout": "^1.3.5", + "@types/react-grid-layout": "^2.1.0", "@types/react-is": "^19.2.0", "@types/react-slick": "^0.23.13", "@types/slug": "^5.0.9", @@ -3274,13 +3274,13 @@ } }, "node_modules/@types/react-grid-layout": { - "version": "1.3.6", - "resolved": "https://registry.npmjs.org/@types/react-grid-layout/-/react-grid-layout-1.3.6.tgz", - "integrity": "sha512-Cw7+sb3yyjtmxwwJiXtEXcu5h4cgs+sCGkHwHXsFmPyV30bf14LeD/fa2LwQovuD2HWxCcjIdNhDlcYGj95qGA==", + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/@types/react-grid-layout/-/react-grid-layout-2.1.0.tgz", + "integrity": "sha512-pHEjVg9ert6BDFHFQ1IEdLUkd2gasJvyti5lV2kE46N/R07ZiaSZpAXeXJAA1MXy/Qby23fZmiuEgZkITxPXug==", + "deprecated": "This is a stub types definition. react-grid-layout provides its own type definitions, so you do not need this installed.", "dev": true, - "license": "MIT", "dependencies": { - "@types/react": "*" + "react-grid-layout": "*" } }, "node_modules/@types/react-is": { @@ -11241,10 +11241,9 @@ "license": "MIT" }, "node_modules/react-grid-layout": { - "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", + "version": "2.2.2", + "resolved": "https://registry.npmjs.org/react-grid-layout/-/react-grid-layout-2.2.2.tgz", + "integrity": "sha512-yNo9pxQWoxHWRAwHGSVT4DEGELYPyQ7+q9lFclb5jcqeFzva63/2F72CryS/jiTIr/SBIlTaDdyjqH+ODg8oBw==", "dependencies": { "clsx": "^2.1.1", "fast-equals": "^4.0.3", diff --git a/package.json b/package.json index 5af57fba..747409c9 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "luxon": "^3.7.2", "react": "^19.2.0", "react-dom": "^19.2.4", - "react-grid-layout": "^1.5.2", + "react-grid-layout": "^2.2.2", "react-i18next": "^16.3.3", "react-is": "^19.2.4", "react-responsive": "^10.0.1", @@ -67,7 +67,7 @@ "@types/node": "^22.18.9", "@types/react": "^19.2.5", "@types/react-dom": "^19.2.3", - "@types/react-grid-layout": "^1.3.5", + "@types/react-grid-layout": "^2.1.0", "@types/react-is": "^19.2.0", "@types/react-slick": "^0.23.13", "@types/slug": "^5.0.9",