Skip to content

Commit

Permalink
fix(deps): update dependency @types/webpack-env to v1.13.8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and renovate[bot] committed Mar 1, 2019
1 parent 3f4251c commit d96cf7f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 7 deletions.
2 changes: 1 addition & 1 deletion e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
},
"dependencies": {
"@types/execa": "0.9.0",
"@types/webpack-env": "1.13.7",
"@types/webpack-env": "1.13.8",
"@wpackio/entrypoint": "file:../packages/entrypoint",
"execa": "1.0.0",
"react": "16.8.3",
Expand Down
17 changes: 11 additions & 6 deletions e2e/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -925,10 +925,10 @@
resolved "https://registry.yarnpkg.com/@types/handlebars/-/handlebars-4.0.40.tgz#b714e13d296a75bff3f199316d1311933ca79ffd"
integrity sha512-sGWNtsjNrLOdKha2RV1UeF8+UbQnPSG7qbe5wwbni0mw4h2gHXyPFUMOC+xwGirIiiydM/HSqjDO4rk6NFB18w==

"@types/inquirer@^0.0.43":
version "0.0.43"
resolved "https://registry.yarnpkg.com/@types/inquirer/-/inquirer-0.0.43.tgz#1eb0bbb4648e6cc568bd396c1e989f620ad01273"
integrity sha512-xgyfKZVMFqE8aIKy1xfFVsX2MxyXUNgjgmbF6dRbR3sL+ZM5K4ka/9L4mmTwX8eTeVYtduyXu0gUVwVJa1HbNw==
"@types/inquirer@^0.0.44":
version "0.0.44"
resolved "https://registry.yarnpkg.com/@types/inquirer/-/inquirer-0.0.44.tgz#60ce954581cfdf44ad3899ec4cdc5fbe3fef1694"
integrity sha512-ugbhy1yBtCz5iTWYF+AGRS/UcMcWicdyHhxl9VaeFYc3ueg0CCssthQLB3rIcIOeGtfG6WPEvHdLu/IjKYfefg==
dependencies:
"@types/rx" "*"
"@types/through" "*"
Expand Down Expand Up @@ -1214,7 +1214,12 @@
"@types/memory-fs" "*"
"@types/webpack" "*"

"@types/[email protected]", "@types/webpack-env@^1.13.7":
"@types/[email protected]":
version "1.13.8"
resolved "https://registry.yarnpkg.com/@types/webpack-env/-/webpack-env-1.13.8.tgz#859e35ab1811eccd35e6b8d692a622b0fa7b31ec"
integrity sha512-PWkdsHTGMQHbiZwCJrFRhookFnOBw5gboW7cLcx+QyTMpwCVEr3SxzVO3L52krDnuoq50S02IiMLGIt6AmhFug==

"@types/webpack-env@^1.13.7":
version "1.13.7"
resolved "https://registry.yarnpkg.com/@types/webpack-env/-/webpack-env-1.13.7.tgz#137a4e57aa31ab57b1baf66f5dc3b6bf085e9944"
integrity sha512-rzi6fw7hhxPcCoNVsgysHFlKnhYYvVj7AJwdAO0HQNP5vg9sY0DoRRC1pfuCQm94cOa1sab82HGUtdFlWHIhBg==
Expand Down Expand Up @@ -1416,7 +1421,7 @@
"@types/find-up" "^2.1.1"
"@types/gradient-string" "^1.1.0"
"@types/handlebars" "^4.0.40"
"@types/inquirer" "^0.0.43"
"@types/inquirer" "^0.0.44"
"@types/log-symbols" "^2.0.0"
"@types/make-dir" "^1.0.3"
"@types/node" "^11.9.0"
Expand Down

0 comments on commit d96cf7f

Please sign in to comment.