Compare commits

...

2 Commits

Author SHA1 Message Date
63ffd6569d chore(deps): update react monorepo to v19
Some checks failed
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is failing
2025-02-19 05:04:21 +00:00
d996ed0fd1 fix(deps): update backstage monorepo
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2025-02-19 01:03:58 +00:00
5 changed files with 780 additions and 781 deletions

View File

@ -30,7 +30,7 @@
]
},
"devDependencies": {
"@backstage/cli": "^0.29.0",
"@backstage/cli": "^0.30.0",
"@spotify/prettier-config": "^15.0.0",
"concurrently": "^9.0.0",
"lerna": "^8.0.0",
@ -38,8 +38,8 @@
"typescript": "~5.7.0"
},
"resolutions": {
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0"
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0"
},
"prettier": "@spotify/prettier-config",
"lint-staged": {

View File

@ -9,7 +9,7 @@
"dependencies": {
"@backstage/app-defaults": "^1.0.3",
"@backstage/catalog-model": "^1.0.3",
"@backstage/cli": "^0.29.0",
"@backstage/cli": "^0.30.0",
"@backstage/core-app-api": "^1.0.3",
"@backstage/core-components": "^0.16.0",
"@backstage/core-plugin-api": "^1.0.3",
@ -36,8 +36,8 @@
"@mui/material": "^6.0.0",
"@mui/icons-material": "^6.0.0",
"history": "^5.0.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-router": "7.1.5",
"react-router-dom": "7.1.5",
"react-use": "^17.0.0"

View File

@ -41,7 +41,7 @@
"winston": "^3.2.1"
},
"devDependencies": {
"@backstage/cli": "^0.29.0",
"@backstage/cli": "^0.30.0",
"@types/dockerode": "^3.3.0",
"@types/express": "^5.0.0",
"@types/express-serve-static-core": "^5.0.0",

View File

@ -32,10 +32,10 @@
"react-use": "^17.2.4"
},
"peerDependencies": {
"react": "^16.13.1 || ^17.0.0 || ^18.0.0"
"react": "^16.13.1 || ^17.0.0 || ^18.0.0 || ^19.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.29.0",
"@backstage/cli": "^0.30.0",
"@backstage/core-app-api": "^1.0.3",
"@backstage/dev-utils": "^1.0.3",
"@backstage/test-utils": "^1.1.1",

1543
yarn.lock

File diff suppressed because it is too large Load Diff