This commit is contained in:
2025-05-12 14:25:25 +02:00
parent ab2db755ef
commit 9e378ca2b7
2719 changed files with 46505 additions and 60181 deletions

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

@@ -1,6 +1,6 @@
{
"name": "tinyglobby",
"version": "0.2.12",
"version": "0.2.13",
"description": "A fast and minimal alternative to globby and fast-glob",
"main": "dist/index.js",
"module": "dist/index.mjs",
@@ -33,16 +33,16 @@
"url": "https://github.com/sponsors/SuperchupuDev"
},
"dependencies": {
"fdir": "^6.4.3",
"fdir": "^6.4.4",
"picomatch": "^4.0.2"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@types/node": "^22.13.4",
"@types/picomatch": "^3.0.2",
"fs-fixture": "^2.7.0",
"tsup": "^8.3.6",
"typescript": "^5.7.3"
"@types/node": "^22.14.1",
"@types/picomatch": "^4.0.0",
"fs-fixture": "^2.7.1",
"tsup": "^8.4.0",
"typescript": "^5.8.3"
},
"engines": {
"node": ">=12.0.0"