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

Commit 5c7b9d1

Browse files
chore(deps): update all dependencies
1 parent 4667990 commit 5c7b9d1

File tree

3 files changed

+193
-758
lines changed

3 files changed

+193
-758
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

+4-4
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"@sentry/nextjs": "^7.60.1",
3939
"@socialgouv/matomo-next": "^1.6.1",
4040
"dayjs": "^1.11.9",
41-
"next": "13.4.12",
41+
"next": "13.4.19",
4242
"next-auth": "^4.22.3",
4343
"react": "18.2.0",
4444
"react-dom": "18.2.0",
@@ -52,15 +52,15 @@
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",
6262
"eslint": "8.46.0",
63-
"eslint-config-next": "13.4.12",
63+
"eslint-config-next": "13.4.19",
6464
"eslint-plugin-jsx-a11y": "^6.7.1",
6565
"eslint-plugin-storybook": "^0.6.13",
6666
"gh-pages": "^5.0.0",

0 commit comments

Comments
 (0)