From 2c07089957ca48c46f4f4ac86b5a0d9e2baf084a Mon Sep 17 00:00:00 2001 From: "Fred K. Schott" Date: Thu, 5 Aug 2021 15:49:32 -0700 Subject: [PATCH] make astro-root uids unique --- packages/astro/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/astro/package.json b/packages/astro/package.json index 950c15e6bf..718cd938f1 100644 --- a/packages/astro/package.json +++ b/packages/astro/package.json @@ -80,6 +80,7 @@ "magic-string": "^0.25.3", "mime": "^2.5.2", "moize": "^6.0.1", + "nanoid": "^3.1.23", "node-fetch": "^2.6.1", "path-to-regexp": "^6.2.0", "picomatch": "^2.2.3",