From aa6c831d4a9ec428a5515bda973a277087dc1515 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 31 Jan 2021 20:30:32 -0500 Subject: [PATCH] chore(deps): pin dependency microbundle to 0.13.0 (#348) Co-authored-by: Renovate Bot --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 81f8604..0d2b52a 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "eslint-plugin-react": "7.22.0", "eslint-plugin-react-hooks": "4.2.0", "jest": "26.6.3", - "microbundle": "^0.13.0", + "microbundle": "0.13.0", "postcss": "8.2.4", "preact": "10.5.12", "preact-render-to-string": "5.1.12",