Skip to content

Commit ca12a05

Browse files
committed
Fix @adobe/leonardo-contrast-colors
1 parent fe99012 commit ca12a05

2 files changed

Lines changed: 281 additions & 17 deletions

File tree

package.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,5 +125,20 @@
125125
"packageManager": "pnpm@7.14.0",
126126
"volta": {
127127
"node": "16.18.1"
128+
},
129+
"pnpm": {
130+
"packageExtensions": {
131+
"@adobe/leonardo-contrast-colors": {
132+
"dependencies": {
133+
"d3": "^5.12.0",
134+
"d3-cam02": "^0.1.5",
135+
"d3-hsluv": "^0.1.2",
136+
"d3-hsv": "^0.1.0"
137+
}
138+
}
139+
},
140+
"patchedDependencies": {
141+
"@adobe/leonardo-contrast-colors@1.0.0-alpha.16": "patches/@adobe__leonardo-contrast-colors@1.0.0-alpha.16.patch"
142+
}
128143
}
129144
}

0 commit comments

Comments
 (0)