Skip to content

Commit 30c837a

Browse files
chore(deps): replace glob with tinyglobby (#708)
* 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 b3a9275 commit 30c837a

File tree

3 files changed

+9
-117
lines changed

3 files changed

+9
-117
lines changed

package-lock.json

Lines changed: 7 additions & 115 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
@@ -41,10 +41,10 @@
4141
"esbuild": "^0.25.0",
4242
"fetch-mock": "^12.0.0",
4343
"github-openapi-graphql-query": "^5.0.0",
44-
"glob": "^11.0.0",
4544
"npm-run-all2": "^8.0.0",
4645
"prettier": "3.6.2",
4746
"semantic-release-plugin-update-version-in-files": "^2.0.0",
47+
"tinyglobby": "^0.2.15",
4848
"typescript": "^5.0.0",
4949
"vitest": "^4.0.0"
5050
},

scripts/build.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// @ts-check
22
import esbuild from "esbuild";
33
import { copyFile, readFile, writeFile, rm } from "node:fs/promises";
4-
import { glob } from "glob";
4+
import { glob } from "tinyglobby";
55

66
/**
77
* @type {esbuild.BuildOptions}

0 commit comments

Comments
 (0)