From c71fcbe4e8a275270d84bf64f4652658fa325487 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ma=C3=ABl=20Nison?= Date: Tue, 18 Feb 2020 13:46:45 +0100 Subject: [PATCH] Adds a missing dependency (#10570) --- packages/next/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/next/package.json b/packages/next/package.json index b423b54863a4eec..5ae1e9c5dea8fd4 100644 --- a/packages/next/package.json +++ b/packages/next/package.json @@ -73,6 +73,7 @@ "@babel/preset-typescript": "7.7.2", "@babel/runtime": "7.7.2", "@babel/runtime-corejs2": "7.7.2", + "@babel/types": "7.7.4", "@next/polyfill-nomodule": "9.2.2", "amphtml-validator": "1.0.23", "async-retry": "1.2.3",