Skip to content

Commit

Permalink
chore(deps): update dependency webpack to ^4.43.0 (#434)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored Apr 21, 2020
1 parent b0e0ce5 commit d0a7a5c
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion baselines/bigquery-storage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"sinon": "^9.0.2",
"ts-loader": "^7.0.0",
"typescript": "~3.8.3",
"webpack": "^4.42.1",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion baselines/disable-packing-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"sinon": "^9.0.2",
"ts-loader": "^7.0.0",
"typescript": "~3.8.3",
"webpack": "^4.42.1",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion baselines/dlp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"sinon": "^9.0.2",
"ts-loader": "^7.0.0",
"typescript": "~3.8.3",
"webpack": "^4.42.1",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion baselines/kms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"sinon": "^9.0.2",
"ts-loader": "^7.0.0",
"typescript": "~3.8.3",
"webpack": "^4.42.1",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion baselines/logging/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"sinon": "^9.0.2",
"ts-loader": "^7.0.0",
"typescript": "~3.8.3",
"webpack": "^4.42.1",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion baselines/monitoring/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"sinon": "^9.0.2",
"ts-loader": "^7.0.0",
"typescript": "~3.8.3",
"webpack": "^4.42.1",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion baselines/redis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"sinon": "^9.0.2",
"ts-loader": "^7.0.0",
"typescript": "~3.8.3",
"webpack": "^4.42.1",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion baselines/showcase/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"sinon": "^9.0.2",
"ts-loader": "^7.0.0",
"typescript": "~3.8.3",
"webpack": "^4.42.1",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion baselines/texttospeech/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"sinon": "^9.0.2",
"ts-loader": "^7.0.0",
"typescript": "~3.8.3",
"webpack": "^4.42.1",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion baselines/translate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"sinon": "^9.0.2",
"ts-loader": "^7.0.0",
"typescript": "~3.8.3",
"webpack": "^4.42.1",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion templates/typescript_gapic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"sinon": "^9.0.2",
"ts-loader": "^7.0.0",
"typescript": "~3.8.3",
"webpack": "^4.42.1",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion test-fixtures/test-application-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"puppeteer": "^3.0.0",
"showcase": "file:./showcase-0.1.0.tgz",
"tree-kill": "^1.2.2",
"webpack": "^4.42.1",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11"
}
}
2 changes: 1 addition & 1 deletion test-fixtures/test-application-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"karma-webpack": "^4.0.2",
"null-loader": "^4.0.0",
"puppeteer": "^3.0.0",
"webpack": "^4.42.1",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11"
}
}

0 comments on commit d0a7a5c

Please sign in to comment.