@artsy/palette-charts 38.0.0 → 38.0.2
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": "38.0.
|
|
4
|
+
"version": "38.0.2",
|
|
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": "^39.0.
|
|
117
|
+
"@artsy/palette": "^39.0.2",
|
|
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",
|
|
@@ -173,5 +173,5 @@
|
|
|
173
173
|
"url": "http://localhost"
|
|
174
174
|
}
|
|
175
175
|
},
|
|
176
|
-
"gitHead": "
|
|
176
|
+
"gitHead": "9835dcf7d799a225779bbe1b85a088826be3c308"
|
|
177
177
|
}
|