Skip to content
This repository has been archived by the owner on Apr 5, 2024. It is now read-only.

Commit

Permalink
chore(deps): update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 6, 2023
1 parent 67581a6 commit 57406aa
Show file tree
Hide file tree
Showing 3 changed files with 62 additions and 464 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ services:
POSTGRES_PASSWORD: pgpassword
POSTGRES_MULTIPLE_DATABASES: keycloak,hasura
keycloak:
image: quay.io/keycloak/keycloak:20.0.3
image: quay.io/keycloak/keycloak:20.0.5
environment:
KC_DB_URL: "jdbc:postgresql://postgres:5432/keycloak"
KC_METRICS_ENABLED: "true"
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,10 @@
"@storybook/addon-interactions": "^6.4.19",
"@storybook/addon-links": "^6.4.19",
"@storybook/react": "^6.4.19",
"@storybook/testing-library": "^0.0.11",
"@storybook/testing-library": "^0.0.13",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^14.0.0",
"@types/node": "18.11.17",
"@types/node": "18.11.19",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"cypress": "^12.17.2",
Expand Down
Loading

0 comments on commit 57406aa

Please sign in to comment.