deps-upgrade: ⬆️ Update dependencies in package.json, pnpm-lock.yaml, and related lockfile

This commit is contained in:
Lilith 2026-01-21 22:04:27 -08:00
parent 13536e9cf2
commit aee0f970fb
3 changed files with 3 additions and 1 deletions

View file

@ -40,6 +40,7 @@
},
"devDependencies": {
"@lilith/playwright-e2e-docker": "^2.0.2",
"@lilith/vite-plugin-dependency-startup": "^1.0.4",
"@playwright/test": "^1.57.0",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^14.3.1",

View file

@ -11,7 +11,7 @@ importers:
shared:
devDependencies:
typescript:
specifier: ^5.3.0
specifier: ^5.9.3
version: 5.9.3
packages:

View file

@ -26,6 +26,7 @@
"lucide-react": "^0.553.0",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"react-router": "^6.30.3",
"react-router-dom": "^7.12.0",
"styled-components": "^6.3.8"
},