chore: update dependencies

This commit is contained in:
Amruth Pillai
2026-08-09 12:17:09 +02:00
parent 36232b631d
commit 88a19619da
16 changed files with 2265 additions and 2114 deletions
+9 -9
View File
@@ -13,7 +13,7 @@
"type": "git",
"url": "https://github.com/amruthpillai/reactive-resume.git"
},
"packageManager": "pnpm@11.18.0",
"packageManager": "pnpm@11.20.0",
"workspaces": [
"apps/*",
"packages/*",
@@ -42,7 +42,7 @@
"test:agent": "turbo run test:agent"
},
"devDependencies": {
"@biomejs/biome": "^2.5.6",
"@biomejs/biome": "^2.5.7",
"@commitlint/cli": "^21.2.1",
"@commitlint/config-conventional": "^21.2.0",
"@playwright/test": "^1.62.1",
@@ -50,17 +50,17 @@
"@testing-library/dom": "^10.4.1",
"@testing-library/jest-dom": "^7.0.0",
"@testing-library/react": "^16.3.2",
"@testing-library/user-event": "^14.6.1",
"@types/node": "^26.1.2",
"@types/pg": "^8.20.0",
"@testing-library/user-event": "^14.6.3",
"@types/node": "^26.2.0",
"@types/pg": "^8.21.0",
"@vitest/coverage-v8": "^4.1.10",
"github-actionlint": "1.7.12",
"happy-dom": "^20.11.1",
"knip": "^6.31.0",
"happy-dom": "^20.11.2",
"knip": "^6.32.0",
"lefthook": "^2.1.10",
"markdownlint-cli2": "0.23.2",
"pg": "^8.22.0",
"turbo": "^2.10.8",
"pg": "^8.23.0",
"turbo": "^2.10.9",
"typescript": "^7.0.2",
"vitest": "^4.1.10"
}