Skip to content

Commit 5ad560b

Browse files
committed
chore(rit): update template files deps
1 parent 5dc2759 commit 5ad560b

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

tools/react-integration-tester/src/files/react-17.json.template

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
"react": "17.0.2",
1919
"react-dom": "17.0.2",
2020
"react-test-renderer": "17.0.2",
21-
"tslib": "^2.1.0",
22-
"typescript": "5.3.3",
23-
"jest": "29.7.0"
21+
"tslib": "^2.8.0",
22+
"typescript": "5.7.3",
23+
"jest": "30.2.0"
2424
}
2525
}

tools/react-integration-tester/src/files/react-18.json.template

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
"react": "18.3.1",
1818
"react-dom": "18.3.1",
1919
"react-test-renderer": "18.3.1",
20-
"tslib": "^2.1.0",
21-
"typescript": "5.3.3",
22-
"jest": "29.7.0"
20+
"tslib": "^2.8.0",
21+
"typescript": "5.7.3",
22+
"jest": "30.2.0"
2323
}
2424
}

tools/react-integration-tester/src/files/react-19.json.template

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
"react": "19.1.0",
1818
"react-dom": "19.1.0",
1919
"react-test-renderer": "19.1.0",
20-
"tslib": "^2.1.0",
21-
"typescript": "5.3.3",
22-
"jest": "29.7.0"
20+
"tslib": "^2.8.1",
21+
"typescript": "5.7.3",
22+
"jest": "30.2.0"
2323
}
2424
}

0 commit comments

Comments
 (0)