Compare commits
9 Commits
e5abb38d7a
...
ea0b4fe5a0
Author | SHA1 | Date | |
---|---|---|---|
ea0b4fe5a0 | |||
5e8388d228 | |||
d39c30aa43 | |||
04283e6062 | |||
c359d215dd | |||
4f3d017c1e | |||
1d82266ea3 | |||
d665079a81 | |||
df6c83ff4e |
@ -30,7 +30,7 @@
|
||||
]
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.26.0",
|
||||
"@backstage/cli": "^0.27.0",
|
||||
"@spotify/prettier-config": "^15.0.0",
|
||||
"concurrently": "^8.0.0",
|
||||
"lerna": "^8.0.0",
|
||||
|
@ -9,7 +9,7 @@
|
||||
"dependencies": {
|
||||
"@backstage/app-defaults": "^1.0.3",
|
||||
"@backstage/catalog-model": "^1.0.3",
|
||||
"@backstage/cli": "^0.26.0",
|
||||
"@backstage/cli": "^0.27.0",
|
||||
"@backstage/core-app-api": "^1.0.3",
|
||||
"@backstage/core-components": "^0.14.0",
|
||||
"@backstage/core-plugin-api": "^1.0.3",
|
||||
@ -33,13 +33,13 @@
|
||||
"@backstage/plugin-user-settings": "^0.8.0",
|
||||
"@backstage/theme": "^0.5.0",
|
||||
"@internal/plugin-catalog-backend-module-gitea": "^0.1.0",
|
||||
"@mui/material": "^5.0.0",
|
||||
"@mui/icons-material": "^5.0.0",
|
||||
"@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-router": "6.24.1",
|
||||
"react-router-dom": "6.24.1",
|
||||
"react-router": "6.26.1",
|
||||
"react-router-dom": "6.26.1",
|
||||
"react-use": "^17.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
@ -16,17 +16,17 @@
|
||||
"build-image": "docker build ../.. -f Dockerfile --tag backstage"
|
||||
},
|
||||
"dependencies": {
|
||||
"@backstage/backend-common": "^0.23.0",
|
||||
"@backstage/backend-tasks": "^0.5.0",
|
||||
"@backstage/backend-common": "^0.24.0",
|
||||
"@backstage/backend-tasks": "^0.6.0",
|
||||
"@backstage/catalog-client": "^1.0.3",
|
||||
"@backstage/catalog-model": "^1.0.3",
|
||||
"@backstage/config": "^1.0.1",
|
||||
"@backstage/plugin-app-backend": "^0.3.33",
|
||||
"@backstage/plugin-auth-backend": "^0.22.0",
|
||||
"@backstage/plugin-catalog-backend": "^1.2.0",
|
||||
"@backstage/plugin-catalog-backend-module-github": "^0.6.0",
|
||||
"@backstage/plugin-permission-common": "^0.7.0",
|
||||
"@backstage/plugin-permission-node": "^0.7.0",
|
||||
"@backstage/plugin-catalog-backend-module-github": "^0.7.0",
|
||||
"@backstage/plugin-permission-common": "^0.8.0",
|
||||
"@backstage/plugin-permission-node": "^0.8.0",
|
||||
"@backstage/plugin-proxy-backend": "^0.5.0",
|
||||
"@backstage/plugin-scaffolder-backend": "^1.3.0",
|
||||
"@backstage/plugin-search-backend": "^1.0.0",
|
||||
@ -41,7 +41,7 @@
|
||||
"winston": "^3.2.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.26.0",
|
||||
"@backstage/cli": "^0.27.0",
|
||||
"@types/dockerode": "^3.3.0",
|
||||
"@types/express": "^4.17.6",
|
||||
"@types/express-serve-static-core": "^4.17.5",
|
||||
|
@ -26,8 +26,8 @@
|
||||
"@backstage/core-components": "^0.14.0",
|
||||
"@backstage/core-plugin-api": "^1.0.3",
|
||||
"@backstage/theme": "^0.5.0",
|
||||
"@mui/material": "^5.0.0",
|
||||
"@mui/icons-material": "^5.0.0",
|
||||
"@mui/material": "^6.0.0",
|
||||
"@mui/icons-material": "^6.0.0",
|
||||
"@material-ui/lab": "4.0.0-alpha.61",
|
||||
"react-use": "^17.2.4"
|
||||
},
|
||||
@ -35,7 +35,7 @@
|
||||
"react": "^16.13.1 || ^17.0.0 || ^18.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.26.0",
|
||||
"@backstage/cli": "^0.27.0",
|
||||
"@backstage/core-app-api": "^1.0.3",
|
||||
"@backstage/dev-utils": "^1.0.3",
|
||||
"@backstage/test-utils": "^1.1.1",
|
||||
|
Loading…
x
Reference in New Issue
Block a user