From 65e6b1439e14a196d8b15db51939c65d934532e7 Mon Sep 17 00:00:00 2001 From: Pooya Parsa Date: Wed, 13 Jul 2022 17:40:10 +0200 Subject: [PATCH] chore(deps): add missing ohash dependency to webpack --- packages/webpack/package.json | 1 + yarn.lock | 1 + 2 files changed, 2 insertions(+) diff --git a/packages/webpack/package.json b/packages/webpack/package.json index 08abcc0fec..0b3d0ea3e0 100644 --- a/packages/webpack/package.json +++ b/packages/webpack/package.json @@ -35,6 +35,7 @@ "memfs": "^3.4.7", "mini-css-extract-plugin": "^2.6.1", "mlly": "^0.5.4", + "ohash": "^0.1.0", "pathe": "^0.3.2", "pify": "^6.0.0", "postcss": "^8.4.14", diff --git a/yarn.lock b/yarn.lock index b38ddf4d77..6e8f6212a2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1832,6 +1832,7 @@ __metadata: memfs: ^3.4.7 mini-css-extract-plugin: ^2.6.1 mlly: ^0.5.4 + ohash: ^0.1.0 pathe: ^0.3.2 pify: ^6.0.0 postcss: ^8.4.14