From c16e8055977a2e0a6c4f0a55c817b7f0b9f1878e Mon Sep 17 00:00:00 2001 From: Chris Beer Date: Wed, 30 Oct 2024 08:14:05 -0700 Subject: [PATCH] Extend uuid version support. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index aca9e491d..2dd916e5d 100644 --- a/package.json +++ b/package.json @@ -77,7 +77,7 @@ "stylis": "^4.3.0", "stylis-plugin-rtl": "^2.1.1", "url": "^0.11.0", - "uuid": "^8.1.0 || ^9.0.0" + "uuid": "^8.1.0 || ^9.0.0 || ^10.0.0 || ^11.0.0" }, "devDependencies": { "@babel/cli": "^7.22.10",