upgrade to backstage 1.21.1
This commit is contained in:
parent
11cec3c5b0
commit
383885df21
6 changed files with 21691 additions and 59 deletions
|
@ -1,3 +1,3 @@
|
|||
{
|
||||
"version": "1.11.0"
|
||||
"version": "1.12.1"
|
||||
}
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
]
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.22.2",
|
||||
"@backstage/cli": "^0.22.5",
|
||||
"@spotify/prettier-config": "^12.0.0",
|
||||
"concurrently": "^6.0.0",
|
||||
"lerna": "^4.0.0",
|
||||
|
|
|
@ -18,32 +18,32 @@
|
|||
"cy:run": "cypress run --browser chrome"
|
||||
},
|
||||
"dependencies": {
|
||||
"@backstage/app-defaults": "^1.2.0",
|
||||
"@backstage/catalog-model": "^1.2.0",
|
||||
"@backstage/cli": "^0.22.2",
|
||||
"@backstage/core-app-api": "^1.5.0",
|
||||
"@backstage/core-components": "^0.12.4",
|
||||
"@backstage/core-plugin-api": "^1.4.0",
|
||||
"@backstage/integration-react": "^1.1.10",
|
||||
"@backstage/plugin-api-docs": "^0.9.0",
|
||||
"@backstage/plugin-catalog": "^1.8.0",
|
||||
"@backstage/plugin-catalog-common": "^1.0.11",
|
||||
"@backstage/plugin-catalog-graph": "^0.2.27",
|
||||
"@backstage/plugin-catalog-import": "^0.9.5",
|
||||
"@backstage/plugin-catalog-react": "^1.3.0",
|
||||
"@backstage/plugin-github-actions": "^0.5.15",
|
||||
"@backstage/plugin-kubernetes": "^0.7.8",
|
||||
"@backstage/plugin-org": "^0.6.5",
|
||||
"@backstage/plugin-permission-react": "^0.4.10",
|
||||
"@backstage/plugin-scaffolder": "^1.11.0",
|
||||
"@backstage/plugin-search": "^1.1.0",
|
||||
"@backstage/plugin-search-react": "^1.5.0",
|
||||
"@backstage/plugin-tech-radar": "^0.6.1",
|
||||
"@backstage/plugin-techdocs": "^1.5.0",
|
||||
"@backstage/plugin-techdocs-module-addons-contrib": "^1.0.10",
|
||||
"@backstage/plugin-techdocs-react": "^1.1.3",
|
||||
"@backstage/plugin-user-settings": "^0.7.0",
|
||||
"@backstage/theme": "^0.2.17",
|
||||
"@backstage/app-defaults": "^1.2.1",
|
||||
"@backstage/catalog-model": "^1.2.1",
|
||||
"@backstage/cli": "^0.22.5",
|
||||
"@backstage/core-app-api": "^1.6.0",
|
||||
"@backstage/core-components": "^0.12.5",
|
||||
"@backstage/core-plugin-api": "^1.5.0",
|
||||
"@backstage/integration-react": "^1.1.11",
|
||||
"@backstage/plugin-api-docs": "^0.9.1",
|
||||
"@backstage/plugin-catalog": "^1.9.0",
|
||||
"@backstage/plugin-catalog-common": "^1.0.12",
|
||||
"@backstage/plugin-catalog-graph": "^0.2.28",
|
||||
"@backstage/plugin-catalog-import": "^0.9.6",
|
||||
"@backstage/plugin-catalog-react": "^1.4.0",
|
||||
"@backstage/plugin-github-actions": "^0.5.16",
|
||||
"@backstage/plugin-kubernetes": "^0.7.9",
|
||||
"@backstage/plugin-org": "^0.6.6",
|
||||
"@backstage/plugin-permission-react": "^0.4.11",
|
||||
"@backstage/plugin-scaffolder": "^1.12.0",
|
||||
"@backstage/plugin-search": "^1.1.1",
|
||||
"@backstage/plugin-search-react": "^1.5.1",
|
||||
"@backstage/plugin-tech-radar": "^0.6.2",
|
||||
"@backstage/plugin-techdocs": "^1.6.0",
|
||||
"@backstage/plugin-techdocs-module-addons-contrib": "^1.0.11",
|
||||
"@backstage/plugin-techdocs-react": "^1.1.4",
|
||||
"@backstage/plugin-user-settings": "^0.7.1",
|
||||
"@backstage/theme": "^0.2.18",
|
||||
"@internal/plugin-workflows": "^0.1.0",
|
||||
"@material-ui/core": "^4.12.2",
|
||||
"@material-ui/icons": "^4.9.1",
|
||||
|
@ -54,7 +54,7 @@
|
|||
"react-use": "^17.2.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/test-utils": "^1.2.5",
|
||||
"@backstage/test-utils": "^1.2.6",
|
||||
"@testing-library/jest-dom": "^5.10.1",
|
||||
"@testing-library/react": "^12.1.3",
|
||||
"@testing-library/user-event": "^14.0.0",
|
||||
|
|
|
@ -16,26 +16,26 @@
|
|||
"build-image": "docker build ../.. -f Dockerfile --tag backstage"
|
||||
},
|
||||
"dependencies": {
|
||||
"@backstage/backend-common": "^0.18.2",
|
||||
"@backstage/backend-tasks": "^0.4.3",
|
||||
"@backstage/catalog-client": "^1.3.1",
|
||||
"@backstage/catalog-model": "^1.2.0",
|
||||
"@backstage/config": "^1.0.6",
|
||||
"@backstage/integration": "^1.4.2",
|
||||
"@backstage/plugin-app-backend": "^0.3.42",
|
||||
"@backstage/plugin-auth-backend": "^0.18.0",
|
||||
"@backstage/plugin-auth-node": "^0.2.11",
|
||||
"@backstage/plugin-catalog-backend": "^1.7.2",
|
||||
"@backstage/plugin-kubernetes-backend": "^0.9.3",
|
||||
"@backstage/plugin-permission-common": "^0.7.3",
|
||||
"@backstage/plugin-permission-node": "^0.7.5",
|
||||
"@backstage/plugin-proxy-backend": "^0.2.36",
|
||||
"@backstage/plugin-scaffolder-backend": "^1.11.0",
|
||||
"@backstage/plugin-scaffolder-node": "^0.1.0",
|
||||
"@backstage/plugin-search-backend": "^1.2.3",
|
||||
"@backstage/plugin-search-backend-module-pg": "^0.5.3",
|
||||
"@backstage/plugin-search-backend-node": "^1.1.3",
|
||||
"@backstage/plugin-techdocs-backend": "^1.5.3",
|
||||
"@backstage/backend-common": "^0.18.3",
|
||||
"@backstage/backend-tasks": "^0.5.0",
|
||||
"@backstage/catalog-client": "^1.4.0",
|
||||
"@backstage/catalog-model": "^1.2.1",
|
||||
"@backstage/config": "^1.0.7",
|
||||
"@backstage/integration": "^1.4.3",
|
||||
"@backstage/plugin-app-backend": "^0.3.43",
|
||||
"@backstage/plugin-auth-backend": "^0.18.1",
|
||||
"@backstage/plugin-auth-node": "^0.2.12",
|
||||
"@backstage/plugin-catalog-backend": "^1.8.0",
|
||||
"@backstage/plugin-kubernetes-backend": "^0.9.4",
|
||||
"@backstage/plugin-permission-common": "^0.7.4",
|
||||
"@backstage/plugin-permission-node": "^0.7.6",
|
||||
"@backstage/plugin-proxy-backend": "^0.2.37",
|
||||
"@backstage/plugin-scaffolder-backend": "^1.12.0",
|
||||
"@backstage/plugin-scaffolder-node": "^0.1.1",
|
||||
"@backstage/plugin-search-backend": "^1.2.4",
|
||||
"@backstage/plugin-search-backend-module-pg": "^0.5.4",
|
||||
"@backstage/plugin-search-backend-node": "^1.1.4",
|
||||
"@backstage/plugin-techdocs-backend": "^1.6.0",
|
||||
"@kubernetes/client-node": "^0.18.1",
|
||||
"@roadiehq/scaffolder-backend-module-utils": "^1.8.4",
|
||||
"app": "link:../app",
|
||||
|
@ -47,7 +47,7 @@
|
|||
"winston": "^3.2.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.22.2",
|
||||
"@backstage/cli": "^0.22.5",
|
||||
"@types/dockerode": "^3.3.0",
|
||||
"@types/express": "^4.17.6",
|
||||
"@types/express-serve-static-core": "^4.17.5",
|
||||
|
|
|
@ -23,10 +23,10 @@
|
|||
"postpack": "backstage-cli package postpack"
|
||||
},
|
||||
"dependencies": {
|
||||
"@backstage/core-components": "^0.12.4",
|
||||
"@backstage/core-plugin-api": "^1.4.0",
|
||||
"@backstage/plugin-catalog-react": "^1.3.0",
|
||||
"@backstage/theme": "^0.2.17",
|
||||
"@backstage/core-components": "^0.12.5",
|
||||
"@backstage/core-plugin-api": "^1.5.0",
|
||||
"@backstage/plugin-catalog-react": "^1.4.0",
|
||||
"@backstage/theme": "^0.2.18",
|
||||
"@material-ui/core": "^4.12.2",
|
||||
"@material-ui/icons": "^4.9.1",
|
||||
"@material-ui/lab": "4.0.0-alpha.57",
|
||||
|
@ -36,10 +36,10 @@
|
|||
"react": "^16.13.1 || ^17.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.22.2",
|
||||
"@backstage/core-app-api": "^1.5.0",
|
||||
"@backstage/dev-utils": "^1.0.12",
|
||||
"@backstage/test-utils": "^1.2.5",
|
||||
"@backstage/cli": "^0.22.5",
|
||||
"@backstage/core-app-api": "^1.6.0",
|
||||
"@backstage/dev-utils": "^1.0.13",
|
||||
"@backstage/test-utils": "^1.2.6",
|
||||
"@testing-library/jest-dom": "^5.10.1",
|
||||
"@testing-library/react": "^12.1.3",
|
||||
"@testing-library/user-event": "^14.0.0",
|
||||
|
|
Loading…
Reference in a new issue