From 206a6a5696c3def33d3c62490c8eac0000fe187e Mon Sep 17 00:00:00 2001 From: Gary Wu <38446+garywu@users.noreply.github.com> Date: Tue, 21 Feb 2023 10:52:09 -0600 Subject: [PATCH] try undici 5.20.0 due to https://github.com/nodejs/node/issues/46713 --- package.json | 1 + pnpm-lock.yaml | 2 ++ 2 files changed, 3 insertions(+) diff --git a/package.json b/package.json index 943ff8b..aef67b3 100644 --- a/package.json +++ b/package.json @@ -38,6 +38,7 @@ "react-star-rating-component": "^1.4.1", "sharp": "^0.31.3", "tailwindcss": "^3.2.7", + "undici": "^5.20.0", "update": "^0.7.4", "upgrade": "^1.1.0" }, diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 65db329..b237241 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -30,6 +30,7 @@ specifiers: react-star-rating-component: ^1.4.1 sharp: ^0.31.3 tailwindcss: ^3.2.7 + undici: ^5.20.0 update: ^0.7.4 upgrade: ^1.1.0 @@ -61,6 +62,7 @@ dependencies: react-star-rating-component: 1.4.1_react@18.2.0 sharp: 0.31.3 tailwindcss: 3.2.7 + undici: 5.20.0 update: 0.7.4 upgrade: 1.1.0