v1.29.2 version bump

This commit is contained in:
github-actions[bot] 2024-07-26 18:24:37 +00:00
parent 98d14906a4
commit a968a3e40f
5 changed files with 1132 additions and 370 deletions

View File

@ -0,0 +1,5 @@
---
'@backstage-community/plugin-sentry': patch
---
Backstage version bump to v1.29.2

View File

@ -1,3 +1,3 @@
{
"version": "1.26.0"
"version": "1.29.2"
}

View File

@ -32,9 +32,9 @@
"directory": "workspaces/sentry"
},
"devDependencies": {
"@backstage/cli": "^0.26.3",
"@backstage/cli": "^0.26.11",
"@backstage/e2e-test-utils": "^0.1.1",
"@backstage/repo-tools": "^0.8.0",
"@backstage/repo-tools": "^0.9.4",
"@changesets/cli": "^2.27.1",
"@spotify/prettier-config": "^15.0.0",
"node-gyp": "^10.0.0",

View File

@ -38,10 +38,10 @@
"test": "backstage-cli package test"
},
"dependencies": {
"@backstage/catalog-model": "^1.4.5",
"@backstage/core-components": "^0.14.4",
"@backstage/core-plugin-api": "^1.9.2",
"@backstage/plugin-catalog-react": "^1.11.3",
"@backstage/catalog-model": "^1.5.0",
"@backstage/core-components": "^0.14.9",
"@backstage/core-plugin-api": "^1.9.3",
"@backstage/plugin-catalog-react": "^1.12.2",
"@date-io/core": "^1.3.13",
"@material-table/core": "^3.1.0",
"@material-ui/core": "^4.12.2",
@ -51,9 +51,9 @@
"react-use": "^17.2.4"
},
"devDependencies": {
"@backstage/cli": "^0.26.3",
"@backstage/dev-utils": "^1.0.31",
"@backstage/test-utils": "^1.5.4",
"@backstage/cli": "^0.26.11",
"@backstage/dev-utils": "^1.0.36",
"@backstage/test-utils": "^1.5.9",
"@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