Skip to content
This repository has been archived by the owner on May 24, 2024. It is now read-only.

Commit

Permalink
Unlock d3-transition (#320)
Browse files Browse the repository at this point in the history
  • Loading branch information
adoroshk authored Sep 25, 2023
1 parent 7a1bed2 commit d23bf3d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 3 additions & 0 deletions packages/carbon-graphs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

## Unreleased

* Fixed
* Unlocked `d3-transition` and removed `d3-dispatch` dependency to fix transition reference error.

## 2.23.2 - (September 20, 2023)

* Fixed
Expand Down
3 changes: 1 addition & 2 deletions packages/carbon-graphs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@
"dependencies": {
"d3-array": "1",
"d3-axis": "1",
"d3-dispatch": "1",
"d3-drag": "1",
"d3-ease": "1",
"d3-format": "1",
Expand All @@ -66,7 +65,7 @@
"d3-time": "1",
"d3-time-format": "2",
"d3-timer": "1",
"d3-transition": "1.3.0"
"d3-transition": "1"
},
"devDependencies": {
"@cerner/carbon-site-helpers": "^1.11.3",
Expand Down

0 comments on commit d23bf3d

Please sign in to comment.