Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency webpack to v4.44.2 #3692

Merged
merged 3 commits into from
Sep 22, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
7 changes: 7 additions & 0 deletions .changeset/hungry-foxes-flow.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"@keystonejs/app-admin-ui": patch
"@keystonejs/website": patch
"@keystone-ui/website": patch
---

Updated dependency `webpack` to `v4.44.2`.
2 changes: 1 addition & 1 deletion design-system/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@types/react": "^16.9.49",
"@types/react-dom": "^16.9.8",
"@types/tinycolor2": "^1.4.2",
"@types/webpack": "^4.41.21",
"@types/webpack": "^4.41.22",
"next": "^9.5.3",
"react": "^16.13.1",
"react-dom": "^16.13.1",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
"typescript": "^4.0.3",
"unist-util-visit": "^2.0.3",
"unsplash-js": "^6.3.0",
"webpack": "4.44.1"
"webpack": "4.44.2"
},
"prettier": {
"proseWrap": "preserve",
Expand Down
2 changes: 1 addition & 1 deletion packages/app-admin-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"resize-observer-polyfill": "^1.5.1",
"style-loader": "^1.2.1",
"use-resize-observer": "^6.1.0",
"webpack": "4.44.1",
"webpack": "4.44.2",
"webpack-dev-middleware": "^3.7.2",
"webpack-hot-middleware": "^2.25.0"
},
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5028,7 +5028,7 @@
"@types/source-list-map" "*"
source-map "^0.6.1"

"@types/webpack@^4.41.21":
"@types/webpack@^4.41.22":
version "4.41.22"
resolved "https://registry.yarnpkg.com/@types/webpack/-/webpack-4.41.22.tgz#ff9758a17c6bd499e459b91e78539848c32d0731"
integrity sha512-JQDJK6pj8OMV9gWOnN1dcLCyU9Hzs6lux0wBO4lr1+gyEhIBR9U3FMrz12t2GPkg110XAxEAw2WHF6g7nZIbRQ==
Expand Down Expand Up @@ -27696,7 +27696,7 @@ webpack@4.44.1:
watchpack "^1.7.4"
webpack-sources "^1.4.1"

webpack@^4.44.2:
webpack@4.44.2, webpack@^4.44.2:
version "4.44.2"
resolved "https://registry.yarnpkg.com/webpack/-/webpack-4.44.2.tgz#6bfe2b0af055c8b2d1e90ed2cd9363f841266b72"
integrity sha512-6KJVGlCxYdISyurpQ0IPTklv+DULv05rs2hseIXer6D7KrUicRDLFb4IUM1S6LUAKypPM/nSiVSuv8jHu1m3/Q==
Expand Down