Skip to content

Commit

Permalink
add webpack-env types to all packages that specify it
Browse files Browse the repository at this point in the history
  • Loading branch information
hipstersmoothie committed Sep 25, 2019
1 parent 18a5af8 commit f1aba7e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/html/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
"dependencies": {
"@storybook/addons": "5.3.0-alpha.2",
"@storybook/core": "5.3.0-alpha.2",
"@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
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
"@storybook/addons": "5.3.0-alpha.2",
"@storybook/core": "5.3.0-alpha.2",
"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/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
"dependencies": {
"@storybook/addons": "5.3.0-alpha.2",
"@storybook/core": "5.3.0-alpha.2",
"@types/webpack-env": "^1.13.9",
"common-tags": "^1.8.0",
"core-js": "^3.0.1",
"global": "^4.3.2",
Expand Down

0 comments on commit f1aba7e

Please sign in to comment.