Skip to content

Commit 503419b

Browse files
author
Manuel Schächinger
committed
fix: react update
1 parent bcf1456 commit 503419b

2 files changed

Lines changed: 66 additions & 66 deletions

File tree

package-lock.json

Lines changed: 61 additions & 61 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@
1515
"clsx": "^2.1.1",
1616
"contentful": "^11.9.0",
1717
"negotiator": "^1.0.0",
18-
"next": "^15.5.6",
18+
"next": "^15.5.7",
1919
"next-intl": "^4.1.0",
2020
"next-recaptcha-v3": "^1.5.2",
2121
"next-themes": "^0.4.6",
22-
"react": "^19",
23-
"react-dom": "^19",
22+
"react": "^19.2.1",
23+
"react-dom": "^19.2.1",
2424
"server-only": "^0.0.1",
2525
"sharp": "^0.34.5",
2626
"zod": "^3.25.55"
@@ -32,10 +32,10 @@
3232
"@types/react-dom": "^19",
3333
"autoprefixer": "^10.0.1",
3434
"eslint": "^9.39.1",
35-
"eslint-config-next": "^15.5.6",
35+
"eslint-config-next": "^15.5.7",
3636
"postcss": "^8.4.49",
3737
"sass": "^1.83.1",
3838
"tailwindcss": "^3.4.17",
3939
"typescript": "^5"
4040
}
41-
}
41+
}

0 commit comments

Comments
 (0)