Skip to content

Commit e4a2424

Browse files
committed
Bump version to add sub dependency resolution
1 parent b6d6a8f commit e4a2424

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nouance/payload-dashboard-analytics",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"homepage:": "https://nouance.io",
55
"repository": "git@github.com:NouanceLabs/payload-dashboard-analytics.git",
66
"description": "Dashboard analytics integration plugin for Payload CMS",
@@ -32,6 +32,9 @@
3232
"react": "^18",
3333
"typescript": "^5"
3434
},
35+
"resolutions": {
36+
"d3-color": "^3.1.0"
37+
},
3538
"files": [
3639
"dist",
3740
"types.js",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1822,10 +1822,10 @@ d3-array@2, d3-array@^2.12.1, d3-array@^2.3.0:
18221822
dependencies:
18231823
internmap "1 - 2"
18241824

1825-
"d3-color@1 - 2":
1826-
version "2.0.0"
1827-
resolved "https://registry.yarnpkg.com/d3-color/-/d3-color-2.0.0.tgz#8d625cab42ed9b8f601a1760a389f7ea9189d62e"
1828-
integrity sha512-SPXi0TSKPD4g9tw0NMZFnR95XVgUZiBH+uUTqQuDu1OsE2zomHU7ho0FISciaPvosimixwHFl3WHLGabv6dDgQ==
1825+
"d3-color@1 - 2", d3-color@^3.1.0:
1826+
version "3.1.0"
1827+
resolved "https://registry.yarnpkg.com/d3-color/-/d3-color-3.1.0.tgz#395b2833dfac71507f12ac2f7af23bf819de24e2"
1828+
integrity sha512-zg/chbXyeBtMQ1LbD/WSoW2DpC3I0mpmPdW+ynRTj/x2DAWYrIY7qeZIHidozwV24m4iavr15lNwIwLxRmOxhA==
18291829

18301830
d3-delaunay@5.3.0:
18311831
version "5.3.0"

0 commit comments

Comments
 (0)