Skip to content

Commit

Permalink
chore(deps): bump d3-axis and @types/d3-axis
Browse files Browse the repository at this point in the history
Bumps [d3-axis](https://github.com/d3/d3-axis) and [@types/d3-axis](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/d3-axis). These dependencies needed to be updated together.

Updates `d3-axis` from 1.0.12 to 3.0.0
- [Release notes](https://github.com/d3/d3-axis/releases)
- [Commits](d3/d3-axis@v1.0.12...v3.0.0)

Updates `@types/d3-axis` from 1.0.16 to 3.0.5
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/d3-axis)

---
updated-dependencies:
- dependency-name: d3-axis
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: "@types/d3-axis"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 8, 2023
1 parent 602cafb commit b7da58a
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/iot-app-kit-visualizations/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"@types/color": "^3.0.6",
"@types/color-string": "^1.5.5",
"@types/cypress-image-snapshot": "^3.1.9",
"@types/d3-axis": "^1.0.12",
"@types/d3-axis": "^3.0.6",
"@types/jest": "24.9.1",
"@types/lodash.isequal": "^4.5.8",
"@types/lodash.isnumber": "^3.0.9",
Expand Down Expand Up @@ -99,7 +99,7 @@
"@stencil/redux": "^0.2.0",
"@types/d3": "^5.16.4",
"d3-array": "^2.3.2",
"d3-axis": "^1.0.12",
"d3-axis": "^3.0.0",
"d3-brush": "^3.0.0",
"d3-color-1-fix": "1.4.2",
"d3-drag": "^1.2.5",
Expand Down
19 changes: 18 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3063,13 +3063,20 @@
resolved "https://registry.npmjs.org/@types/d3-array/-/d3-array-1.2.9.tgz"
integrity sha512-E/7RgPr2ylT5dWG0CswMi9NpFcjIEDqLcUSBgNHe/EMahfqYaTx4zhcggG3khqoEB/leY4Vl6nTSbwLUPjXceA==

"@types/d3-axis@^1", "@types/d3-axis@^1.0.12":
"@types/d3-axis@^1":
version "1.0.16"
resolved "https://registry.npmjs.org/@types/d3-axis/-/d3-axis-1.0.16.tgz"
integrity sha512-p7085weOmo4W+DzlRRVC/7OI/jugaKbVa6WMQGCQscaMylcbuaVEGk7abJLNyGVFLeCBNrHTdDiqRGnzvL0nXQ==
dependencies:
"@types/d3-selection" "^1"

"@types/d3-axis@^3.0.6":
version "3.0.6"
resolved "https://registry.yarnpkg.com/@types/d3-axis/-/d3-axis-3.0.6.tgz#e760e5765b8188b1defa32bc8bb6062f81e4c795"
integrity sha512-pYeijfZuBd87T0hGn0FO1vQ/cgLk6E1ALJjfkC0oJ8cbwkZl3TpgS8bVBLZN+2jjGgg38epgxb2zmoGtSfvgMw==
dependencies:
"@types/d3-selection" "*"

"@types/d3-brush@^1":
version "1.1.5"
resolved "https://registry.npmjs.org/@types/d3-brush/-/d3-brush-1.1.5.tgz"
Expand Down Expand Up @@ -3190,6 +3197,11 @@
dependencies:
"@types/d3-time" "^1"

"@types/d3-selection@*":
version "3.0.10"
resolved "https://registry.yarnpkg.com/@types/d3-selection/-/d3-selection-3.0.10.tgz#98cdcf986d0986de6912b5892e7c015a95ca27fe"
integrity sha512-cuHoUgS/V3hLdjJOLTT691+G2QoqAjCVLmr4kJXR4ha56w1Zdu8UUQ5TxLRqudgNjwXeQxKMq4j+lyf9sWuslg==

"@types/d3-selection@^1":
version "1.4.3"
resolved "https://registry.npmjs.org/@types/d3-selection/-/d3-selection-1.4.3.tgz"
Expand Down Expand Up @@ -6628,6 +6640,11 @@ d3-axis@^1.0.12:
resolved "https://registry.npmjs.org/d3-axis/-/d3-axis-1.0.12.tgz"
integrity sha512-ejINPfPSNdGFKEOAtnBtdkpr24c4d4jsei6Lg98mxf424ivoDP2956/5HDpIAtmHo85lqT4pruy+zEgvRUBqaQ==

d3-axis@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/d3-axis/-/d3-axis-3.0.0.tgz#c42a4a13e8131d637b745fc2973824cfeaf93322"
integrity sha512-IH5tgjV4jE/GhHkRV0HiVYPDtvfjHQlQfJHs0usq7M30XcSBvOotpmH1IgkcXsO/5gEQZD43B//fc7SRT5S+xw==

d3-brush@^1.1.3:
version "1.1.6"
resolved "https://registry.npmjs.org/d3-brush/-/d3-brush-1.1.6.tgz"
Expand Down

0 comments on commit b7da58a

Please sign in to comment.