@shopify/polaris-viz
Advanced tools
Comparing version 0.0.6 to 0.0.7
@@ -5,2 +5,8 @@ # Changelog | ||
## [0.0.7] - 2020-06-02 | ||
### Changed | ||
- Move React and React DOM to dev dependencies | ||
## [0.0.6] - 2020-02-25 | ||
@@ -7,0 +13,0 @@ |
{ | ||
"name": "@shopify/polaris-viz", | ||
"description": "Shopify’s viz component library", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"private": false, | ||
@@ -31,3 +31,2 @@ "license": "SEE LICENSE IN LICENSE.md", | ||
"build-consumer": "node ./scripts/build-consumer", | ||
"build-shrink-ray": "yarn run && node ./scripts/build-shrink-ray.js", | ||
"prepublish": "in-publish && yarn run build || :", | ||
@@ -65,3 +64,3 @@ "dev": "sewing-kit playground" | ||
"@shopify/react-testing": "^1.8.0", | ||
"@shopify/sewing-kit": "^0.112.0", | ||
"@shopify/sewing-kit": "^0.120.0", | ||
"@types/d3-array": "^2.0.0", | ||
@@ -95,2 +94,4 @@ "@types/d3-scale": "^2.1.1", | ||
"postcss-shopify": "^2.2.1", | ||
"react": "^16.8.6", | ||
"react-dom": "^16.8.6", | ||
"rimraf": "^3.0.0", | ||
@@ -129,4 +130,2 @@ "rollup": "^1.10.1", | ||
"d3-shape": "^1.3.7", | ||
"react": "^16.8.6", | ||
"react-dom": "^16.8.6", | ||
"react-spring": "^8.0.27", | ||
@@ -133,0 +132,0 @@ "use-debounce": "^3.3.0" |
@@ -23,3 +23,3 @@ # Polaris Viz | ||
If your app is not set up for `esnext`, import the styles where you import components from the libary: | ||
If your app is not set up for `esnext`, import the styles where you import components from the library: | ||
@@ -93,3 +93,3 @@ ```js | ||
</li> | ||
<li><strong>showArea:</strong> | ||
<li><strong>includeArea:</strong> | ||
<code>boolean</code> | ||
@@ -96,0 +96,0 @@ </li> |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
53937
9
50
811
45
- Removedreact@^16.8.6
- Removedreact-dom@^16.8.6