deps-upgrade: ⬆️ Update dependencies in package.json, pnpm-lock.yaml, and related lockfile
This commit is contained in:
parent
13536e9cf2
commit
aee0f970fb
3 changed files with 3 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
2
features/conversation-assistant/pnpm-lock.yaml
generated
2
features/conversation-assistant/pnpm-lock.yaml
generated
|
|
@ -11,7 +11,7 @@ importers:
|
|||
shared:
|
||||
devDependencies:
|
||||
typescript:
|
||||
specifier: ^5.3.0
|
||||
specifier: ^5.9.3
|
||||
version: 5.9.3
|
||||
|
||||
packages:
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue