Skip to content

Commit e5b9446

Browse files
committed
Upgrade prop-types
1 parent 6d66a6f commit e5b9446

File tree

2 files changed

+893
-384
lines changed

2 files changed

+893
-384
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "React wrapper for mapbox-gl-geocoder for use with react-map-gl",
55
"main": "dist/index.js",
66
"scripts": {
7-
"build": "babel src --out-dir dist --source-maps inline && cp node_modules/@mapbox/mapbox-gl-geocoder/dist/mapbox-gl-geocoder.css dist/",
7+
"build": "babel src --out-dir dist && cp node_modules/@mapbox/mapbox-gl-geocoder/dist/mapbox-gl-geocoder.css dist/",
88
"format": "prettier --write 'src/**/*.js'",
99
"prepublish": "npm run build"
1010
},
@@ -40,7 +40,7 @@
4040
"homepage": "https://github.com/SamSamskies/react-map-gl-geocoder",
4141
"dependencies": {
4242
"@mapbox/mapbox-gl-geocoder": "4.1.2",
43-
"prop-types": "^15.6.2",
43+
"prop-types": "^15.7.2",
4444
"viewport-mercator-project": "6.1.1"
4545
},
4646
"peerDependencies": {

0 commit comments

Comments
 (0)