Skip to content

Commit 5de6395

Browse files
fix(deps): update react monorepo
1 parent f152a2d commit 5de6395

File tree

2 files changed

+47
-27
lines changed

2 files changed

+47
-27
lines changed

kompassi-v2-frontend/package-lock.json

Lines changed: 42 additions & 22 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: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"next-intl": "^4.3.4",
2727
"react": "^19.2.1",
2828
"react-bootstrap": "^2.10.10",
29-
"react-dom": "19.1.1",
29+
"react-dom": "19.2.1",
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)