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] committed Dec 24, 2023
1 parent 04eb1f1 commit 4e9a3b2
Show file tree
Hide file tree
Showing 3 changed files with 183 additions and 749 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
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@sentry/nextjs": "^7.60.1",
"@socialgouv/matomo-next": "^1.6.1",
"dayjs": "^1.11.9",
"next": "13.4.12",
"next": "13.4.19",
"next-auth": "^4.22.3",
"react": "18.2.0",
"react-dom": "18.2.0",
Expand All @@ -52,15 +52,15 @@
"@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",
"eslint": "8.46.0",
"eslint-config-next": "13.4.12",
"eslint-config-next": "13.4.19",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-storybook": "^0.6.13",
"gh-pages": "^5.0.0",
Expand Down
Loading

0 comments on commit 4e9a3b2

Please sign in to comment.