summaryrefslogtreecommitdiff
path: root/scripts/deps/update-example-versions.js
diff options
context:
space:
mode:
authorGravatar Bjorn Lu <bjornlu.dev@gmail.com> 2025-02-24 20:50:08 +0800
committerGravatar GitHub <noreply@github.com> 2025-02-24 12:50:08 +0000
commit2e1321e9d5b27da3e86bc4021e4136661a8055aa (patch)
tree3b06e3e2d3ac67a06487da4286b1e70045014b07 /scripts/deps/update-example-versions.js
parentbaf0c405dd9be1a13b1739bee45bb4aa258b3cab (diff)
downloadastro-2e1321e9d5b27da3e86bc4021e4136661a8055aa.tar.gz
astro-2e1321e9d5b27da3e86bc4021e4136661a8055aa.tar.zst
astro-2e1321e9d5b27da3e86bc4021e4136661a8055aa.zip
Replace globby/fast-glob/tiny-glob with tinyglobby (#13299)
Co-authored-by: Emanuele Stoppa <my.burning@gmail.com> Co-authored-by: florian-lefebvre <69633530+florian-lefebvre@users.noreply.github.com> Co-authored-by: ematipico <602478+ematipico@users.noreply.github.com>
Diffstat (limited to 'scripts/deps/update-example-versions.js')
-rw-r--r--scripts/deps/update-example-versions.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/deps/update-example-versions.js b/scripts/deps/update-example-versions.js
index 93b8b7140..a44d9efa0 100644
--- a/scripts/deps/update-example-versions.js
+++ b/scripts/deps/update-example-versions.js
@@ -1,6 +1,6 @@
import fs from 'node:fs/promises';
import path from 'node:path';
-import { globby as glob } from 'globby';
+import { glob } from 'tinyglobby';
/*
This file updates the dependencies' versions in `examples/*` to match the workspace packages' versions.