v1.30.2 version bump
This commit is contained in:
parent
d01d753ace
commit
2701187d15
|
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
'@backstage-community/plugin-linkerd': patch
|
||||
'@backstage-community/plugin-linkerd-backend': patch
|
||||
---
|
||||
|
||||
Backstage version bump to v1.30.2
|
||||
|
|
@ -1,3 +1,3 @@
|
|||
{
|
||||
"version": "1.29.1"
|
||||
"version": "1.30.2"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -34,9 +34,9 @@
|
|||
"directory": "workspaces/linkerd"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.26.11",
|
||||
"@backstage/cli": "^0.27.0",
|
||||
"@backstage/e2e-test-utils": "^0.1.1",
|
||||
"@backstage/repo-tools": "^0.9.4",
|
||||
"@backstage/repo-tools": "^0.9.5",
|
||||
"@changesets/cli": "^2.27.1",
|
||||
"@spotify/prettier-config": "^15.0.0",
|
||||
"node-gyp": "^9.0.0",
|
||||
|
|
|
|||
|
|
@ -20,22 +20,22 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@backstage-community/plugin-linkerd": "workspace:^",
|
||||
"@backstage/app-defaults": "^1.5.8",
|
||||
"@backstage/catalog-model": "^1.5.0",
|
||||
"@backstage/cli": "^0.26.11",
|
||||
"@backstage/core-app-api": "^1.14.0",
|
||||
"@backstage/core-components": "^0.14.9",
|
||||
"@backstage/app-defaults": "^1.5.10",
|
||||
"@backstage/catalog-model": "^1.6.0",
|
||||
"@backstage/cli": "^0.27.0",
|
||||
"@backstage/core-app-api": "^1.14.2",
|
||||
"@backstage/core-components": "^0.14.10",
|
||||
"@backstage/core-plugin-api": "^1.9.3",
|
||||
"@backstage/integration-react": "^1.1.29",
|
||||
"@backstage/plugin-api-docs": "^0.11.7",
|
||||
"@backstage/plugin-catalog": "^1.21.1",
|
||||
"@backstage/plugin-catalog-common": "^1.0.25",
|
||||
"@backstage/plugin-catalog-graph": "^0.4.7",
|
||||
"@backstage/plugin-catalog-react": "^1.12.2",
|
||||
"@backstage/plugin-kubernetes": "^0.11.12",
|
||||
"@backstage/plugin-permission-react": "^0.4.24",
|
||||
"@backstage/plugin-search-react": "^1.7.13",
|
||||
"@backstage/plugin-user-settings": "^0.8.9",
|
||||
"@backstage/integration-react": "^1.1.30",
|
||||
"@backstage/plugin-api-docs": "^0.11.8",
|
||||
"@backstage/plugin-catalog": "^1.22.0",
|
||||
"@backstage/plugin-catalog-common": "^1.0.26",
|
||||
"@backstage/plugin-catalog-graph": "^0.4.8",
|
||||
"@backstage/plugin-catalog-react": "^1.12.3",
|
||||
"@backstage/plugin-kubernetes": "^0.11.13",
|
||||
"@backstage/plugin-permission-react": "^0.4.25",
|
||||
"@backstage/plugin-search-react": "^1.7.14",
|
||||
"@backstage/plugin-user-settings": "^0.8.11",
|
||||
"@backstage/theme": "^0.5.6",
|
||||
"@material-ui/core": "^4.12.2",
|
||||
"@material-ui/icons": "^4.9.1",
|
||||
|
|
@ -47,7 +47,7 @@
|
|||
"react-use": "^17.2.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/test-utils": "^1.5.8",
|
||||
"@backstage/test-utils": "^1.5.10",
|
||||
"@playwright/test": "^1.32.3",
|
||||
"@testing-library/dom": "^9.0.0",
|
||||
"@testing-library/jest-dom": "^6.0.0",
|
||||
|
|
|
|||
|
|
@ -22,25 +22,25 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@backstage-community/plugin-linkerd-backend": "workspace:^",
|
||||
"@backstage/backend-common": "^0.23.3",
|
||||
"@backstage/backend-defaults": "^0.4.1",
|
||||
"@backstage/backend-tasks": "^0.5.27",
|
||||
"@backstage/backend-common": "^0.24.0",
|
||||
"@backstage/backend-defaults": "^0.4.3",
|
||||
"@backstage/backend-tasks": "^0.6.0",
|
||||
"@backstage/config": "^1.2.0",
|
||||
"@backstage/plugin-app-backend": "^0.3.71",
|
||||
"@backstage/plugin-auth-backend": "^0.22.9",
|
||||
"@backstage/plugin-auth-backend-module-github-provider": "^0.1.19",
|
||||
"@backstage/plugin-auth-backend-module-guest-provider": "^0.1.8",
|
||||
"@backstage/plugin-auth-node": "^0.4.17",
|
||||
"@backstage/plugin-catalog-backend": "^1.24.0",
|
||||
"@backstage/plugin-catalog-backend-module-scaffolder-entity-model": "^0.1.20",
|
||||
"@backstage/plugin-kubernetes-backend": "^0.18.3",
|
||||
"@backstage/plugin-permission-backend": "^0.5.46",
|
||||
"@backstage/plugin-permission-backend-module-allow-all-policy": "^0.1.19",
|
||||
"@backstage/plugin-permission-common": "^0.8.0",
|
||||
"@backstage/plugin-permission-node": "^0.8.0",
|
||||
"@backstage/plugin-search-backend-module-catalog": "^0.1.28",
|
||||
"@backstage/plugin-search-backend-module-techdocs": "^0.1.27",
|
||||
"@backstage/plugin-techdocs-backend": "^1.10.9",
|
||||
"@backstage/plugin-app-backend": "^0.3.72",
|
||||
"@backstage/plugin-auth-backend": "^0.22.10",
|
||||
"@backstage/plugin-auth-backend-module-github-provider": "^0.1.20",
|
||||
"@backstage/plugin-auth-backend-module-guest-provider": "^0.1.9",
|
||||
"@backstage/plugin-auth-node": "^0.5.0",
|
||||
"@backstage/plugin-catalog-backend": "^1.25.0",
|
||||
"@backstage/plugin-catalog-backend-module-scaffolder-entity-model": "^0.1.21",
|
||||
"@backstage/plugin-kubernetes-backend": "^0.18.4",
|
||||
"@backstage/plugin-permission-backend": "^0.5.47",
|
||||
"@backstage/plugin-permission-backend-module-allow-all-policy": "^0.1.20",
|
||||
"@backstage/plugin-permission-common": "^0.8.1",
|
||||
"@backstage/plugin-permission-node": "^0.8.1",
|
||||
"@backstage/plugin-search-backend-module-catalog": "^0.2.0",
|
||||
"@backstage/plugin-search-backend-module-techdocs": "^0.2.0",
|
||||
"@backstage/plugin-techdocs-backend": "^1.10.11",
|
||||
"app": "link:../app",
|
||||
"better-sqlite3": "^9.0.0",
|
||||
"dockerode": "^3.3.1",
|
||||
|
|
@ -49,7 +49,7 @@
|
|||
"winston": "^3.2.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.26.11",
|
||||
"@backstage/cli": "^0.27.0",
|
||||
"@types/dockerode": "^3.3.0",
|
||||
"@types/express": "^4.17.6",
|
||||
"@types/express-serve-static-core": "^4.17.5",
|
||||
|
|
|
|||
|
|
@ -32,9 +32,9 @@
|
|||
"postpack": "backstage-cli package postpack"
|
||||
},
|
||||
"dependencies": {
|
||||
"@backstage/backend-common": "^0.23.3",
|
||||
"@backstage/backend-defaults": "^0.4.1",
|
||||
"@backstage/backend-plugin-api": "^0.7.0",
|
||||
"@backstage/backend-common": "^0.24.0",
|
||||
"@backstage/backend-defaults": "^0.4.3",
|
||||
"@backstage/backend-plugin-api": "^0.8.0",
|
||||
"@backstage/config": "^1.2.0",
|
||||
"@backstage/errors": "^1.2.4",
|
||||
"@types/express": "*",
|
||||
|
|
@ -48,10 +48,10 @@
|
|||
"yn": "^4.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/backend-test-utils": "^0.4.4",
|
||||
"@backstage/cli": "^0.26.11",
|
||||
"@backstage/plugin-auth-backend": "^0.22.9",
|
||||
"@backstage/plugin-auth-backend-module-guest-provider": "^0.1.8",
|
||||
"@backstage/backend-test-utils": "^0.5.0",
|
||||
"@backstage/cli": "^0.27.0",
|
||||
"@backstage/plugin-auth-backend": "^0.22.10",
|
||||
"@backstage/plugin-auth-backend-module-guest-provider": "^0.1.9",
|
||||
"@types/parse-duration": "^0.3.0",
|
||||
"@types/qs": "^6",
|
||||
"@types/supertest": "^6.0.0",
|
||||
|
|
|
|||
|
|
@ -33,10 +33,10 @@
|
|||
"postpack": "backstage-cli package postpack"
|
||||
},
|
||||
"dependencies": {
|
||||
"@backstage/catalog-model": "^1.5.0",
|
||||
"@backstage/catalog-model": "^1.6.0",
|
||||
"@backstage/core-plugin-api": "^1.9.3",
|
||||
"@backstage/errors": "^1.2.4",
|
||||
"@backstage/plugin-catalog-react": "^1.12.2",
|
||||
"@backstage/plugin-catalog-react": "^1.12.3",
|
||||
"@backstage/theme": "^0.5.6",
|
||||
"@material-ui/core": "^4.12.2",
|
||||
"@material-ui/icons": "^4.9.1",
|
||||
|
|
@ -49,10 +49,10 @@
|
|||
"react": "^16.13.1 || ^17.0.0 || ^18.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.26.11",
|
||||
"@backstage/core-app-api": "^1.14.0",
|
||||
"@backstage/dev-utils": "^1.0.35",
|
||||
"@backstage/test-utils": "^1.5.8",
|
||||
"@backstage/cli": "^0.27.0",
|
||||
"@backstage/core-app-api": "^1.14.2",
|
||||
"@backstage/dev-utils": "^1.0.37",
|
||||
"@backstage/test-utils": "^1.5.10",
|
||||
"@testing-library/jest-dom": "^6.0.0",
|
||||
"@testing-library/react": "^14.0.0",
|
||||
"@testing-library/user-event": "^14.0.0",
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue