Skip to content

Commit 96f572f

Browse files
chore(deps): replace glob with tinyglobby (#657)
* chore(deps): update dependency glob to v13 * replace glob with tinyglobby --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: wolfy1339 <webmaster@wolfy1339.com>
1 parent 2b9b2ea commit 96f572f

3 files changed

Lines changed: 3 additions & 109 deletions

File tree

package-lock.json

Lines changed: 1 addition & 107 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
@@ -32,9 +32,9 @@
3232
"@vitest/coverage-v8": "^4.0.0",
3333
"esbuild": "^0.25.0",
3434
"fetch-mock": "^12.0.0",
35-
"glob": "^11.0.0",
3635
"prettier": "3.6.2",
3736
"semantic-release-plugin-update-version-in-files": "^2.0.0",
37+
"tinyglobby": "^0.2.15",
3838
"typescript": "^5.0.0",
3939
"vitest": "^4.0.0"
4040
},

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)