v1.35.1 version bump (#2732)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
4cb973d586
commit
6404095931
|
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
'@backstage-community/plugin-stack-overflow': minor
|
||||
'@backstage-community/plugin-stack-overflow-backend': minor
|
||||
---
|
||||
|
||||
Backstage version bump to v1.35.1
|
||||
|
|
@ -1,3 +1,3 @@
|
|||
{
|
||||
"version": "1.34.1"
|
||||
"version": "1.35.1"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -33,9 +33,9 @@
|
|||
"directory": "workspaces/stack-overflow"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.29.4",
|
||||
"@backstage/cli": "^0.29.6",
|
||||
"@backstage/e2e-test-utils": "^0.1.1",
|
||||
"@backstage/repo-tools": "^0.12.0",
|
||||
"@backstage/repo-tools": "^0.12.1",
|
||||
"@changesets/cli": "^2.27.1",
|
||||
"knip": "^5.27.4",
|
||||
"node-gyp": "^10.0.0",
|
||||
|
|
|
|||
|
|
@ -43,14 +43,14 @@
|
|||
"test": "backstage-cli package test"
|
||||
},
|
||||
"dependencies": {
|
||||
"@backstage/plugin-search-backend-module-stack-overflow-collator": "^0.3.4",
|
||||
"@backstage/plugin-search-backend-module-stack-overflow-collator": "^0.3.5",
|
||||
"node-fetch": "^2.6.7",
|
||||
"qs": "^6.9.4",
|
||||
"winston": "^3.2.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/backend-test-utils": "^1.2.0",
|
||||
"@backstage/cli": "^0.29.4",
|
||||
"@backstage/backend-test-utils": "^1.2.1",
|
||||
"@backstage/cli": "^0.29.6",
|
||||
"@types/node-fetch": "^2.5.12"
|
||||
},
|
||||
"configSchema": "config.d.ts"
|
||||
|
|
|
|||
|
|
@ -51,13 +51,13 @@
|
|||
"test": "backstage-cli package test"
|
||||
},
|
||||
"dependencies": {
|
||||
"@backstage/config": "^1.3.1",
|
||||
"@backstage/core-components": "^0.16.2",
|
||||
"@backstage/core-plugin-api": "^1.10.2",
|
||||
"@backstage/frontend-plugin-api": "^0.9.3",
|
||||
"@backstage/plugin-home-react": "^0.1.21",
|
||||
"@backstage/plugin-search-common": "^1.2.16",
|
||||
"@backstage/plugin-search-react": "^1.8.4",
|
||||
"@backstage/config": "^1.3.2",
|
||||
"@backstage/core-components": "^0.16.3",
|
||||
"@backstage/core-plugin-api": "^1.10.3",
|
||||
"@backstage/frontend-plugin-api": "^0.9.4",
|
||||
"@backstage/plugin-home-react": "^0.1.22",
|
||||
"@backstage/plugin-search-common": "^1.2.17",
|
||||
"@backstage/plugin-search-react": "^1.8.5",
|
||||
"@material-ui/core": "^4.12.2",
|
||||
"@material-ui/icons": "^4.9.1",
|
||||
"@testing-library/jest-dom": "^6.0.0",
|
||||
|
|
@ -68,8 +68,8 @@
|
|||
"react-use": "^17.2.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.29.4",
|
||||
"@backstage/test-utils": "^1.7.3",
|
||||
"@backstage/cli": "^0.29.6",
|
||||
"@backstage/test-utils": "^1.7.4",
|
||||
"@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