Skip to content

Commit 5ad7aab

Browse files
chore(deps): pin dependencies (#423)
* chore(deps): pin dependencies * deps(react): pinning v18 as well --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Elliott de Launay <edelauna@gmail.com>
1 parent a390c95 commit 5ad7aab

4 files changed

Lines changed: 92 additions & 92 deletions

File tree

apps/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"@roo-code/config-eslint": "workspace:^",
4343
"@roo-code/config-typescript": "workspace:^",
4444
"@types/node": "24.2.1",
45-
"@types/react": "^19.1.6",
45+
"@types/react": "18.3.23",
4646
"ink-testing-library": "4.0.0",
4747
"rimraf": "6.0.1",
4848
"tsup": "8.5.0",

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@
6565
"form-data": ">=4.0.4",
6666
"bluebird": ">=3.7.2",
6767
"glob": "11.1.0",
68-
"@types/react": "^18.3.23",
69-
"@types/react-dom": "^18.3.5",
68+
"@types/react": "18.3.23",
69+
"@types/react-dom": "18.3.7",
7070
"zod": "3.25.76"
7171
}
7272
}

0 commit comments

Comments
 (0)