Skip to content

Commit

Permalink
[TASK] Update d3 library to v3.0
Browse files Browse the repository at this point in the history
Used command:

  cd Build
  npm install "d3-drag@^3.0.0" \
    "d3-selection@^3.0.0" \
    "d3-dispatch@^3.0.0" \
    "@types/d3-dispatch@^3.0.0" \
    "@types/d3-drag@^3.0.0" \
    "@types/d3-selection@^3.0.0
  grunt build

Resolves: #99779
Releases: main
Change-Id: Ic38dc68123b475aa8f9fa1d71a7698db92891fba
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/77653
Reviewed-by: Oliver Bartsch <bo@cedev.de>
Reviewed-by: Andreas Fernandez <a.fernandez@scripting-base.de>
Tested-by: Oliver Bartsch <bo@cedev.de>
Tested-by: Andreas Fernandez <a.fernandez@scripting-base.de>
Tested-by: core-ci <typo3@b13.com>
  • Loading branch information
bmack authored and andreaskienast committed Feb 1, 2023
1 parent 9988697 commit 8f55535
Show file tree
Hide file tree
Showing 4 changed files with 45 additions and 42 deletions.
71 changes: 37 additions & 34 deletions Build/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions Build/package.json
Expand Up @@ -43,9 +43,9 @@
"@types/ckeditor__ckeditor5-undo": "^27.0.3",
"@types/ckeditor__ckeditor5-utils": "^28.0.14",
"@types/ckeditor__ckeditor5-word-count": "^29.0.2",
"@types/d3-dispatch": "^2.0.0",
"@types/d3-drag": "^2.0.0",
"@types/d3-selection": "^2.0.0",
"@types/d3-dispatch": "^3.0.2",
"@types/d3-drag": "^3.0.2",
"@types/d3-selection": "^3.0.4",
"@types/jasmine": "^4.3.0",
"@types/jquery": "2.0.47",
"@types/jqueryui": "^1.12.13",
Expand Down Expand Up @@ -166,9 +166,9 @@
"chart.js": "^4.0.1",
"chosen-js": "^1.8.7",
"cropperjs": "^1.5.9",
"d3-dispatch": "^2.0.0",
"d3-drag": "^2.0.0",
"d3-selection": "^2.0.0",
"d3-dispatch": "^3.0.1",
"d3-drag": "^3.0.0",
"d3-selection": "^3.0.0",
"es-module-shims": "^1.3.6",
"flatpickr": "^4.6.13",
"interactjs": "^1.10.17",
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8f55535

Please sign in to comment.