Skip to content

Commit

Permalink
chore: update to backstage 1.29.2
Browse files Browse the repository at this point in the history
  • Loading branch information
drodil committed Jul 25, 2024
1 parent b9cef6d commit 89a05e0
Show file tree
Hide file tree
Showing 8 changed files with 1,181 additions and 448 deletions.
2 changes: 1 addition & 1 deletion backstage.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "1.28.0"
"version": "1.29.2"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
]
},
"devDependencies": {
"@backstage/cli": "^0.26.7",
"@backstage/cli": "^0.26.11",
"@commitlint/cli": "^17.7.1",
"@commitlint/config-conventional": "^17.7.0",
"@spotify/prettier-config": "^15.0.0",
Expand Down
8 changes: 4 additions & 4 deletions plugins/toolbox-backend-module-whois/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,15 @@
"tsc": "tsc"
},
"dependencies": {
"@backstage/backend-common": "^0.23.0",
"@backstage/backend-plugin-api": "^0.6.19",
"@backstage/backend-common": "^0.23.3",
"@backstage/backend-plugin-api": "^0.7.0",
"@drodil/backstage-plugin-toolbox-node": "workspace:^",
"express": "^4.19.2",
"whoiser": "^1.17.3"
},
"devDependencies": {
"@backstage/backend-test-utils": "^0.4.0",
"@backstage/cli": "^0.26.7"
"@backstage/backend-test-utils": "^0.4.4",
"@backstage/cli": "^0.26.11"
},
"files": [
"dist"
Expand Down
12 changes: 6 additions & 6 deletions plugins/toolbox-backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@
"tsc": "tsc"
},
"dependencies": {
"@backstage/backend-common": "^0.23.0",
"@backstage/backend-defaults": "^0.3.0",
"@backstage/backend-plugin-api": "^0.6.19",
"@backstage/backend-common": "^0.23.3",
"@backstage/backend-defaults": "^0.4.1",
"@backstage/backend-plugin-api": "^0.7.0",
"@backstage/config": "^1.2.0",
"@drodil/backstage-plugin-toolbox-node": "workspace:^",
"@types/express": "*",
Expand All @@ -54,9 +54,9 @@
"yn": "^4.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.26.7",
"@backstage/plugin-auth-backend": "^0.22.6",
"@backstage/plugin-auth-backend-module-guest-provider": "^0.1.5",
"@backstage/cli": "^0.26.11",
"@backstage/plugin-auth-backend": "^0.22.9",
"@backstage/plugin-auth-backend-module-guest-provider": "^0.1.8",
"@drodil/backstage-plugin-toolbox-backend-module-whois": "workspace:^",
"@types/supertest": "^2.0.12",
"msw": "^1.0.0",
Expand Down
4 changes: 2 additions & 2 deletions plugins/toolbox-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,13 @@
"tsc": "tsc"
},
"devDependencies": {
"@backstage/cli": "^0.26.7"
"@backstage/cli": "^0.26.11"
},
"files": [
"dist"
],
"dependencies": {
"@backstage/backend-plugin-api": "^0.6.19",
"@backstage/backend-plugin-api": "^0.7.0",
"express": "^4.19.2"
}
}
4 changes: 2 additions & 2 deletions plugins/toolbox-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@
"react": "^16.13.1 || ^17.0.0 || ^18.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.26.7",
"@backstage/test-utils": "^1.5.6",
"@backstage/cli": "^0.26.11",
"@backstage/test-utils": "^1.5.9",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^12.1.3"
},
Expand Down
12 changes: 6 additions & 6 deletions plugins/toolbox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@
"tsc": "tsc"
},
"dependencies": {
"@backstage/core-components": "^0.14.8",
"@backstage/core-components": "^0.14.9",
"@backstage/core-plugin-api": "^1.9.3",
"@backstage/plugin-catalog-react": "^1.12.1",
"@backstage/plugin-home-react": "^0.1.14",
"@backstage/plugin-catalog-react": "^1.12.2",
"@backstage/plugin-home-react": "^0.1.15",
"@drodil/backstage-plugin-toolbox-react": "workspace:^",
"@faker-js/faker": "^8.1.0",
"@json2csv/plainjs": "^7.0.6",
Expand Down Expand Up @@ -86,9 +86,9 @@
"react-router-dom": "6.0.0-beta.0 || ^6.3.0"
},
"devDependencies": {
"@backstage/cli": "^0.26.7",
"@backstage/dev-utils": "^1.0.33",
"@backstage/plugin-home": "^0.7.5",
"@backstage/cli": "^0.26.11",
"@backstage/dev-utils": "^1.0.36",
"@backstage/plugin-home": "^0.7.8",
"@rjsf/core": "^3.0.0",
"@testing-library/jest-dom": "^6.1.3",
"@types/color-convert": "^2.0.1",
Expand Down
Loading

0 comments on commit 89a05e0

Please sign in to comment.