Remove deprecated @types/chart.js dependency from web project (#4554)

* Initial plan

* Remove deprecated @types/chart.js dependency

Co-authored-by: gabek <414923+gabek@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: gabek <414923+gabek@users.noreply.github.com>
This commit is contained in:
Copilot
2025-09-15 00:34:44 -07:00
committed by GitHub
co-authored by gabek copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
parent ef1e24356c
commit bf82e77f79
2 changed files with 1 additions and 13 deletions
-12
View File
@@ -87,7 +87,6 @@
"@storybook/theming": "^8.3.6",
"@svgr/webpack": "8.1.0",
"@testing-library/react": "^16.3.0",
"@types/chart.js": "4.0.1",
"@types/jest": "^30.0.0",
"@types/markdown-it": "14.1.2",
"@types/node": "22.17.2",
@@ -9233,17 +9232,6 @@
"@babel/types": "^7.20.7"
}
},
"node_modules/@types/chart.js": {
"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": {
"chart.js": "*"
}
},
"node_modules/@types/conventional-commits-parser": {
"version": "5.0.1",
"resolved": "https://registry.npmjs.org/@types/conventional-commits-parser/-/conventional-commits-parser-5.0.1.tgz",
+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": "4.0.1",
"@types/jest": "^30.0.0",
"@types/markdown-it": "14.1.2",
"@types/node": "22.17.2",