v1.40.2 version bump (#4406)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
233e756e68
commit
51e5cc9d7a
|
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
'@backstage-community/plugin-bazaar': minor
|
||||
'@backstage-community/plugin-bazaar-backend': minor
|
||||
---
|
||||
|
||||
Backstage version bump to v1.40.2
|
||||
|
|
@ -1,3 +1,3 @@
|
|||
{
|
||||
"version": "1.39.0"
|
||||
"version": "1.40.2"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -35,9 +35,9 @@
|
|||
"directory": "workspaces/bazaar"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.32.1",
|
||||
"@backstage/cli": "^0.33.0",
|
||||
"@backstage/e2e-test-utils": "^0.1.1",
|
||||
"@backstage/repo-tools": "^0.13.3",
|
||||
"@backstage/repo-tools": "^0.14.0",
|
||||
"@changesets/cli": "^2.27.1",
|
||||
"knip": "^5.27.4",
|
||||
"node-gyp": "^10.0.0",
|
||||
|
|
|
|||
|
|
@ -51,9 +51,9 @@
|
|||
"test": "backstage-cli package test"
|
||||
},
|
||||
"dependencies": {
|
||||
"@backstage/backend-plugin-api": "^1.3.1",
|
||||
"@backstage/backend-plugin-api": "^1.4.0",
|
||||
"@backstage/config": "^1.3.2",
|
||||
"@backstage/plugin-auth-node": "^0.6.3",
|
||||
"@backstage/plugin-auth-node": "^0.6.4",
|
||||
"@types/express": "^4.17.6",
|
||||
"express": "^4.17.1",
|
||||
"express-promise-router": "^4.1.0",
|
||||
|
|
@ -61,11 +61,11 @@
|
|||
"yn": "^4.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/backend-defaults": "^0.10.0",
|
||||
"@backstage/backend-test-utils": "^1.5.0",
|
||||
"@backstage/cli": "^0.32.1",
|
||||
"@backstage/plugin-auth-backend": "^0.25.0",
|
||||
"@backstage/plugin-auth-backend-module-guest-provider": "^0.2.8",
|
||||
"@backstage/plugin-catalog-backend": "^2.0.0"
|
||||
"@backstage/backend-defaults": "^0.11.0",
|
||||
"@backstage/backend-test-utils": "^1.6.0",
|
||||
"@backstage/cli": "^0.33.0",
|
||||
"@backstage/plugin-auth-backend": "^0.25.1",
|
||||
"@backstage/plugin-auth-backend-module-guest-provider": "^0.2.9",
|
||||
"@backstage/plugin-catalog-backend": "^2.1.0"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -37,12 +37,12 @@
|
|||
"test": "backstage-cli package test"
|
||||
},
|
||||
"dependencies": {
|
||||
"@backstage/catalog-client": "^1.10.0",
|
||||
"@backstage/catalog-client": "^1.10.1",
|
||||
"@backstage/catalog-model": "^1.7.4",
|
||||
"@backstage/core-components": "^0.17.2",
|
||||
"@backstage/core-plugin-api": "^1.10.7",
|
||||
"@backstage/core-components": "^0.17.3",
|
||||
"@backstage/core-plugin-api": "^1.10.8",
|
||||
"@backstage/errors": "^1.2.7",
|
||||
"@backstage/plugin-catalog-react": "^1.18.0",
|
||||
"@backstage/plugin-catalog-react": "^1.19.0",
|
||||
"@date-io/luxon": "1.x",
|
||||
"@material-ui/core": "^4.12.2",
|
||||
"@material-ui/icons": "^4.9.1",
|
||||
|
|
@ -57,9 +57,9 @@
|
|||
"react-window": "^1.8.10"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.32.1",
|
||||
"@backstage/dev-utils": "^1.1.10",
|
||||
"@backstage/plugin-catalog": "^1.30.0",
|
||||
"@backstage/cli": "^0.33.0",
|
||||
"@backstage/dev-utils": "^1.1.11",
|
||||
"@backstage/plugin-catalog": "^1.31.0",
|
||||
"@testing-library/dom": "^10.0.0",
|
||||
"@testing-library/jest-dom": "^6.0.0",
|
||||
"@testing-library/react": "^15.0.0",
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue