Skip to content

Commit

Permalink
Bump @types/d3 from 7.4.1 to 7.4.2 in /client/web/antrea-ui
Browse files Browse the repository at this point in the history
Bumps [@types/d3](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/d3) from 7.4.1 to 7.4.2.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/d3)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 6, 2023
1 parent 8e161c4 commit d8d1936
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion client/web/antrea-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"@eslint/create-config": "^0.4.6",
"@testing-library/jest-dom": "^6.1.3",
"@types/base-64": "^1.0.1",
"@types/d3": "^7.4.1",
"@types/d3": "^7.4.2",
"@types/d3-graphviz": "^2.6.8",
"@types/echarts": "^4.9.20",
"@types/node": "^20.8.9",
Expand Down
8 changes: 4 additions & 4 deletions client/web/antrea-ui/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -903,10 +903,10 @@
"@types/d3-interpolate" "^1"
"@types/d3-selection" "^1"

"@types/d3@^7.4.1":
version "7.4.1"
resolved "https://registry.yarnpkg.com/@types/d3/-/d3-7.4.1.tgz#0168b616fa551d99e4534d0cbdeb50844c92b597"
integrity sha512-lBpYmbHTCtFKO1DB1R7E9dXp9/g1F3JXSGOF7iKPZ+wRmYg/Q6tCRHODGOc5Qk25fJRe2PI60EDRf2HLPUncMA==
"@types/d3@^7.4.2":
version "7.4.2"
resolved "https://registry.yarnpkg.com/@types/d3/-/d3-7.4.2.tgz#2e9ccbec794b40e1ccac2dad2ba0642bf25b9a10"
integrity sha512-Y4g2Yb30ZJmmtqAJTqMRaqXwRawfvpdpVmyEYEcyGNhrQI/Zvkq3k7yE1tdN07aFSmNBfvmegMQ9Fe2qy9ZMhw==
dependencies:
"@types/d3-array" "*"
"@types/d3-axis" "*"
Expand Down

0 comments on commit d8d1936

Please sign in to comment.