chore(deps): update all dependencies
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-12-03 01:02:26 +00:00
parent 42aacd7aa0
commit 7289c3e8e1
4 changed files with 225 additions and 192 deletions

View File

@@ -3,7 +3,7 @@
"version": "1.0.0",
"private": true,
"engines": {
"node": "14 || 16 || 20"
"node": "14 || 16 || 20 || 22"
},
"scripts": {
"dev": "concurrently \"yarn start\" \"yarn start-backend\"",
@@ -32,10 +32,10 @@
"devDependencies": {
"@backstage/cli": "^0.29.0",
"@spotify/prettier-config": "^15.0.0",
"concurrently": "^8.0.0",
"concurrently": "^9.0.0",
"lerna": "^8.0.0",
"prettier": "^3.0.0",
"typescript": "~5.5.0"
"typescript": "~5.7.0"
},
"resolutions": {
"@types/react": "^18.0.0",