Upgrading chartjs to 4.3 and removing ng2-charts from modelview (#23398)

* Upgrading chartjs

* Upgrading charjs in exthost and removing ng2-charts

* Updating lock file

* Fixing paths in workbench for new chartjs

* Removing more any

* Removing more any

* Fixing colors

* Fixing more stuff

* Updating distro hash
This commit is contained in:
Aasim Khan
2023-06-20 18:03:56 -07:00
committed by GitHub
parent 0e27b88673
commit b028d12577
18 changed files with 288 additions and 291 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "azuredatastudio",
"version": "1.45.0",
"distro": "0b0260ce742552bb22069e74d4bfc54e6b4bd29f",
"distro": "90d90d3d534cc89532292bc23b38cdbc5c3f7a5c",
"author": {
"name": "Microsoft Corporation"
},
@@ -81,7 +81,8 @@
"ansi_up": "^5.1.0",
"applicationinsights": "1.4.2",
"azdataGraph": "github:Microsoft/azdataGraph#0.0.58",
"chart.js": "^2.9.4",
"chart.js": "^4.3.0",
"chartjs-adapter-moment": "^1.0.1",
"chokidar": "3.5.1",
"graceful-fs": "4.2.8",
"gridstack": "^3.1.3",
@@ -93,10 +94,10 @@
"keytar": "7.9.0",
"mark.js": "^8.11.1",
"minimist": "^1.2.6",
"moment": "^2.29.4",
"native-is-elevated": "0.4.3",
"native-keymap": "3.3.0",
"native-watchdog": "1.4.0",
"ng2-charts": "^1.6.0",
"node-pty": "0.11.0-beta11",
"plotly.js-dist-min": "^1.53.0",
"reflect-metadata": "^0.1.8",
@@ -128,7 +129,6 @@
"7zip": "0.0.6",
"@playwright/test": "1.26.0",
"@types/applicationinsights": "0.20.0",
"@types/chart.js": "2.9.4",
"@types/cookie": "^0.3.3",
"@types/copy-webpack-plugin": "^6.0.3",
"@types/cssnano": "^4.0.0",