From 2e1321e9d5b27da3e86bc4021e4136661a8055aa Mon Sep 17 00:00:00 2001 From: Bjorn Lu Date: Mon, 24 Feb 2025 20:50:08 +0800 Subject: Replace globby/fast-glob/tiny-glob with tinyglobby (#13299) Co-authored-by: Emanuele Stoppa Co-authored-by: florian-lefebvre <69633530+florian-lefebvre@users.noreply.github.com> Co-authored-by: ematipico <602478+ematipico@users.noreply.github.com> --- scripts/deps/update-example-versions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/deps/update-example-versions.js') 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. -- cgit v1.2.3