diff --git a/examples/additional-overlays/package.json b/examples/additional-overlays/package.json index d7744212..c1635e5f 100644 --- a/examples/additional-overlays/package.json +++ b/examples/additional-overlays/package.json @@ -12,7 +12,7 @@ "immutable": "^3.8.1", "react": "^16.0.0", "react-dom": "^16.0.0", - "react-map-gl": "^3.2.0" + "react-map-gl": "^3.3.5" }, "devDependencies": { "@babel/core": "^7.0.0", @@ -20,7 +20,8 @@ "@babel/preset-env": "^7.0.0", "@babel/preset-react": "^7.0.0", "babel-loader": "^8.0.0", - "webpack": "^4.3.0", + "webpack": "^4.20.0", + "webpack-cli": "^3.1.2", "webpack-dev-server": "^3.1.0" } } diff --git a/examples/additional-overlays/webpack.config.js b/examples/additional-overlays/webpack.config.js index f2478053..74d1f384 100644 --- a/examples/additional-overlays/webpack.config.js +++ b/examples/additional-overlays/webpack.config.js @@ -23,7 +23,7 @@ const config = { }, output: { - library: ['App'] + library: 'App' }, module: { diff --git a/examples/controls/package.json b/examples/controls/package.json index 3bd4b416..3f0ddef7 100644 --- a/examples/controls/package.json +++ b/examples/controls/package.json @@ -6,7 +6,7 @@ "dependencies": { "react": "^16.0.0", "react-dom": "^16.0.0", - "react-map-gl": "^3.2.0" + "react-map-gl": "^3.3.5" }, "devDependencies": { "@babel/core": "^7.0.0", @@ -14,7 +14,8 @@ "@babel/preset-env": "^7.0.0", "@babel/preset-react": "^7.0.0", "babel-loader": "^8.0.0", - "webpack": "^4.3.0", + "webpack": "^4.20.0", + "webpack-cli": "^3.1.2", "webpack-dev-server": "^3.1.0" } } diff --git a/examples/controls/webpack.config.js b/examples/controls/webpack.config.js index d68c1b08..24259831 100644 --- a/examples/controls/webpack.config.js +++ b/examples/controls/webpack.config.js @@ -23,7 +23,7 @@ const config = { }, output: { - library: ['App'] + library: 'App' }, module: { diff --git a/examples/deckgl-overlay/package.json b/examples/deckgl-overlay/package.json index c6d750c0..543961fc 100644 --- a/examples/deckgl-overlay/package.json +++ b/examples/deckgl-overlay/package.json @@ -13,7 +13,7 @@ "probe.gl": "2.0.0-beta.1", "react": "^16.0.0", "react-dom": "^16.0.0", - "react-map-gl": "^3.2.0" + "react-map-gl": "^3.3.5" }, "devDependencies": { "@babel/core": "^7.0.0", @@ -21,7 +21,8 @@ "@babel/preset-env": "^7.0.0", "@babel/preset-react": "^7.0.0", "babel-loader": "^8.0.0", - "webpack": "^4.3.0", + "webpack": "^4.20.0", + "webpack-cli": "^3.1.2", "webpack-dev-server": "^3.1.0" } } diff --git a/examples/deckgl-overlay/webpack.config.js b/examples/deckgl-overlay/webpack.config.js index d68c1b08..24259831 100644 --- a/examples/deckgl-overlay/webpack.config.js +++ b/examples/deckgl-overlay/webpack.config.js @@ -23,7 +23,7 @@ const config = { }, output: { - library: ['App'] + library: 'App' }, module: { diff --git a/examples/draggable-markers/package.json b/examples/draggable-markers/package.json index 3bd4b416..3f0ddef7 100644 --- a/examples/draggable-markers/package.json +++ b/examples/draggable-markers/package.json @@ -6,7 +6,7 @@ "dependencies": { "react": "^16.0.0", "react-dom": "^16.0.0", - "react-map-gl": "^3.2.0" + "react-map-gl": "^3.3.5" }, "devDependencies": { "@babel/core": "^7.0.0", @@ -14,7 +14,8 @@ "@babel/preset-env": "^7.0.0", "@babel/preset-react": "^7.0.0", "babel-loader": "^8.0.0", - "webpack": "^4.3.0", + "webpack": "^4.20.0", + "webpack-cli": "^3.1.2", "webpack-dev-server": "^3.1.0" } } diff --git a/examples/draggable-markers/webpack.config.js b/examples/draggable-markers/webpack.config.js index d68c1b08..24259831 100644 --- a/examples/draggable-markers/webpack.config.js +++ b/examples/draggable-markers/webpack.config.js @@ -23,7 +23,7 @@ const config = { }, output: { - library: ['App'] + library: 'App' }, module: { diff --git a/examples/exhibit-webpack/package.json b/examples/exhibit-webpack/package.json index 1c0cc4b9..f4074722 100644 --- a/examples/exhibit-webpack/package.json +++ b/examples/exhibit-webpack/package.json @@ -6,7 +6,7 @@ "immutable": "^3.8.1", "react": "^16.0.0", "react-dom": "^16.0.0", - "react-map-gl": "^3.2.0" + "react-map-gl": "^3.3.5" }, "devDependencies": { "@babel/core": "^7.0.0", @@ -14,7 +14,8 @@ "@babel/preset-react": "^7.0.0", "babel-loader": "^8.0.0", "html-webpack-plugin": "^3.0.7", - "webpack": "^4.3.0", + "webpack": "^4.20.0", + "webpack-cli": "^3.1.2", "webpack-dev-server": "^3.1.0" } } diff --git a/examples/filter/package.json b/examples/filter/package.json index 9916db3d..0c661f2c 100644 --- a/examples/filter/package.json +++ b/examples/filter/package.json @@ -7,7 +7,7 @@ "immutable": "^3.8.1", "react": "^16.0.0", "react-dom": "^16.0.0", - "react-map-gl": "^3.2.0" + "react-map-gl": "^3.3.5" }, "devDependencies": { "@babel/core": "^7.0.0", @@ -15,7 +15,8 @@ "@babel/preset-env": "^7.0.0", "@babel/preset-react": "^7.0.0", "babel-loader": "^8.0.0", - "webpack": "^4.3.0", + "webpack": "^4.20.0", + "webpack-cli": "^3.1.2", "webpack-dev-server": "^3.1.0" } } diff --git a/examples/filter/webpack.config.js b/examples/filter/webpack.config.js index d68c1b08..24259831 100644 --- a/examples/filter/webpack.config.js +++ b/examples/filter/webpack.config.js @@ -23,7 +23,7 @@ const config = { }, output: { - library: ['App'] + library: 'App' }, module: { diff --git a/examples/geojson-animation/package.json b/examples/geojson-animation/package.json index 9916db3d..0c661f2c 100644 --- a/examples/geojson-animation/package.json +++ b/examples/geojson-animation/package.json @@ -7,7 +7,7 @@ "immutable": "^3.8.1", "react": "^16.0.0", "react-dom": "^16.0.0", - "react-map-gl": "^3.2.0" + "react-map-gl": "^3.3.5" }, "devDependencies": { "@babel/core": "^7.0.0", @@ -15,7 +15,8 @@ "@babel/preset-env": "^7.0.0", "@babel/preset-react": "^7.0.0", "babel-loader": "^8.0.0", - "webpack": "^4.3.0", + "webpack": "^4.20.0", + "webpack-cli": "^3.1.2", "webpack-dev-server": "^3.1.0" } } diff --git a/examples/geojson-animation/webpack.config.js b/examples/geojson-animation/webpack.config.js index d68c1b08..24259831 100644 --- a/examples/geojson-animation/webpack.config.js +++ b/examples/geojson-animation/webpack.config.js @@ -23,7 +23,7 @@ const config = { }, output: { - library: ['App'] + library: 'App' }, module: { diff --git a/examples/geojson/package.json b/examples/geojson/package.json index ab751c80..14dc7a17 100644 --- a/examples/geojson/package.json +++ b/examples/geojson/package.json @@ -9,7 +9,7 @@ "immutable": "^3.8.1", "react": "^16.0.0", "react-dom": "^16.0.0", - "react-map-gl": "^3.2.0" + "react-map-gl": "^3.3.5" }, "devDependencies": { "@babel/core": "^7.0.0", @@ -17,7 +17,8 @@ "@babel/preset-env": "^7.0.0", "@babel/preset-react": "^7.0.0", "babel-loader": "^8.0.0", - "webpack": "^4.3.0", + "webpack": "^4.20.0", + "webpack-cli": "^3.1.2", "webpack-dev-server": "^3.1.0" } } diff --git a/examples/geojson/webpack.config.js b/examples/geojson/webpack.config.js index 42a8eae3..e8f93d57 100644 --- a/examples/geojson/webpack.config.js +++ b/examples/geojson/webpack.config.js @@ -23,7 +23,7 @@ const config = { }, output: { - library: ['App'] + library: 'App' }, devServer: { diff --git a/examples/interaction/package.json b/examples/interaction/package.json index 3bd4b416..3f0ddef7 100644 --- a/examples/interaction/package.json +++ b/examples/interaction/package.json @@ -6,7 +6,7 @@ "dependencies": { "react": "^16.0.0", "react-dom": "^16.0.0", - "react-map-gl": "^3.2.0" + "react-map-gl": "^3.3.5" }, "devDependencies": { "@babel/core": "^7.0.0", @@ -14,7 +14,8 @@ "@babel/preset-env": "^7.0.0", "@babel/preset-react": "^7.0.0", "babel-loader": "^8.0.0", - "webpack": "^4.3.0", + "webpack": "^4.20.0", + "webpack-cli": "^3.1.2", "webpack-dev-server": "^3.1.0" } } diff --git a/examples/interaction/webpack.config.js b/examples/interaction/webpack.config.js index d68c1b08..24259831 100644 --- a/examples/interaction/webpack.config.js +++ b/examples/interaction/webpack.config.js @@ -23,7 +23,7 @@ const config = { }, output: { - library: ['App'] + library: 'App' }, module: { diff --git a/examples/layers/package.json b/examples/layers/package.json index 9916db3d..0c661f2c 100644 --- a/examples/layers/package.json +++ b/examples/layers/package.json @@ -7,7 +7,7 @@ "immutable": "^3.8.1", "react": "^16.0.0", "react-dom": "^16.0.0", - "react-map-gl": "^3.2.0" + "react-map-gl": "^3.3.5" }, "devDependencies": { "@babel/core": "^7.0.0", @@ -15,7 +15,8 @@ "@babel/preset-env": "^7.0.0", "@babel/preset-react": "^7.0.0", "babel-loader": "^8.0.0", - "webpack": "^4.3.0", + "webpack": "^4.20.0", + "webpack-cli": "^3.1.2", "webpack-dev-server": "^3.1.0" } } diff --git a/examples/layers/webpack.config.js b/examples/layers/webpack.config.js index d68c1b08..24259831 100644 --- a/examples/layers/webpack.config.js +++ b/examples/layers/webpack.config.js @@ -23,7 +23,7 @@ const config = { }, output: { - library: ['App'] + library: 'App' }, module: { diff --git a/examples/main/package.json b/examples/main/package.json index cc74832b..21b4eb51 100644 --- a/examples/main/package.json +++ b/examples/main/package.json @@ -28,8 +28,8 @@ "node-sass": "^4.8.3", "sass-loader": "^7.0.0", "style-loader": "^0.20.3", - "webpack": "^4.3.0", - "webpack-cli": "^2.0.13", + "webpack": "^4.20.0", + "webpack-cli": "^3.0.0", "webpack-dev-server": "^3.1.1" } } diff --git a/examples/reuse-map/package.json b/examples/reuse-map/package.json index 3bd4b416..3f0ddef7 100644 --- a/examples/reuse-map/package.json +++ b/examples/reuse-map/package.json @@ -6,7 +6,7 @@ "dependencies": { "react": "^16.0.0", "react-dom": "^16.0.0", - "react-map-gl": "^3.2.0" + "react-map-gl": "^3.3.5" }, "devDependencies": { "@babel/core": "^7.0.0", @@ -14,7 +14,8 @@ "@babel/preset-env": "^7.0.0", "@babel/preset-react": "^7.0.0", "babel-loader": "^8.0.0", - "webpack": "^4.3.0", + "webpack": "^4.20.0", + "webpack-cli": "^3.1.2", "webpack-dev-server": "^3.1.0" } } diff --git a/examples/reuse-map/webpack.config.js b/examples/reuse-map/webpack.config.js index d68c1b08..24259831 100644 --- a/examples/reuse-map/webpack.config.js +++ b/examples/reuse-map/webpack.config.js @@ -23,7 +23,7 @@ const config = { }, output: { - library: ['App'] + library: 'App' }, module: { diff --git a/examples/viewport-animation/package.json b/examples/viewport-animation/package.json index 3bd4b416..3f0ddef7 100644 --- a/examples/viewport-animation/package.json +++ b/examples/viewport-animation/package.json @@ -6,7 +6,7 @@ "dependencies": { "react": "^16.0.0", "react-dom": "^16.0.0", - "react-map-gl": "^3.2.0" + "react-map-gl": "^3.3.5" }, "devDependencies": { "@babel/core": "^7.0.0", @@ -14,7 +14,8 @@ "@babel/preset-env": "^7.0.0", "@babel/preset-react": "^7.0.0", "babel-loader": "^8.0.0", - "webpack": "^4.3.0", + "webpack": "^4.20.0", + "webpack-cli": "^3.1.2", "webpack-dev-server": "^3.1.0" } } diff --git a/examples/viewport-animation/webpack.config.js b/examples/viewport-animation/webpack.config.js index d68c1b08..24259831 100644 --- a/examples/viewport-animation/webpack.config.js +++ b/examples/viewport-animation/webpack.config.js @@ -23,7 +23,7 @@ const config = { }, output: { - library: ['App'] + library: 'App' }, module: { diff --git a/examples/webpack.config.local.js b/examples/webpack.config.local.js index 3212d4b4..177d18c4 100644 --- a/examples/webpack.config.local.js +++ b/examples/webpack.config.local.js @@ -34,7 +34,7 @@ const LOCAL_DEVELOPMENT_CONFIG = { alias: { // Imports the react-map-gl library from the src directory in this repo 'react-map-gl': SRC_DIR, - 'mapbox-gl$': resolve(LIB_DIR, './node_modules/mapbox-gl/dist/mapbox-gl-dev.js'), + '../utils/mapboxgl': resolve(LIB_DIR, './node_modules/mapbox-gl/dist/mapbox-gl-dev.js'), react: resolve(LIB_DIR, './node_modules/react') } },