gitops-profiles - version:bump to v1.32.2 (#1633)
* v1.32.2 version bump * Updated API Report Signed-off-by: Andre Wanlin <awanlin@spotify.com> --------- Signed-off-by: Andre Wanlin <awanlin@spotify.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Andre Wanlin <awanlin@spotify.com>
This commit is contained in:
parent
d5ab26f18d
commit
bdd53bc0ab
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
'@backstage-community/plugin-gitops-profiles': patch
|
||||
---
|
||||
|
||||
Backstage version bump to v1.32.2
|
||||
|
|
@ -1,3 +1,3 @@
|
|||
{
|
||||
"version": "1.31.2"
|
||||
"version": "1.32.2"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@
|
|||
"prettier:check": "prettier --check .",
|
||||
"new": "backstage-cli new --scope @backstage-community",
|
||||
"build:api-reports": "yarn build:api-reports:only --tsc",
|
||||
"build:api-reports:only": "backstage-repo-tools api-reports -o ae-wrong-input-file-type --validate-release-tags",
|
||||
"build:api-reports:only": "backstage-repo-tools api-reports -o ae-wrong-input-file-type,ae-undocumented --validate-release-tags",
|
||||
"postinstall": "cd ../../ && yarn install"
|
||||
},
|
||||
"workspaces": {
|
||||
|
|
@ -33,9 +33,9 @@
|
|||
"directory": "workspaces/gitops-profiles"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.27.1",
|
||||
"@backstage/cli": "^0.28.0",
|
||||
"@backstage/e2e-test-utils": "^0.1.1",
|
||||
"@backstage/repo-tools": "^0.9.7",
|
||||
"@backstage/repo-tools": "^0.10.0",
|
||||
"@changesets/cli": "^2.27.1",
|
||||
"@spotify/prettier-config": "^15.0.0",
|
||||
"node-gyp": "^10.0.0",
|
||||
|
|
|
|||
|
|
@ -41,8 +41,8 @@
|
|||
"test": "backstage-cli package test"
|
||||
},
|
||||
"dependencies": {
|
||||
"@backstage/core-components": "^0.15.0",
|
||||
"@backstage/core-plugin-api": "^1.9.4",
|
||||
"@backstage/core-components": "^0.15.1",
|
||||
"@backstage/core-plugin-api": "^1.10.0",
|
||||
"@material-ui/core": "^4.12.2",
|
||||
"@material-ui/icons": "^4.9.1",
|
||||
"@material-ui/lab": "4.0.0-alpha.61",
|
||||
|
|
@ -50,10 +50,10 @@
|
|||
"react-use": "^17.2.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.27.1",
|
||||
"@backstage/core-app-api": "^1.15.0",
|
||||
"@backstage/dev-utils": "^1.1.1",
|
||||
"@backstage/test-utils": "^1.6.0",
|
||||
"@backstage/cli": "^0.28.0",
|
||||
"@backstage/core-app-api": "^1.15.1",
|
||||
"@backstage/dev-utils": "^1.1.2",
|
||||
"@backstage/test-utils": "^1.7.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