From f938804a8c124879e63ecad120a405b742d2fc17 Mon Sep 17 00:00:00 2001 From: Oscar Hinton Date: Tue, 2 May 2023 20:07:38 +0200 Subject: [PATCH] Explicitly specify zone.js version (#5335) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cafea3d825..38d2ff6f70 100644 --- a/package.json +++ b/package.json @@ -204,7 +204,7 @@ "tailwindcss": "$tailwindcss", "react": "18.2.0", "@storybook/angular": { - "zone.js": "$zone.js" + "zone.js": "0.12.0" } }, "lint-staged": {