Skip to content

Commit

Permalink
keycloak - version:bump to v1.34.2 (backstage#2449)
Browse files Browse the repository at this point in the history
* v1.34.2 version bump

* Remove Usages of @spotify/prettier-config

Signed-off-by: Kashish Mittal <[email protected]>

---------

Signed-off-by: Kashish Mittal <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Kashish Mittal <[email protected]>
Co-authored-by: Andre Wanlin <[email protected]>
  • Loading branch information
4 people authored Jan 14, 2025
1 parent 4114f26 commit bd47f3a
Show file tree
Hide file tree
Showing 5 changed files with 770 additions and 738 deletions.
5 changes: 5 additions & 0 deletions workspaces/keycloak/.changeset/version-bump-1-34-2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@backstage-community/plugin-catalog-backend-module-keycloak': minor
---

Backstage version bump to v1.34.2
4 changes: 3 additions & 1 deletion workspaces/keycloak/backstage.json
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
{ "version": "1.32.0" }
{
"version": "1.34.2"
}
7 changes: 3 additions & 4 deletions workspaces/keycloak/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,10 @@
"directory": "workspaces/keycloak"
},
"devDependencies": {
"@backstage/cli": "^0.28.0",
"@backstage/cli": "^0.29.4",
"@backstage/e2e-test-utils": "^0.1.1",
"@backstage/repo-tools": "^0.10.0",
"@backstage/repo-tools": "^0.12.0",
"@changesets/cli": "^2.27.1",
"@spotify/prettier-config": "^12.0.0",
"knip": "^5.27.4",
"node-gyp": "^9.0.0",
"prettier": "^2.3.2",
Expand All @@ -47,7 +46,7 @@
"@types/react": "^18",
"@types/react-dom": "^18"
},
"prettier": "@spotify/prettier-config",
"prettier": "@backstage/cli/config/prettier",
"lint-staged": {
"*.{js,jsx,ts,tsx,mjs,cjs}": [
"eslint --fix",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,22 +41,22 @@
"prettier:fix": "prettier --ignore-unknown --write ."
},
"dependencies": {
"@backstage/backend-plugin-api": "^1.0.1",
"@backstage/catalog-model": "^1.7.0",
"@backstage/errors": "^1.2.4",
"@backstage/plugin-catalog-node": "^1.13.1",
"@backstage/backend-plugin-api": "^1.1.0",
"@backstage/catalog-model": "^1.7.2",
"@backstage/errors": "^1.2.6",
"@backstage/plugin-catalog-node": "^1.15.0",
"@keycloak/keycloak-admin-client": "24.0.5",
"inclusion": "^1.0.1",
"lodash": "^4.17.21",
"pg-format": "^1.0.4",
"uuid": "^9.0.1"
},
"devDependencies": {
"@backstage/backend-defaults": "0.5.2",
"@backstage/backend-test-utils": "1.0.2",
"@backstage/cli": "0.28.2",
"@backstage/config": "1.2.0",
"@backstage/plugin-catalog-backend": "1.27.1",
"@backstage/backend-defaults": "^0.6.2",
"@backstage/backend-test-utils": "^1.2.0",
"@backstage/cli": "^0.29.4",
"@backstage/config": "^1.3.1",
"@backstage/plugin-catalog-backend": "^1.29.0",
"@spotify/prettier-config": "^15.0.0",
"@types/lodash": "4.17.13",
"@types/uuid": "9.0.8",
Expand Down
Loading

0 comments on commit bd47f3a

Please sign in to comment.