Skip to content

Commit

Permalink
Add webpack to resolve peer dependency
Browse files Browse the repository at this point in the history
Required by webpack-dev-server.
  • Loading branch information
joelmichael committed Nov 8, 2019
1 parent 7a4944e commit 5d9b1ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
"selectize": "^0.12.6",
"snakecase-keys": "^2.1.0",
"turbolinks": "^5.0.3",
"webpack": "^4.41.2",
"what-input": "^5.2.6"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9865,7 +9865,7 @@ webpack-sources@^1.0.0, webpack-sources@^1.0.1, webpack-sources@^1.1.0, webpack-
source-list-map "^2.0.0"
source-map "~0.6.1"

webpack@^4.32.2:
webpack@^4.32.2, webpack@^4.41.2:
version "4.41.2"
resolved "https://registry.yarnpkg.com/webpack/-/webpack-4.41.2.tgz#c34ec76daa3a8468c9b61a50336d8e3303dce74e"
integrity sha512-Zhw69edTGfbz9/8JJoyRQ/pq8FYUoY0diOXqW0T6yhgdhCv6wr0hra5DwwWexNRns2Z2+gsnrNcbe9hbGBgk/A==
Expand Down

0 comments on commit 5d9b1ac

Please sign in to comment.