chore: update dependencies

This commit is contained in:
Amruth Pillai
2026-07-03 20:03:19 +02:00
parent 4c8cc5c016
commit 2a80e6a1df
11 changed files with 35 additions and 35 deletions
+6 -6
View File
@@ -41,24 +41,24 @@
"test:agent": "turbo run test:agent"
},
"devDependencies": {
"@biomejs/biome": "^2.5.1",
"@commitlint/cli": "^21.1.0",
"@commitlint/config-conventional": "^21.1.0",
"@biomejs/biome": "^2.5.2",
"@commitlint/cli": "^21.2.0",
"@commitlint/config-conventional": "^21.2.0",
"@playwright/test": "^1.61.1",
"@reactive-resume/config": "workspace:*",
"@testing-library/dom": "^10.4.1",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@testing-library/user-event": "^14.6.1",
"@types/node": "^26.0.1",
"@types/node": "^26.1.0",
"@types/pg": "^8.20.0",
"@vitest/coverage-v8": "^4.1.9",
"happy-dom": "^20.10.6",
"knip": "^6.23.0",
"knip": "^6.24.0",
"lefthook": "^2.1.9",
"npm-check-updates": "^22.2.9",
"pg": "^8.22.0",
"turbo": "^2.10.0",
"turbo": "^2.10.2",
"typescript": "^6.0.3",
"vitest": "^4.1.9"
}