From 1a49e89c331e2325381d2f6a87780f2fd2939448 Mon Sep 17 00:00:00 2001 From: Zach Plata Date: Thu, 26 May 2022 14:48:50 -0500 Subject: [PATCH] Fix: A recent Bunchee patch version kind of breaks npm run build --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index aeb6c2d..a3f6f40 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "@typescript-eslint/eslint-plugin": "^5.7.0", "@typescript-eslint/parser": "^5.7.0", "auto-changelog": "^2.3.0", - "bunchee": "^1.7.3", + "bunchee": "1.8.3", "eslint": "^7.28.0", "eslint-config-prettier": "^8.3.0", "eslint-config-standard": "^16.0.3",