react-simple-maps
Advanced tools
Comparing version 3.0.0 to 4.0.0-beta.0
{ | ||
"name": "react-simple-maps", | ||
"version": "3.0.0", | ||
"version": "4.0.0-beta.0", | ||
"description": "An svg map chart component built with and for React", | ||
@@ -15,3 +15,3 @@ "main": "dist/index.js", | ||
"prepare": "rollup -c", | ||
"test": "mocha './tests/**/*.spec.js' --compilers js:babel-core/register" | ||
"test": "mocha './tests/**/*.spec.js' --compilers js:@babel/register" | ||
}, | ||
@@ -42,2 +42,3 @@ "repository": { | ||
"@babel/preset-env": "^7.18.6", | ||
"@babel/register": "^7.18.6", | ||
"@rollup/plugin-babel": "^5.3.1", | ||
@@ -51,3 +52,2 @@ "@rollup/plugin-commonjs": "^22.0.1", | ||
"react-dom": "^17.0.1", | ||
"react-test-utils": "^0.0.1", | ||
"rollup": "^2.75.7", | ||
@@ -62,7 +62,7 @@ "rollup-plugin-terser": "^7.0.2" | ||
"dependencies": { | ||
"d3-geo": "^2.0.2", | ||
"d3-selection": "^2.0.0", | ||
"d3-zoom": "^2.0.0", | ||
"d3-geo": "^3.1.0", | ||
"d3-selection": "^3.0.0", | ||
"d3-zoom": "^3.0.0", | ||
"topojson-client": "^3.1.0" | ||
} | ||
} |
@@ -20,3 +20,3 @@ <img src="https://img.shields.io/bundlephobia/minzip/react-simple-maps?color=%2328cb95&label=gzip" /> | ||
```bash | ||
$ npm install --save react-simple-maps | ||
$ npm install react-simple-maps | ||
``` | ||
@@ -23,0 +23,0 @@ |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
92839
2
+ Addedd3-array@3.2.4(transitive)
+ Addedd3-color@3.1.0(transitive)
+ Addedd3-dispatch@3.0.1(transitive)
+ Addedd3-drag@3.0.0(transitive)
+ Addedd3-ease@3.0.1(transitive)
+ Addedd3-geo@3.1.1(transitive)
+ Addedd3-interpolate@3.0.1(transitive)
+ Addedd3-selection@3.0.0(transitive)
+ Addedd3-timer@3.0.1(transitive)
+ Addedd3-transition@3.0.1(transitive)
+ Addedd3-zoom@3.0.0(transitive)
+ Addedinternmap@2.0.3(transitive)
- Removedd3-array@2.12.1(transitive)
- Removedd3-color@2.0.0(transitive)
- Removedd3-dispatch@2.0.0(transitive)
- Removedd3-drag@2.0.0(transitive)
- Removedd3-ease@2.0.0(transitive)
- Removedd3-geo@2.0.2(transitive)
- Removedd3-interpolate@2.0.1(transitive)
- Removedd3-selection@2.0.0(transitive)
- Removedd3-timer@2.0.0(transitive)
- Removedd3-transition@2.0.0(transitive)
- Removedd3-zoom@2.0.0(transitive)
- Removedinternmap@1.0.1(transitive)
Updatedd3-geo@^3.1.0
Updatedd3-selection@^3.0.0
Updatedd3-zoom@^3.0.0