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

Commit 57406aa

Browse files
chore(deps): update all dependencies
1 parent 67581a6 commit 57406aa

File tree

3 files changed

+62
-464
lines changed

3 files changed

+62
-464
lines changed

docker-compose.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ services:
1818
POSTGRES_PASSWORD: pgpassword
1919
POSTGRES_MULTIPLE_DATABASES: keycloak,hasura
2020
keycloak:
21-
image: quay.io/keycloak/keycloak:20.0.3
21+
image: quay.io/keycloak/keycloak:20.0.5
2222
environment:
2323
KC_DB_URL: "jdbc:postgresql://postgres:5432/keycloak"
2424
KC_METRICS_ENABLED: "true"

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,10 @@
5252
"@storybook/addon-interactions": "^6.4.19",
5353
"@storybook/addon-links": "^6.4.19",
5454
"@storybook/react": "^6.4.19",
55-
"@storybook/testing-library": "^0.0.11",
55+
"@storybook/testing-library": "^0.0.13",
5656
"@testing-library/jest-dom": "^5.17.0",
5757
"@testing-library/react": "^14.0.0",
58-
"@types/node": "18.11.17",
58+
"@types/node": "18.11.19",
5959
"@types/react": "^18.2.0",
6060
"@types/react-dom": "^18.2.0",
6161
"cypress": "^12.17.2",

0 commit comments

Comments
 (0)