Bump @ag-grid-community/core from 31.3.2 to 32.0.0

Bumps [@ag-grid-community/core](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/core"
  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 10:59:19 +00:00
committed by GitHub
parent 132553c108
commit 7923eb9ec9
2 changed files with 25 additions and 3 deletions

26
package-lock.json generated
View File

@@ -19,7 +19,7 @@
"tslib": "^2.3.0"
}
},
"node_modules/@ag-grid-community/core": {
"node_modules/@ag-grid-community/client-side-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==",
@@ -27,6 +27,15 @@
"tslib": "^2.3.0"
}
},
"node_modules/@ag-grid-community/core": {
"version": "32.0.0",
"resolved": "https://registry.npmjs.org/@ag-grid-community/core/-/core-32.0.0.tgz",
"integrity": "sha512-xBsDlua2CehOmVIYzaAJtoKjLtbv6o/w2lMwdlllfpZAiqnbJQiLJEARWCOGRn769HUnIWFNtrbzJlbuFj4Usw==",
"dependencies": {
"ag-charts-types": "10.0.0",
"tslib": "^2.3.0"
}
},
"node_modules/@ag-grid-community/infinite-row-model": {
"version": "31.3.2",
"resolved": "https://registry.npmjs.org/@ag-grid-community/infinite-row-model/-/infinite-row-model-31.3.2.tgz",
@@ -36,6 +45,14 @@
"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": {
"tslib": "^2.3.0"
}
},
"node_modules/@ag-grid-community/styles": {
"version": "32.0.0",
"resolved": "https://registry.npmjs.org/@ag-grid-community/styles/-/styles-32.0.0.tgz",
@@ -3316,6 +3333,11 @@
"resolved": "https://registry.npmjs.org/admin-lte/-/admin-lte-4.0.0-beta1.tgz",
"integrity": "sha512-sRpozBFpM65uJbr4zJ38RAfhgfIrJlM2aWaLlfBSkz0cuALl/cJSn1hSc437IPw+rS7r+j82Y6H5HCYJSNUBIg=="
},
"node_modules/ag-charts-types": {
"version": "10.0.0",
"resolved": "https://registry.npmjs.org/ag-charts-types/-/ag-charts-types-10.0.0.tgz",
"integrity": "sha512-jjiwrzydERou4yp9WHiJeVK237B7BUP3/4j6tdycyHag266YVWa/BMNtTOThWJKGku+m+TC2qfaujLYixgcbrQ=="
},
"node_modules/ajv": {
"version": "6.12.6",
"resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz",
@@ -10931,7 +10953,7 @@
"hasInstallScript": true,
"dependencies": {
"@ag-grid-community/client-side-row-model": "^31.0.3",
"@ag-grid-community/core": "^31.0.3",
"@ag-grid-community/core": "^32.0.0",
"@ag-grid-community/infinite-row-model": "^31.0.3",
"@ag-grid-community/styles": "^32.0.0",
"@fortawesome/fontawesome-free": "^6.4.0",

View File

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