chore: bump dependencies (#10967)

This commit is contained in:
Almeida
2025-07-13 20:39:47 +01:00
committed by GitHub
parent 8bdea6232b
commit de2b2dd330
50 changed files with 6301 additions and 7049 deletions

View File

@@ -93,7 +93,15 @@
},
"test": {
"dependsOn": ["^build"],
"inputs": ["__mocks__/**", "__tests__/**", "src/**", "jest.config.js", "package.json", "tsconfig.json"],
"inputs": [
"../../vitest.config.ts",
"__mocks__/**",
"__tests__/**",
"src/**",
"package.json",
"tsconfig.json",
"vitest.config.ts"
],
"outputs": ["coverage/**"],
"outputLogs": "new-only"
},