Update all dependencies

This commit is contained in:
2024-04-06 21:18:30 +00:00
committed by kjuulh
parent 12b4d0a0c8
commit 76d7f26cc7
6 changed files with 9299 additions and 3429 deletions

View File

@@ -3,7 +3,7 @@
"version": "1.0.0",
"private": true,
"engines": {
"node": "14 || 16"
"node": "14 || 16 || 20"
},
"scripts": {
"dev": "concurrently \"yarn start\" \"yarn start-backend\"",
@@ -30,12 +30,12 @@
]
},
"devDependencies": {
"@backstage/cli": "^0.17.2",
"@spotify/prettier-config": "^12.0.0",
"concurrently": "^6.0.0",
"@backstage/cli": "^0.26.0",
"@spotify/prettier-config": "^15.0.0",
"concurrently": "^8.0.0",
"lerna": "^4.0.0",
"prettier": "^2.3.2",
"typescript": "~4.6.4"
"prettier": "^3.0.0",
"typescript": "~5.4.0"
},
"resolutions": {
"@types/react": "^17",