This commit is contained in:
2026-04-26 21:47:28 +02:00
parent db373625f5
commit acabd97d01
142 changed files with 1761 additions and 2022 deletions

20
node_modules/tinyglobby/package.json generated vendored
View File

@@ -1,6 +1,6 @@
{
"name": "tinyglobby",
"version": "0.2.15",
"version": "0.2.16",
"description": "A fast and minimal alternative to globby and fast-glob",
"type": "module",
"main": "./dist/index.cjs",
@@ -38,18 +38,18 @@
},
"dependencies": {
"fdir": "^6.5.0",
"picomatch": "^4.0.3"
"picomatch": "^4.0.4"
},
"devDependencies": {
"@biomejs/biome": "^2.2.3",
"@types/node": "^24.3.1",
"@types/picomatch": "^4.0.2",
"@biomejs/biome": "^2.4.10",
"@types/node": "^25.5.2",
"@types/picomatch": "^4.0.3",
"fast-glob": "^3.3.3",
"fs-fixture": "^2.8.1",
"glob": "^11.0.3",
"tinybench": "^5.0.1",
"tsdown": "^0.14.2",
"typescript": "^5.9.2"
"fs-fixture": "^2.13.0",
"glob": "^13.0.6",
"tinybench": "^6.0.0",
"tsdown": "^0.21.7",
"typescript": "^6.0.2"
},
"engines": {
"node": ">=12.0.0"