Skip to content

Commit

Permalink
fix: add @types/webpack-env to apps that depend on it, fixes #8… (#8119)
Browse files Browse the repository at this point in the history
fix: add @types/webpack-env to apps that depend on it, fixes #8110
  • Loading branch information
ndelangen authored and shilman committed Oct 7, 2019
1 parent 49ee0ca commit dbc0442
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 14 deletions.
1 change: 1 addition & 0 deletions app/html/package.json
Expand Up @@ -28,6 +28,7 @@
"dependencies": {
"@storybook/addons": "5.2.1",
"@storybook/core": "5.2.1",
"@types/webpack-env": "^1.13.9",
"common-tags": "^1.8.0",
"core-js": "^3.0.1",
"global": "^4.3.2",
Expand Down
1 change: 1 addition & 0 deletions app/preact/package.json
Expand Up @@ -30,6 +30,7 @@
"@storybook/addons": "5.2.1",
"@storybook/core": "5.2.1",
"common-tags": "^1.8.0",
"@types/webpack-env": "^1.13.9",
"core-js": "^3.0.1",
"global": "^4.3.2",
"regenerator-runtime": "^0.12.1"
Expand Down
1 change: 1 addition & 0 deletions app/react/package.json
Expand Up @@ -33,6 +33,7 @@
"@storybook/core": "5.2.1",
"@storybook/node-logger": "5.2.1",
"@svgr/webpack": "^4.0.3",
"@types/webpack-env": "^1.13.7",
"babel-plugin-add-react-displayname": "^0.0.5",
"babel-plugin-named-asset-import": "^0.3.1",
"babel-plugin-react-docgen": "^3.0.0",
Expand Down
1 change: 1 addition & 0 deletions app/vue/package.json
Expand Up @@ -28,6 +28,7 @@
"dependencies": {
"@storybook/addons": "5.2.1",
"@storybook/core": "5.2.1",
"@types/webpack-env": "^1.13.9",
"common-tags": "^1.8.0",
"core-js": "^3.0.1",
"global": "^4.3.2",
Expand Down
15 changes: 1 addition & 14 deletions yarn.lock
Expand Up @@ -18653,7 +18653,7 @@ lodash@4.17.10:
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.10.tgz#1b7793cf7259ea38fb3661d4d38b3260af8ae4e7"
integrity sha512-UejweD1pDoXu+AD825lWwp4ZGtSwgnpZxb3JDViD7StjQz+Nb/6l093lx4OQ0foGWNRoc19mWy7BzL+UAK2iVg==

"lodash@>=3.5 <5", lodash@^4.0.0, lodash@^4.0.1, lodash@^4.13.1, lodash@^4.15.0, lodash@^4.16.2, lodash@^4.17.10, lodash@^4.17.11, lodash@^4.17.13, lodash@^4.17.3, lodash@^4.17.4, lodash@^4.17.5, lodash@^4.2.0, lodash@^4.2.1, lodash@^4.3.0, lodash@^4.5.0, lodash@^4.6.0, lodash@^4.6.1, lodash@~4.17.10:
"lodash@>=3.5 <5", lodash@^4.0.0, lodash@^4.0.1, lodash@^4.13.1, lodash@^4.15.0, lodash@^4.16.2, lodash@^4.17.10, lodash@^4.17.11, lodash@^4.17.13, lodash@^4.17.15, lodash@^4.17.3, lodash@^4.17.4, lodash@^4.17.5, lodash@^4.2.0, lodash@^4.2.1, lodash@^4.3.0, lodash@^4.5.0, lodash@^4.6.0, lodash@^4.6.1, lodash@~4.17.10:
version "4.17.15"
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.15.tgz#b447f6670a0455bbfeedd11392eff330ea097548"
integrity sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==
Expand Down Expand Up @@ -28109,19 +28109,6 @@ teeny-request@^3.11.3:
node-fetch "^2.2.0"
uuid "^3.3.2"

telejson@^2.2.2:
version "2.2.2"
resolved "https://registry.yarnpkg.com/telejson/-/telejson-2.2.2.tgz#d61d721d21849a6e4070d547aab302a9bd22c720"
integrity sha512-YyNwnKY0ilabOwYgC/J754En1xOe5PBIUIw+C9e0+5HjVVcnQE5/gdu2yET2pmSbp5bxIDqYNjvndj2PUkIiYA==
dependencies:
global "^4.3.2"
is-function "^1.0.1"
is-regex "^1.0.4"
is-symbol "^1.0.2"
isobject "^3.0.1"
lodash "^4.17.11"
memoizerific "^1.11.3"

telejson@^3.0.2:
version "3.0.2"
resolved "https://registry.yarnpkg.com/telejson/-/telejson-3.0.2.tgz#39d94c8736605f736fbb6a735e531eea5741c35d"
Expand Down

0 comments on commit dbc0442

Please sign in to comment.