Bump @ag-grid-community/infinite-row-model from 31.3.2 to 32.0.0

Bumps [@ag-grid-community/infinite-row-model](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/infinite-row-model"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2024-07-08 11:18:02 +00:00
committed by GitHub
parent ded142cd9e
commit 86149d1032
2 changed files with 6 additions and 14 deletions

18
package-lock.json generated
View File

@@ -37,19 +37,11 @@
} }
}, },
"node_modules/@ag-grid-community/infinite-row-model": { "node_modules/@ag-grid-community/infinite-row-model": {
"version": "31.3.2", "version": "32.0.0",
"resolved": "https://registry.npmjs.org/@ag-grid-community/infinite-row-model/-/infinite-row-model-31.3.2.tgz", "resolved": "https://registry.npmjs.org/@ag-grid-community/infinite-row-model/-/infinite-row-model-32.0.0.tgz",
"integrity": "sha512-b0MVmuMLDwzKXFux7REfp1wkjRi+91xR/bdzeQVKfuL4laJL2mlNCWnphdZTtYAFxMubABBhWgI2uQl3U/Jpew==", "integrity": "sha512-hHFMeAHRftB1ePOo/5VziK2DCzU7AylMpl741ZLsCsQuwnI+3+arOrnQO2vWOVT7/L5mIdYsPlwI/d+4zLqiUA==",
"dependencies": {
"@ag-grid-community/core": "31.3.2",
"tslib": "^2.3.0"
}
},
"node_modules/@ag-grid-community/infinite-row-model/node_modules/@ag-grid-community/core": {
"version": "31.3.2",
"resolved": "https://registry.npmjs.org/@ag-grid-community/core/-/core-31.3.2.tgz",
"integrity": "sha512-iab+xIPCvjzGkIBgo12IQNa9/ZGI4BmjsQz65+aipNXISbtGketkN5iO4OFQgafgf0f9JZVFOZ3EzCnMiVWLiQ==",
"dependencies": { "dependencies": {
"@ag-grid-community/core": "32.0.0",
"tslib": "^2.3.0" "tslib": "^2.3.0"
} }
}, },
@@ -10954,7 +10946,7 @@
"dependencies": { "dependencies": {
"@ag-grid-community/client-side-row-model": "^31.0.3", "@ag-grid-community/client-side-row-model": "^31.0.3",
"@ag-grid-community/core": "^32.0.0", "@ag-grid-community/core": "^32.0.0",
"@ag-grid-community/infinite-row-model": "^31.0.3", "@ag-grid-community/infinite-row-model": "^32.0.0",
"@ag-grid-community/styles": "^32.0.0", "@ag-grid-community/styles": "^32.0.0",
"@fortawesome/fontawesome-free": "^6.4.0", "@fortawesome/fontawesome-free": "^6.4.0",
"@popperjs/core": "^2.11.8", "@popperjs/core": "^2.11.8",

View File

@@ -18,7 +18,7 @@
"dependencies": { "dependencies": {
"@ag-grid-community/client-side-row-model": "^31.0.3", "@ag-grid-community/client-side-row-model": "^31.0.3",
"@ag-grid-community/core": "^32.0.0", "@ag-grid-community/core": "^32.0.0",
"@ag-grid-community/infinite-row-model": "^31.0.3", "@ag-grid-community/infinite-row-model": "^32.0.0",
"@ag-grid-community/styles": "^32.0.0", "@ag-grid-community/styles": "^32.0.0",
"@fortawesome/fontawesome-free": "^6.4.0", "@fortawesome/fontawesome-free": "^6.4.0",
"@popperjs/core": "^2.11.8", "@popperjs/core": "^2.11.8",