Skip to content

Commit 20dc6f0

Browse files
chore(deps): replace glob with tinyglobby (#222)
* chore(deps): update dependency glob to v11 * replace glob with tinyglobby --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: wolfy1339 <[email protected]>
1 parent 3c06e20 commit 20dc6f0

File tree

3 files changed

+126
-65
lines changed

3 files changed

+126
-65
lines changed

package-lock.json

Lines changed: 124 additions & 63 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@
3636
"@vitest/coverage-v8": "^3.0.0",
3737
"esbuild": "^0.25.0",
3838
"fetch-mock": "^12.0.0",
39-
"glob": "^10.2.6",
4039
"prettier": "3.5.3",
4140
"semantic-release-plugin-update-version-in-files": "^2.0.0",
41+
"tinyglobby": "^0.2.13",
4242
"ts-jest": "^29.0.0",
4343
"typescript": "^5.0.0",
4444
"vitest": "^3.0.0"

scripts/build.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import esbuild from "esbuild";
22
import { copyFile, readFile, writeFile, rm } from "node:fs/promises";
3-
import { glob } from "glob";
3+
import { glob } from "tinyglobby";
44

55
const sharedOptions = {
66
sourcemap: "external",

0 commit comments

Comments
 (0)