Skip to content

Commit d6f1acc

Browse files
review: use correct react ver
1 parent da3863d commit d6f1acc

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

packages/gazzodown-alt/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
"devDependencies": {
1818
"@rocket.chat/message-parser": "workspace:^",
1919
"@rocket.chat/tsconfig": "workspace:*",
20-
"@types/react": "~18.3.27",
20+
"@types/react": "~19.2.17",
2121
"eslint": "~9.39.3",
22-
"react": "~18.3.1",
22+
"react": "~19.2.7",
2323
"typescript": "~5.9.3"
2424
},
2525
"peerDependencies": {

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9950,9 +9950,9 @@ __metadata:
99509950
dependencies:
99519951
"@rocket.chat/message-parser": "workspace:^"
99529952
"@rocket.chat/tsconfig": "workspace:*"
9953-
"@types/react": "npm:~18.3.27"
9953+
"@types/react": "npm:~19.2.17"
99549954
eslint: "npm:~9.39.3"
9955-
react: "npm:~18.3.1"
9955+
react: "npm:~19.2.7"
99569956
typescript: "npm:~5.9.3"
99579957
peerDependencies:
99589958
"@rocket.chat/message-parser": 0.31.34

0 commit comments

Comments
 (0)