@artsy/palette-charts 39.0.0 → 39.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +3 -3
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@artsy/palette-charts",
|
|
3
3
|
"sideEffects": false,
|
|
4
|
-
"version": "39.
|
|
4
|
+
"version": "39.1.0",
|
|
5
5
|
"description": "Design system library for react components",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"publishConfig": {
|
|
@@ -114,7 +114,7 @@
|
|
|
114
114
|
"typescript-styled-plugin": "0.10.0"
|
|
115
115
|
},
|
|
116
116
|
"dependencies": {
|
|
117
|
-
"@artsy/palette": "^40.
|
|
117
|
+
"@artsy/palette": "^40.1.0",
|
|
118
118
|
"@seznam/compose-react-refs": "^1.0.6",
|
|
119
119
|
"@styled-system/theme-get": "^5.1.2",
|
|
120
120
|
"d3-interpolate": "^1.3.2",
|
|
@@ -179,5 +179,5 @@
|
|
|
179
179
|
"url": "http://localhost"
|
|
180
180
|
}
|
|
181
181
|
},
|
|
182
|
-
"gitHead": "
|
|
182
|
+
"gitHead": "ded06f2ad4829e135a8694e7b0aecaf8a65c0a0d"
|
|
183
183
|
}
|