From aed30d14993ccb7fc5d0e49016d88a85e1680f4d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 03:05:13 +0000 Subject: [PATCH] Bump @ag-grid-community/styles from 31.3.2 to 32.0.0 Bumps [@ag-grid-community/styles](https://github.com/ag-grid/ag-grid) from 31.3.2 to 32.0.0. - [Release notes](https://github.com/ag-grid/ag-grid/releases) - [Commits](https://github.com/ag-grid/ag-grid/compare/v31.3.2...v32.0.0) --- updated-dependencies: - dependency-name: "@ag-grid-community/styles" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- resources/assets/v2/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 632a07491d..bb30668518 100644 --- a/package-lock.json +++ b/package-lock.json @@ -37,9 +37,9 @@ } }, "node_modules/@ag-grid-community/styles": { - "version": "31.3.2", - "resolved": "https://registry.npmjs.org/@ag-grid-community/styles/-/styles-31.3.2.tgz", - "integrity": "sha512-FP1FxUGKHCUdu081eptYg1g5FdDHjluTt2w6Jm5/KmC2XISUzdhhxJATsNM4Nu0h6fwxhQICsJl0xsTvXG/rxw==" + "version": "32.0.0", + "resolved": "https://registry.npmjs.org/@ag-grid-community/styles/-/styles-32.0.0.tgz", + "integrity": "sha512-zhVjY4hzX/E1vdBqnuF3akMamAxgIWK8GHZAvN/xNkoqOYU5r6ErNW+7uS6GxwjjQlawdeK42FNY2ohqDRD1nw==" }, "node_modules/@ampproject/remapping": { "version": "2.3.0", @@ -10933,7 +10933,7 @@ "@ag-grid-community/client-side-row-model": "^31.0.3", "@ag-grid-community/core": "^31.0.3", "@ag-grid-community/infinite-row-model": "^31.0.3", - "@ag-grid-community/styles": "^31.0.3", + "@ag-grid-community/styles": "^32.0.0", "@fortawesome/fontawesome-free": "^6.4.0", "@popperjs/core": "^2.11.8", "admin-lte": "^4.0.0-alpha3", diff --git a/resources/assets/v2/package.json b/resources/assets/v2/package.json index 2033603580..ee5849a337 100644 --- a/resources/assets/v2/package.json +++ b/resources/assets/v2/package.json @@ -19,7 +19,7 @@ "@ag-grid-community/client-side-row-model": "^31.0.3", "@ag-grid-community/core": "^31.0.3", "@ag-grid-community/infinite-row-model": "^31.0.3", - "@ag-grid-community/styles": "^31.0.3", + "@ag-grid-community/styles": "^32.0.0", "@fortawesome/fontawesome-free": "^6.4.0", "@popperjs/core": "^2.11.8", "admin-lte": "^4.0.0-alpha3",