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 24, 2019
1 parent 8bb63cb commit e458782
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 @@ -28,6 +28,7 @@
"dependencies": {
"@storybook/addons": "5.3.0-alpha.0",
"@storybook/core": "5.3.0-alpha.0",
"@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 @@ -29,6 +29,7 @@
"@babel/plugin-transform-react-jsx": "^7.3.0",
"@storybook/addons": "5.3.0-alpha.0",
"@storybook/core": "5.3.0-alpha.0",
"@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/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"dependencies": {
"@storybook/addons": "5.3.0-alpha.0",
"@storybook/core": "5.3.0-alpha.0",
"@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 e458782

Please sign in to comment.