Compare commits
16 Commits
243932911c
...
renovate/m
| Author | SHA1 | Date | |
|---|---|---|---|
| 0bad545a8c | |||
| c01b18f7e6 | |||
| 45676f91e4 | |||
| 60d2dea406 | |||
| 6543435a6f | |||
| 50aad62ee5 | |||
| c54055fd08 | |||
| 4b2d0d1c19 | |||
| a3f3e4fe22 | |||
| b5f7e5655e | |||
| af0bc39cf1 | |||
| 8f5385bbbd | |||
| bf4b8df987 | |||
| b87662b729 | |||
| 6fb90ec47f | |||
| 01266dc21e |
@@ -35,7 +35,7 @@
|
||||
"concurrently": "^9.0.0",
|
||||
"lerna": "^8.0.0",
|
||||
"prettier": "^3.0.0",
|
||||
"typescript": "~5.7.0"
|
||||
"typescript": "~5.8.0"
|
||||
},
|
||||
"resolutions": {
|
||||
"@types/react": "^18.0.0",
|
||||
|
||||
@@ -33,13 +33,13 @@
|
||||
"@backstage/plugin-user-settings": "^0.8.0",
|
||||
"@backstage/theme": "^0.6.0",
|
||||
"@internal/plugin-catalog-backend-module-gitea": "^0.1.0",
|
||||
"@mui/material": "^6.0.0",
|
||||
"@mui/icons-material": "^6.0.0",
|
||||
"@mui/material": "^7.0.0",
|
||||
"@mui/icons-material": "^7.0.0",
|
||||
"history": "^5.0.0",
|
||||
"react": "^18.0.0",
|
||||
"react-dom": "^18.0.0",
|
||||
"react-router": "7.1.5",
|
||||
"react-router-dom": "7.1.5",
|
||||
"react-router": "7.2.0",
|
||||
"react-router-dom": "7.2.0",
|
||||
"react-use": "^17.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
||||
@@ -26,8 +26,8 @@
|
||||
"@backstage/core-components": "^0.16.0",
|
||||
"@backstage/core-plugin-api": "^1.0.3",
|
||||
"@backstage/theme": "^0.6.0",
|
||||
"@mui/material": "^6.0.0",
|
||||
"@mui/icons-material": "^6.0.0",
|
||||
"@mui/material": "^7.0.0",
|
||||
"@mui/icons-material": "^7.0.0",
|
||||
"@material-ui/lab": "4.0.0-alpha.61",
|
||||
"react-use": "^17.2.4"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user