fix(deps): update all dependencies

This commit is contained in:
2025-11-21 04:02:17 +00:00
parent c01b18f7e6
commit 01a8e56b54
4 changed files with 588 additions and 301 deletions

View File

@@ -3,7 +3,7 @@
"version": "1.0.0",
"private": true,
"engines": {
"node": "14 || 16 || 20 || 22"
"node": "14 || 16 || 20 || 22 || 24"
},
"scripts": {
"dev": "concurrently \"yarn start\" \"yarn start-backend\"",
@@ -35,7 +35,7 @@
"concurrently": "^9.0.0",
"lerna": "^8.0.0",
"prettier": "^3.0.0",
"typescript": "~5.8.0"
"typescript": "~5.9.0"
},
"resolutions": {
"@types/react": "^18.0.0",