v1.34.2 version bump (#2454)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
5b19b0d2a8
commit
9dd37d93a7
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
'@backstage-community/plugin-npm': minor
|
||||
---
|
||||
|
||||
Backstage version bump to v1.34.2
|
||||
|
|
@ -1,3 +1,3 @@
|
|||
{
|
||||
"version": "1.32.2"
|
||||
"version": "1.34.2"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -42,9 +42,9 @@
|
|||
"directory": "workspaces/npm"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.28.0",
|
||||
"@backstage/cli": "^0.29.4",
|
||||
"@backstage/e2e-test-utils": "^0.1.1",
|
||||
"@backstage/repo-tools": "^0.10.0",
|
||||
"@backstage/repo-tools": "^0.12.0",
|
||||
"@changesets/cli": "^2.27.1",
|
||||
"@playwright/test": "^1.32.3",
|
||||
"@spotify/prettier-config": "^12.0.0",
|
||||
|
|
|
|||
|
|
@ -20,29 +20,29 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@backstage-community/plugin-npm": "workspace:^",
|
||||
"@backstage/app-defaults": "^1.5.12",
|
||||
"@backstage/catalog-model": "^1.7.0",
|
||||
"@backstage/cli": "^0.28.0",
|
||||
"@backstage/core-app-api": "^1.15.1",
|
||||
"@backstage/core-components": "^0.15.1",
|
||||
"@backstage/core-plugin-api": "^1.10.0",
|
||||
"@backstage/integration-react": "^1.2.0",
|
||||
"@backstage/plugin-api-docs": "^0.11.11",
|
||||
"@backstage/plugin-catalog": "^1.24.0",
|
||||
"@backstage/plugin-catalog-common": "^1.1.0",
|
||||
"@backstage/plugin-catalog-graph": "^0.4.11",
|
||||
"@backstage/plugin-catalog-import": "^0.12.5",
|
||||
"@backstage/plugin-catalog-react": "^1.14.0",
|
||||
"@backstage/plugin-org": "^0.6.31",
|
||||
"@backstage/plugin-permission-react": "^0.4.27",
|
||||
"@backstage/plugin-scaffolder": "^1.26.1",
|
||||
"@backstage/plugin-search": "^1.4.18",
|
||||
"@backstage/plugin-search-react": "^1.8.1",
|
||||
"@backstage/plugin-techdocs": "^1.11.0",
|
||||
"@backstage/plugin-techdocs-module-addons-contrib": "^1.1.16",
|
||||
"@backstage/plugin-techdocs-react": "^1.2.9",
|
||||
"@backstage/plugin-user-settings": "^0.8.14",
|
||||
"@backstage/theme": "^0.6.0",
|
||||
"@backstage/app-defaults": "^1.5.15",
|
||||
"@backstage/catalog-model": "^1.7.2",
|
||||
"@backstage/cli": "^0.29.4",
|
||||
"@backstage/core-app-api": "^1.15.3",
|
||||
"@backstage/core-components": "^0.16.2",
|
||||
"@backstage/core-plugin-api": "^1.10.2",
|
||||
"@backstage/integration-react": "^1.2.2",
|
||||
"@backstage/plugin-api-docs": "^0.12.2",
|
||||
"@backstage/plugin-catalog": "^1.26.0",
|
||||
"@backstage/plugin-catalog-common": "^1.1.2",
|
||||
"@backstage/plugin-catalog-graph": "^0.4.14",
|
||||
"@backstage/plugin-catalog-import": "^0.12.8",
|
||||
"@backstage/plugin-catalog-react": "^1.15.0",
|
||||
"@backstage/plugin-org": "^0.6.34",
|
||||
"@backstage/plugin-permission-react": "^0.4.29",
|
||||
"@backstage/plugin-scaffolder": "^1.27.3",
|
||||
"@backstage/plugin-search": "^1.4.21",
|
||||
"@backstage/plugin-search-react": "^1.8.4",
|
||||
"@backstage/plugin-techdocs": "^1.12.0",
|
||||
"@backstage/plugin-techdocs-module-addons-contrib": "^1.1.19",
|
||||
"@backstage/plugin-techdocs-react": "^1.2.12",
|
||||
"@backstage/plugin-user-settings": "^0.8.17",
|
||||
"@backstage/theme": "^0.6.3",
|
||||
"@material-ui/core": "^4.12.2",
|
||||
"@material-ui/icons": "^4.9.1",
|
||||
"react": "^18.0.2",
|
||||
|
|
|
|||
|
|
@ -21,28 +21,28 @@
|
|||
"build-image": "docker build ../.. -f Dockerfile --tag backstage"
|
||||
},
|
||||
"dependencies": {
|
||||
"@backstage/backend-defaults": "^0.5.2",
|
||||
"@backstage/config": "^1.2.0",
|
||||
"@backstage/plugin-app-backend": "^0.3.76",
|
||||
"@backstage/plugin-auth-backend": "^0.23.1",
|
||||
"@backstage/plugin-auth-backend-module-github-provider": "^0.2.1",
|
||||
"@backstage/plugin-auth-backend-module-guest-provider": "^0.2.1",
|
||||
"@backstage/plugin-auth-node": "^0.5.3",
|
||||
"@backstage/plugin-catalog-backend": "^1.27.1",
|
||||
"@backstage/plugin-catalog-backend-module-logs": "^0.1.3",
|
||||
"@backstage/plugin-catalog-backend-module-scaffolder-entity-model": "^0.2.1",
|
||||
"@backstage/plugin-permission-backend": "^0.5.50",
|
||||
"@backstage/plugin-permission-backend-module-allow-all-policy": "^0.2.1",
|
||||
"@backstage/plugin-permission-common": "^0.8.1",
|
||||
"@backstage/plugin-permission-node": "^0.8.4",
|
||||
"@backstage/plugin-proxy-backend": "^0.5.7",
|
||||
"@backstage/plugin-scaffolder-backend": "^1.26.2",
|
||||
"@backstage/plugin-search-backend": "^1.6.1",
|
||||
"@backstage/plugin-search-backend-module-catalog": "^0.2.4",
|
||||
"@backstage/plugin-search-backend-module-pg": "^0.5.37",
|
||||
"@backstage/plugin-search-backend-module-techdocs": "^0.3.1",
|
||||
"@backstage/plugin-search-backend-node": "^1.3.4",
|
||||
"@backstage/plugin-techdocs-backend": "^1.11.1",
|
||||
"@backstage/backend-defaults": "^0.6.2",
|
||||
"@backstage/config": "^1.3.1",
|
||||
"@backstage/plugin-app-backend": "^0.4.3",
|
||||
"@backstage/plugin-auth-backend": "^0.24.1",
|
||||
"@backstage/plugin-auth-backend-module-github-provider": "^0.2.3",
|
||||
"@backstage/plugin-auth-backend-module-guest-provider": "^0.2.3",
|
||||
"@backstage/plugin-auth-node": "^0.5.5",
|
||||
"@backstage/plugin-catalog-backend": "^1.29.0",
|
||||
"@backstage/plugin-catalog-backend-module-logs": "^0.1.5",
|
||||
"@backstage/plugin-catalog-backend-module-scaffolder-entity-model": "^0.2.3",
|
||||
"@backstage/plugin-permission-backend": "^0.5.52",
|
||||
"@backstage/plugin-permission-backend-module-allow-all-policy": "^0.2.3",
|
||||
"@backstage/plugin-permission-common": "^0.8.3",
|
||||
"@backstage/plugin-permission-node": "^0.8.6",
|
||||
"@backstage/plugin-proxy-backend": "^0.5.9",
|
||||
"@backstage/plugin-scaffolder-backend": "^1.28.0",
|
||||
"@backstage/plugin-search-backend": "^1.8.0",
|
||||
"@backstage/plugin-search-backend-module-catalog": "^0.2.6",
|
||||
"@backstage/plugin-search-backend-module-pg": "^0.5.39",
|
||||
"@backstage/plugin-search-backend-module-techdocs": "^0.3.4",
|
||||
"@backstage/plugin-search-backend-node": "^1.3.6",
|
||||
"@backstage/plugin-techdocs-backend": "^1.11.4",
|
||||
"app": "link:../app",
|
||||
"better-sqlite3": "^9.0.0",
|
||||
"node-gyp": "^10.0.0",
|
||||
|
|
@ -50,7 +50,7 @@
|
|||
"winston": "^3.2.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.28.0"
|
||||
"@backstage/cli": "^0.29.4"
|
||||
},
|
||||
"files": [
|
||||
"dist"
|
||||
|
|
|
|||
|
|
@ -30,11 +30,11 @@
|
|||
"postpack": "backstage-cli package postpack"
|
||||
},
|
||||
"dependencies": {
|
||||
"@backstage/catalog-model": "^1.7.0",
|
||||
"@backstage/core-components": "^0.15.1",
|
||||
"@backstage/core-plugin-api": "^1.10.0",
|
||||
"@backstage/plugin-catalog-react": "^1.14.0",
|
||||
"@backstage/theme": "^0.6.0",
|
||||
"@backstage/catalog-model": "^1.7.2",
|
||||
"@backstage/core-components": "^0.16.2",
|
||||
"@backstage/core-plugin-api": "^1.10.2",
|
||||
"@backstage/plugin-catalog-react": "^1.15.0",
|
||||
"@backstage/theme": "^0.6.3",
|
||||
"@material-ui/core": "^4.9.13",
|
||||
"luxon": "^3.5.0",
|
||||
"react-use": "^17.2.4"
|
||||
|
|
@ -43,9 +43,9 @@
|
|||
"react": "^16.13.1 || ^17.0.0 || ^18.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.28.0",
|
||||
"@backstage/dev-utils": "^1.1.2",
|
||||
"@backstage/test-utils": "^1.7.0",
|
||||
"@backstage/cli": "^0.29.4",
|
||||
"@backstage/dev-utils": "^1.1.5",
|
||||
"@backstage/test-utils": "^1.7.3",
|
||||
"@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