chore(deps): update dependency @types/chart.js to v4 (#4496)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-08-05 15:55:02 -07:00
committed by GitHub
co-authored by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
parent 26497b141e
commit 41b18633b6
2 changed files with 7 additions and 6 deletions
+6 -5
View File
@@ -87,7 +87,7 @@
"@storybook/theming": "^8.3.6",
"@svgr/webpack": "8.1.0",
"@testing-library/react": "^16.3.0",
"@types/chart.js": "2.9.41",
"@types/chart.js": "4.0.1",
"@types/classnames": "2.3.4",
"@types/jest": "^30.0.0",
"@types/markdown-it": "14.1.2",
@@ -8404,13 +8404,14 @@
}
},
"node_modules/@types/chart.js": {
"version": "2.9.41",
"resolved": "https://registry.npmjs.org/@types/chart.js/-/chart.js-2.9.41.tgz",
"integrity": "sha512-3dvkDvueckY83UyUXtJMalYoH6faOLkWQoaTlJgB4Djde3oORmNP0Jw85HtzTuXyliUHcdp704s0mZFQKio/KQ==",
"version": "4.0.1",
"resolved": "https://registry.npmjs.org/@types/chart.js/-/chart.js-4.0.1.tgz",
"integrity": "sha512-OwXJ6Eg14eFpCsTG6sljiGnvVpit5R9rapG7nwDnQlljsdplVIOYVuCSwy07IduCtihrOwvOnbhXKLyp3nvPcw==",
"deprecated": "This is a stub types definition. chart.js provides its own type definitions, so you do not need this installed.",
"dev": true,
"license": "MIT",
"dependencies": {
"moment": "^2.10.2"
"chart.js": "*"
}
},
"node_modules/@types/classnames": {
+1 -1
View File
@@ -98,7 +98,7 @@
"@storybook/theming": "^8.3.6",
"@svgr/webpack": "8.1.0",
"@testing-library/react": "^16.3.0",
"@types/chart.js": "2.9.41",
"@types/chart.js": "4.0.1",
"@types/classnames": "2.3.4",
"@types/jest": "^30.0.0",
"@types/markdown-it": "14.1.2",