Skip to content

Commit

Permalink
chore(deps-dev): bump webpack from 4.29.3 to 4.29.4 (#1534)
Browse files Browse the repository at this point in the history
Bumps [webpack](https://github.com/webpack/webpack) from 4.29.3 to 4.29.4.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](webpack/webpack@v4.29.3...v4.29.4)

Signed-off-by: dependabot[bot] <support@dependabot.com>
  • Loading branch information
dependabot[bot] authored and ffflorian committed Feb 18, 2019
1 parent c5dc3d2 commit 74154bc
Show file tree
Hide file tree
Showing 12 changed files with 163 additions and 163 deletions.
2 changes: 1 addition & 1 deletion packages/api-client/package.json
Expand Up @@ -40,7 +40,7 @@
"sinon": "7.2.3",
"sinon-har-server": "0.3.0",
"typescript": "3.3.3",
"webpack": "4.29.3",
"webpack": "4.29.4",
"webpack-cli": "3.2.3",
"webpack-dev-server": "3.1.14"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/bazinga64/package.json
Expand Up @@ -13,7 +13,7 @@
"libsodium-wrappers": "0.7.4",
"rimraf": "2.6.3",
"typescript": "3.3.3",
"webpack": "4.29.3"
"webpack": "4.29.4"
},
"files": [
"dist"
Expand Down
2 changes: 1 addition & 1 deletion packages/cbor/package.json
Expand Up @@ -7,7 +7,7 @@
"istanbul": "1.1.0-alpha.1",
"jasmine": "3.3.1",
"rimraf": "2.6.3",
"webpack": "4.29.3",
"webpack": "4.29.4",
"webpack-cli": "3.2.3"
},
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/commons/package.json
Expand Up @@ -19,7 +19,7 @@
"karma-spec-reporter": "0.0.32",
"rimraf": "2.6.3",
"typescript": "3.3.3",
"webpack": "4.29.3",
"webpack": "4.29.4",
"webpack-cli": "3.2.3"
},
"description": "Collection of common components that are used across Wire web applications.",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Expand Up @@ -32,7 +32,7 @@
"rimraf": "2.6.3",
"typescript": "3.3.3",
"uglifyjs-webpack-plugin": "1.3.0",
"webpack": "4.29.3",
"webpack": "4.29.4",
"webpack-cli": "3.2.3"
},
"description": "Wire for Web's communication core.",
Expand Down
2 changes: 1 addition & 1 deletion packages/cryptobox/package.json
Expand Up @@ -35,7 +35,7 @@
"rimraf": "2.6.3",
"run-sequence": "2.2.1",
"typescript": "3.3.3",
"webpack": "4.29.3",
"webpack": "4.29.4",
"webpack-cli": "3.2.3"
},
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/lru-cache/package.json
Expand Up @@ -6,7 +6,7 @@
"nyc": "13.3.0",
"rimraf": "2.6.3",
"typescript": "3.3.3",
"webpack": "4.29.3",
"webpack": "4.29.4",
"webpack-cli": "3.2.3"
},
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/priority-queue/package.json
Expand Up @@ -14,7 +14,7 @@
"karma-spec-reporter": "0.0.32",
"rimraf": "2.6.3",
"typescript": "3.3.3",
"webpack": "4.29.3",
"webpack": "4.29.4",
"webpack-cli": "3.2.3"
},
"description": "A Promise-based dynamic priority queue runner.",
Expand Down
2 changes: 1 addition & 1 deletion packages/proteus/package.json
Expand Up @@ -15,7 +15,7 @@
"jasmine": "3.3.1",
"rimraf": "2.6.3",
"typescript": "3.3.3",
"webpack": "4.29.3",
"webpack": "4.29.4",
"webpack-cli": "3.2.3"
},
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/react-ui-kit/package.json
Expand Up @@ -24,7 +24,7 @@
"react-hot-loader": "4.6.5",
"rimraf": "2.6.3",
"typescript": "3.3.3",
"webpack": "4.29.3",
"webpack": "4.29.4",
"webpack-cli": "3.2.3",
"webpack-dev-server": "3.1.14"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/store-engine/package.json
Expand Up @@ -17,7 +17,7 @@
"karma-spec-reporter": "0.0.32",
"rimraf": "2.6.3",
"typescript": "3.3.3",
"webpack": "4.29.3",
"webpack": "4.29.4",
"webpack-cli": "3.2.3"
},
"description": "Provides a generic storage layer for File, FileSystem, IndexedDB, Memory & LocalStorage.",
Expand Down

0 comments on commit 74154bc

Please sign in to comment.