Skip to content

Commit 8fe8348

Browse files
fix(deps): update react monorepo
1 parent e84aaea commit 8fe8348

File tree

2 files changed

+32
-32
lines changed

2 files changed

+32
-32
lines changed

kompassi-v2-frontend/package-lock.json

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

kompassi-v2-frontend/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
2424
"next": "15.5.4",
2525
"next-auth": "^4.24.11",
2626
"next-intl": "^4.3.4",
27-
"react": "19.1.1",
27+
"react": "19.2.0",
2828
"react-bootstrap": "^2.10.10",
29-
"react-dom": "19.1.1",
29+
"react-dom": "19.2.0",
3030
"tsx": "^4.19.4",
3131
"uuid": "^11.1.0"
3232
},
@@ -37,8 +37,8 @@
3737
"@graphql-codegen/client-preset": "^4.1.0",
3838
"@parcel/watcher": "^2.5.1",
3939
"@types/node": "^22.0.0",
40-
"@types/react": "19.1.16",
41-
"@types/react-dom": "19.1.9",
40+
"@types/react": "19.2.7",
41+
"@types/react-dom": "19.2.3",
4242
"concurrently": "^9.0.0",
4343
"eslint": "^9",
4444
"eslint-config-next": "15.5.4",
@@ -49,7 +49,7 @@
4949
},
5050
"prettier": {},
5151
"overrides": {
52-
"@types/react": "19.1.16",
53-
"@types/react-dom": "19.1.9"
52+
"@types/react": "19.2.7",
53+
"@types/react-dom": "19.2.3"
5454
}
5555
}

0 commit comments

Comments
 (0)