Skip to content

Commit 9f592bb

Browse files
authored
Merge pull request #42 from raumobil/bugfix/patch-react-nextjs-rce
bugfix/WB-99-WB-101 fix: patch react nextjs rce
2 parents 1157824 + 74fe647 commit 9f592bb

File tree

2 files changed

+45
-45
lines changed

2 files changed

+45
-45
lines changed

package-lock.json

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

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@
2020
"@mui/material-nextjs": "^7.0.2",
2121
"@yudiel/react-qr-scanner": "^2.3.1",
2222
"lodash": "^4.17.21",
23-
"next": "15.3.1",
23+
"next": "^15.3.6",
2424
"next-intl": "^4.1.0",
25-
"react": "^19.0.0",
26-
"react-dom": "^19.0.0"
25+
"react": "^19.0.1",
26+
"react-dom": "^19.0.1"
2727
},
2828
"devDependencies": {
2929
"@eslint/eslintrc": "^3",

0 commit comments

Comments
 (0)