From 2041341d9fd9a3b674d7fa7286ad5b6e99ce80e5 Mon Sep 17 00:00:00 2001
From: Aaron Bull Schaefer <aaron@elasticdog.com>
Date: Wed, 14 Feb 2024 17:41:44 +0000
Subject: [PATCH] docs: workaround for shallow clones on Cloudflare Pages (#868)
---
package.json | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/package.json b/package.json
index e11e6c4..f89bb2a 100644
--- a/package.json
+++ b/package.json
@@ -35,7 +35,7 @@
},
"dependencies": {
"@clack/prompts": "^0.7.0",
- "@floating-ui/dom": "^1.6.1",
+ "@floating-ui/dom": "^1.6.3",
"@napi-rs/simple-git": "0.1.16",
"async-mutex": "^0.4.1",
"chalk": "^5.3.0",
--
Gitblit v1.10.0