Skip to content

Commit

Permalink
fix(deps): update dependency @types/webpack-env to v1.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and renovate[bot] committed Jul 10, 2019
1 parent c7d5840 commit 8834af0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
},
"dependencies": {
"@types/execa": "0.9.0",
"@types/webpack-env": "1.13.9",
"@types/webpack-env": "1.14.0",
"@wpackio/entrypoint": "file:../packages/entrypoint",
"execa": "1.0.0",
"react": "16.8.6",
Expand Down
7 changes: 6 additions & 1 deletion e2e/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1325,7 +1325,12 @@
"@types/memory-fs" "*"
"@types/webpack" "*"

"@types/webpack-env@1.13.9", "@types/webpack-env@^1.13.9":
"@types/webpack-env@1.14.0":
version "1.14.0"
resolved "https://registry.yarnpkg.com/@types/webpack-env/-/webpack-env-1.14.0.tgz#8edfc5f8e6eae20eeed3ca0d02974ed4ee5e4efc"
integrity sha512-Fv+0gYJzE/czLoRKq+gnXWr4yBpPM3tO3C8pDLFwqVKlMICQUq5OsxwwFZYDaVr7+L6mgNDp16iOcJHEz3J5RQ==

"@types/webpack-env@^1.13.9":
version "1.13.9"
resolved "https://registry.yarnpkg.com/@types/webpack-env/-/webpack-env-1.13.9.tgz#a67287861c928ebf4159a908d1fb1a2a34d4097a"
integrity sha512-p8zp5xqkly3g4cCmo2mKOHI9+Z/kObmDj0BmjbDDJQlgDTiEGTbm17MEwTAusV6XceCy+bNw9q/ZHXHyKo3zkg==
Expand Down

0 comments on commit 8834af0

Please sign in to comment.