Skip to content

Commit

Permalink
fix: Update packages for security patch (#35)
Browse files Browse the repository at this point in the history
* chore: Bump packages

* Update supercluser
  • Loading branch information
amaury1093 authored Jul 19, 2019
1 parent 8685e18 commit 8f304f6
Show file tree
Hide file tree
Showing 2 changed files with 376 additions and 321 deletions.
38 changes: 20 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,31 +16,33 @@
"test": "echo skipped for now."
},
"peerDependencies": {
"@mapbox/mapbox-gl-draw": "^1.1.1",
"@types/mapbox-gl": "^0.51.6",
"react-mapbox-gl": "^4.4.0"
"@mapbox/mapbox-gl-draw": "^1.1.2",
"@types/mapbox-gl": "^0.51.11",
"react-mapbox-gl": "^4.5.1"
},
"devDependencies": {
"@babel/core": "^7.4.4",
"@babel/preset-env": "^7.4.4",
"@babel/core": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"@babel/preset-react": "^7.0.0",
"@mapbox/mapbox-gl-draw": "^1.1.1",
"@types/mapbox-gl": "^0.51.6",
"@types/react": "^16.8.8",
"@types/supercluster": "3.0.2",
"@mapbox/mapbox-gl-draw": "^1.1.2",
"@types/mapbox-gl": "^0.51.11",
"@types/react": "^16.8.23",
"babel-loader": "^8.0.6",
"css-loader": "^2.1.1",
"mapbox-gl": "^0.54.0",
"css-loader": "^3.1.0",
"mapbox-gl": "^1.1.1",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-mapbox-gl": "^4.4.0",
"react-mapbox-gl": "^4.5.1",
"rimraf": "^2.6.3",
"style-loader": "^0.23.1",
"tslint": "^5.14.0",
"tslint-config-semistandard": "^7.0.0",
"typescript": "^3.4.5",
"webpack": "^4.31.0",
"webpack-cli": "^3.3.2",
"webpack-dev-server": "^3.3.1"
"tslint": "^5.18.0",
"tslint-config-semistandard": "^8.0.1",
"typescript": "^3.5.3",
"webpack": "^4.36.1",
"webpack-cli": "^3.3.6",
"webpack-dev-server": "^3.7.2"
},
"dependencies": {
"@types/supercluster": "^3.0.2"
}
}
Loading

0 comments on commit 8f304f6

Please sign in to comment.