bump backstage to v1.16.0
This commit is contained in:
parent
e83e3d5068
commit
84882a338d
5 changed files with 1293 additions and 628 deletions
|
@ -1,3 +1,3 @@
|
|||
{
|
||||
"version": "1.14.2"
|
||||
"version": "1.16.0"
|
||||
}
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
]
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.22.7",
|
||||
"@backstage/cli": "^0.22.9",
|
||||
"@spotify/prettier-config": "^12.0.0",
|
||||
"concurrently": "^6.0.0",
|
||||
"lerna": "^4.0.0",
|
||||
|
|
|
@ -18,33 +18,33 @@
|
|||
"cy:run": "cypress run --browser chrome"
|
||||
},
|
||||
"dependencies": {
|
||||
"@backstage/app-defaults": "^1.3.1",
|
||||
"@backstage/catalog-model": "^1.3.0",
|
||||
"@backstage/cli": "^0.22.7",
|
||||
"@backstage/core-app-api": "^1.8.0",
|
||||
"@backstage/core-components": "^0.13.1",
|
||||
"@backstage/core-plugin-api": "^1.5.1",
|
||||
"@backstage/integration-react": "^1.1.13",
|
||||
"@backstage/plugin-api-docs": "^0.9.4",
|
||||
"@backstage/plugin-catalog": "^1.11.1",
|
||||
"@backstage/plugin-catalog-common": "^1.0.13",
|
||||
"@backstage/plugin-catalog-graph": "^0.2.30",
|
||||
"@backstage/plugin-catalog-import": "^0.9.8",
|
||||
"@backstage/plugin-catalog-react": "^1.6.0",
|
||||
"@backstage/plugin-github-actions": "^0.5.18",
|
||||
"@backstage/plugin-kubernetes": "^0.9.2",
|
||||
"@backstage/plugin-org": "^0.6.8",
|
||||
"@backstage/plugin-permission-react": "^0.4.12",
|
||||
"@backstage/plugin-scaffolder": "^1.13.1",
|
||||
"@backstage/plugin-scaffolder-react": "^1.4.0",
|
||||
"@backstage/plugin-search": "^1.3.1",
|
||||
"@backstage/plugin-search-react": "^1.6.1",
|
||||
"@backstage/plugin-tech-radar": "^0.6.4",
|
||||
"@backstage/plugin-techdocs": "^1.6.3",
|
||||
"@backstage/plugin-techdocs-module-addons-contrib": "^1.0.13",
|
||||
"@backstage/plugin-techdocs-react": "^1.1.6",
|
||||
"@backstage/plugin-user-settings": "^0.7.3",
|
||||
"@backstage/theme": "^0.3.0",
|
||||
"@backstage/app-defaults": "^1.4.1",
|
||||
"@backstage/catalog-model": "^1.4.1",
|
||||
"@backstage/cli": "^0.22.9",
|
||||
"@backstage/core-app-api": "^1.9.0",
|
||||
"@backstage/core-components": "^0.13.3",
|
||||
"@backstage/core-plugin-api": "^1.5.3",
|
||||
"@backstage/integration-react": "^1.1.15",
|
||||
"@backstage/plugin-api-docs": "^0.9.6",
|
||||
"@backstage/plugin-catalog": "^1.12.0",
|
||||
"@backstage/plugin-catalog-common": "^1.0.15",
|
||||
"@backstage/plugin-catalog-graph": "^0.2.32",
|
||||
"@backstage/plugin-catalog-import": "^0.9.10",
|
||||
"@backstage/plugin-catalog-react": "^1.8.0",
|
||||
"@backstage/plugin-github-actions": "^0.6.1",
|
||||
"@backstage/plugin-kubernetes": "^0.9.3",
|
||||
"@backstage/plugin-org": "^0.6.10",
|
||||
"@backstage/plugin-permission-react": "^0.4.14",
|
||||
"@backstage/plugin-scaffolder": "^1.14.1",
|
||||
"@backstage/plugin-scaffolder-react": "^1.5.1",
|
||||
"@backstage/plugin-search": "^1.3.3",
|
||||
"@backstage/plugin-search-react": "^1.6.3",
|
||||
"@backstage/plugin-tech-radar": "^0.6.6",
|
||||
"@backstage/plugin-techdocs": "^1.6.5",
|
||||
"@backstage/plugin-techdocs-module-addons-contrib": "^1.0.15",
|
||||
"@backstage/plugin-techdocs-react": "^1.1.8",
|
||||
"@backstage/plugin-user-settings": "^0.7.5",
|
||||
"@backstage/theme": "^0.4.1",
|
||||
"@cnoe-io/plugin-apache-spark": "0.1.0",
|
||||
"@cnoe-io/plugin-argo-workflows": "0.1.0",
|
||||
"@cnoe-io/plugin-scaffolder-actions-frontend": "0.1.0",
|
||||
|
@ -60,7 +60,7 @@
|
|||
"react-use": "^17.2.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/test-utils": "^1.3.1",
|
||||
"@backstage/test-utils": "^1.4.1",
|
||||
"@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.19.0",
|
||||
"@backstage/backend-tasks": "^0.5.2",
|
||||
"@backstage/catalog-client": "^1.4.1",
|
||||
"@backstage/catalog-model": "^1.3.0",
|
||||
"@backstage/config": "^1.0.7",
|
||||
"@backstage/integration": "^1.4.5",
|
||||
"@backstage/plugin-app-backend": "^0.3.45",
|
||||
"@backstage/plugin-auth-backend": "^0.18.3",
|
||||
"@backstage/plugin-auth-node": "^0.2.14",
|
||||
"@backstage/plugin-catalog-backend": "^1.9.1",
|
||||
"@backstage/backend-common": "^0.19.1",
|
||||
"@backstage/backend-tasks": "^0.5.4",
|
||||
"@backstage/catalog-client": "^1.4.3",
|
||||
"@backstage/catalog-model": "^1.4.1",
|
||||
"@backstage/config": "^1.0.8",
|
||||
"@backstage/integration": "^1.5.1",
|
||||
"@backstage/plugin-app-backend": "^0.3.47",
|
||||
"@backstage/plugin-auth-backend": "^0.18.5",
|
||||
"@backstage/plugin-auth-node": "^0.2.16",
|
||||
"@backstage/plugin-catalog-backend": "^1.11.0",
|
||||
"@backstage/plugin-kubernetes-backend": "^0.11.2",
|
||||
"@backstage/plugin-permission-common": "^0.7.5",
|
||||
"@backstage/plugin-permission-node": "^0.7.8",
|
||||
"@backstage/plugin-proxy-backend": "^0.2.39",
|
||||
"@backstage/plugin-scaffolder-backend": "^1.14.0",
|
||||
"@backstage/plugin-scaffolder-node": "^0.1.3",
|
||||
"@backstage/plugin-search-backend": "^1.3.1",
|
||||
"@backstage/plugin-search-backend-module-pg": "^0.5.6",
|
||||
"@backstage/plugin-search-backend-node": "^1.2.1",
|
||||
"@backstage/plugin-techdocs-backend": "^1.6.2",
|
||||
"@backstage/plugin-permission-common": "^0.7.7",
|
||||
"@backstage/plugin-permission-node": "^0.7.10",
|
||||
"@backstage/plugin-proxy-backend": "^0.2.41",
|
||||
"@backstage/plugin-scaffolder-backend": "^1.15.1",
|
||||
"@backstage/plugin-scaffolder-node": "^0.1.5",
|
||||
"@backstage/plugin-search-backend": "^1.3.3",
|
||||
"@backstage/plugin-search-backend-module-pg": "^0.5.8",
|
||||
"@backstage/plugin-search-backend-node": "^1.2.3",
|
||||
"@backstage/plugin-techdocs-backend": "^1.6.4",
|
||||
"@backstage/types": "^1.1.0",
|
||||
"@cnoe-io/plugin-scaffolder-actions": "0.1.0",
|
||||
"@kubernetes/client-node": "^0.18.1",
|
||||
|
@ -50,7 +50,7 @@
|
|||
"yaml": "^2.3.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.22.7",
|
||||
"@backstage/cli": "^0.22.9",
|
||||
"@types/dockerode": "^3.3.0",
|
||||
"@types/express": "^4.17.6",
|
||||
"@types/express-serve-static-core": "^4.17.5",
|
||||
|
|
Loading…
Reference in a new issue