Skip to content

Commit

Permalink
Upgraded webpack to 4.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pksunkara committed Sep 25, 2018
1 parent 8ceb864 commit 7183cd3
Show file tree
Hide file tree
Showing 12 changed files with 347 additions and 177 deletions.
2 changes: 1 addition & 1 deletion app/angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"react-dom": "^16.4.2",
"sass-loader": "^7.1.0",
"ts-loader": "^4.5.0",
"webpack": "^4.17.1",
"webpack": "^4.20.0",
"zone.js": "^0.8.26"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion app/polymer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"global": "^4.3.2",
"react": "^16.4.2",
"react-dom": "^16.4.2",
"webpack": "^4.17.1"
"webpack": "^4.20.0"
},
"devDependencies": {
"lit-html": "^0.10.2",
Expand Down
6 changes: 3 additions & 3 deletions app/react-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@
"universal-dotenv": "^1.9.0",
"url-parse": "^1.4.3",
"uuid": "^3.3.2",
"webpack": "^4.17.1",
"webpack-dev-middleware": "^3.2.0",
"webpack-hot-middleware": "^2.22.3",
"webpack": "^4.20.0",
"webpack-dev-middleware": "^3.4.0",
"webpack-hot-middleware": "^2.24.2",
"ws": "^6.0.0"
},
"devDependencies": {
Expand Down
3 changes: 1 addition & 2 deletions examples/cra-kitchen-sink/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
"enzyme-adapter-react-16": "^1.3.0",
"enzyme-to-json": "^3.3.4",
"jest": "^23.4.2",
"react-scripts": "^1.1.5",
"webpack": "^4.17.1"
"react-scripts": "^1.1.5"
}
}
2 changes: 1 addition & 1 deletion examples/marko-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@
"@storybook/addons": "4.0.0-alpha.22",
"@storybook/marko": "4.0.0-alpha.22",
"prettier": "^1.14.0",
"webpack": "^4.17.1"
"webpack": "^4.20.0"
}
}
2 changes: 1 addition & 1 deletion examples/mithril-kitchen-sink/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"@storybook/addon-viewport": "4.0.0-alpha.22",
"@storybook/addons": "4.0.0-alpha.22",
"@storybook/mithril": "4.0.0-alpha.22",
"webpack": "^4.17.1"
"webpack": "^4.20.0"
}
}
2 changes: 1 addition & 1 deletion examples/official-storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@
"react-chromatic": "^0.8.4",
"react-dom": "^16.4.2",
"uuid": "^3.3.2",
"webpack": "^4.17.1"
"webpack": "^4.20.0"
}
}
4 changes: 2 additions & 2 deletions examples/polymer-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
"global": "^4.3.2",
"lit-html": "^0.10.2",
"polymer-webpack-loader": "^2.0.3",
"webpack": "^4.17.1"
"webpack": "^4.20.0"
},
"devDependencies": {
"copy-webpack-plugin": "^4.5.2",
"html-webpack-plugin": "^3.2.0",
"webpack-dev-server": "^3.1.6"
"webpack-dev-server": "^3.1.9"
}
}
6 changes: 3 additions & 3 deletions examples/riot-kitchen-sink/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@
"@storybook/addon-viewport": "4.0.0-alpha.22",
"@storybook/addons": "4.0.0-alpha.22",
"@storybook/riot": "4.0.0-alpha.22",
"babel-loader": "^8.0.0",
"babel-loader": "^8.0.2",
"cross-env": "^5.2.0",
"file-loader": "^1.1.11",
"raw-loader": "^0.5.1",
"riot-tag-loader": "^2.1.0",
"svg-url-loader": "^2.3.2",
"webpack": "^4.16.4",
"webpack-dev-server": "^3.1.5"
"webpack": "^4.20.0",
"webpack-dev-server": "^3.1.9"
}
}
4 changes: 2 additions & 2 deletions examples/vue-kitchen-sink/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"file-loader": "^2.0.0",
"svg-url-loader": "^2.3.2",
"vue-loader": "^15.4.1",
"webpack": "^4.17.1",
"webpack-dev-server": "^3.1.6"
"webpack": "^4.20.0",
"webpack-dev-server": "^3.1.9"
}
}
6 changes: 3 additions & 3 deletions lib/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,9 @@
"svg-url-loader": "^2.3.2",
"universal-dotenv": "^1.9.0",
"url-loader": "^1.1.1",
"webpack": "^4.17.1",
"webpack-dev-middleware": "^3.2.0",
"webpack-hot-middleware": "^2.22.3"
"webpack": "^4.20.0",
"webpack-dev-middleware": "^3.4.0",
"webpack-hot-middleware": "^2.24.2"
},
"devDependencies": {
"mock-fs": "^4.5.0"
Expand Down
Loading

0 comments on commit 7183cd3

Please sign in to comment.