Skip to content

Commit

Permalink
Merge pull request #1201 from jgravois/patch-1198-alt
Browse files Browse the repository at this point in the history
update rollup etc. and install the latest (transpiled) @terraformer/arcgis
  • Loading branch information
gavinr authored May 19, 2020
2 parents feb9137 + 9e48249 commit 2dc6134
Show file tree
Hide file tree
Showing 4 changed files with 203 additions and 85 deletions.
265 changes: 191 additions & 74 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"John Gravois <[email protected]> (http://johngravois.com)"
],
"dependencies": {
"@terraformer/arcgis": "^2.0.1",
"@terraformer/arcgis": "^2.0.7",
"tiny-binary-search": "^1.0.3"
},
"devDependencies": {
Expand All @@ -28,20 +28,20 @@
"karma-mocha": "^1.3.0",
"karma-mocha-reporter": "^2.2.5",
"karma-sourcemap-loader": "^0.3.7",
"leaflet": "^1.6.0",
"mkdirp": "^0.5.1",
"mocha": "^5.2.0",
"npm-run-all": "^4.0.2",
"rollup": "^0.56.5",
"rollup-plugin-json": "^2.3.0",
"rollup-plugin-node-resolve": "^3.0.3",
"rollup-plugin-uglify": "^3.0.0",
"rollup": "^2.0.0",
"@rollup/plugin-json": "^4.0.3",
"@rollup/plugin-node-resolve": "^7.1.3",
"rollup-plugin-uglify": "^6.0.4",
"semistandard": "^9.0.0",
"sinon": "^6.3.5",
"sinon-chai": "3.2.0",
"snazzy": "^8.0.0",
"uglify-js": "^2.8.29",
"watch": "^1.0.2",
"leaflet": "^1.0.0"
"watch": "^1.0.2"
},
"files": [
"src/**/*.js",
Expand Down
Loading

0 comments on commit 2dc6134

Please sign in to comment.