Skip to content

Commit 0dafd56

Browse files
authored
[chore] Update d3 packages (#5386)
* [chore] Update d3 packages * remove unused d3-array as dependency * bump version to 16.1.1
1 parent a0c3728 commit 0dafd56

3 files changed

Lines changed: 182 additions & 222 deletions

File tree

documentation-site/next-env.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
/// <reference types="next/image-types/global" />
33

44
// NOTE: This file should not be edited
5-
// see https://nextjs.org/docs/pages/building-your-application/configuring/typescript for more information.
5+
// see https://nextjs.org/docs/basic-features/typescript for more information.

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "baseui",
3-
"version": "16.1.0",
3+
"version": "16.1.1",
44
"description": "A React Component library implementing the Base design language",
55
"keywords": [
66
"react",
@@ -29,8 +29,7 @@
2929
"axe-core": "^4.11.0",
3030
"card-validator": "^6.2.0",
3131
"csstype": "2.6.11",
32-
"d3": "^6.7.0",
33-
"d3-array": "2.4.0",
32+
"d3": "^7.9.0",
3433
"date-fns": "^2.28.0",
3534
"date-fns-tz": "^1.2.2",
3635
"just-extend": "4.1.1",

0 commit comments

Comments
 (0)