Skip to content

Commit 63b9af2

Browse files
authored
Merge pull request #156 from ImmoweltGroup/renovate/html-webpack-plugin-3.x
fix: update dependency html-webpack-plugin to v3
2 parents c62d74c + 3c17c6c commit 63b9af2

2 files changed

Lines changed: 8 additions & 7 deletions

File tree

packages/create-react-microservice-scaffold/src/packages/my-fancy-ui-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"envalid": "4.1.4",
3434
"extract-text-webpack-plugin": "3.0.2",
3535
"flow-copy-source": "1.3.0",
36-
"html-webpack-plugin": "2.30.1",
36+
"html-webpack-plugin": "3.2.0",
3737
"log-fancy": "1.3.2",
3838
"react-dev-utils": "5.0.1",
3939
"react-error-overlay": "4.0.0",

packages/create-react-microservice-scaffold/src/yarn.lock

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1569,7 +1569,7 @@ bluebird@^2.9.33:
15691569
version "2.11.0"
15701570
resolved "https://registry.yarnpkg.com/bluebird/-/bluebird-2.11.0.tgz#534b9033c022c9579c56ba3b3e5a5caafbb650e1"
15711571

1572-
bluebird@^3.4.7, bluebird@^3.5.1:
1572+
bluebird@^3.5.1:
15731573
version "3.5.1"
15741574
resolved "https://registry.yarnpkg.com/bluebird/-/bluebird-3.5.1.tgz#d9551f9de98f1fcda1e683d17ee91a0602ee2eb9"
15751575

@@ -5135,16 +5135,17 @@ html-minifier@^3.2.3:
51355135
relateurl "0.2.x"
51365136
uglify-js "3.2.x"
51375137

5138-
html-webpack-plugin@2.30.1:
5139-
version "2.30.1"
5140-
resolved "https://registry.yarnpkg.com/html-webpack-plugin/-/html-webpack-plugin-2.30.1.tgz#7f9c421b7ea91ec460f56527d78df484ee7537d5"
5138+
html-webpack-plugin@3.2.0:
5139+
version "3.2.0"
5140+
resolved "https://registry.yarnpkg.com/html-webpack-plugin/-/html-webpack-plugin-3.2.0.tgz#b01abbd723acaaa7b37b6af4492ebda03d9dd37b"
51415141
dependencies:
5142-
bluebird "^3.4.7"
51435142
html-minifier "^3.2.3"
51445143
loader-utils "^0.2.16"
51455144
lodash "^4.17.3"
51465145
pretty-error "^2.0.2"
5146+
tapable "^1.0.0"
51475147
toposort "^1.0.0"
5148+
util.promisify "1.0.0"
51485149

51495150
htmlparser2@^3.9.1:
51505151
version "3.9.2"
@@ -10468,7 +10469,7 @@ util-inspect@^0.1.8:
1046810469
json3 "3.3.0"
1046910470
object-keys "0.5.0"
1047010471

10471-
util.promisify@^1.0.0:
10472+
util.promisify@1.0.0, util.promisify@^1.0.0:
1047210473
version "1.0.0"
1047310474
resolved "https://registry.yarnpkg.com/util.promisify/-/util.promisify-1.0.0.tgz#440f7165a459c9a16dc145eb8e72f35687097030"
1047410475
dependencies:

0 commit comments

Comments
 (0)