Skip to content

Commit 7977f82

Browse files
committed
try support react19
1 parent 198d00f commit 7977f82

File tree

3 files changed

+415
-1051
lines changed

3 files changed

+415
-1051
lines changed

packages/reshow-unit/package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.18.2",
2+
"version": "0.19.1",
33
"name": "reshow-unit",
44
"repository": {
55
"type": "git",
@@ -16,13 +16,12 @@
1616
"dependencies": {
1717
"@babel/cli": "^7.x",
1818
"@babel/core": "^7.20.12",
19-
"@testing-library/dom": "^8.20.0",
20-
"@testing-library/react": "^15.x",
19+
"@testing-library/dom": "^10.x",
20+
"@testing-library/react": "^16.x",
2121
"@testing-library/user-event": "^14.x",
2222
"get-object-value": "*",
2323
"get-random-id": "*",
2424
"process": "0.11.10",
25-
"react-test-renderer": "^18.x",
2625
"reshow-build": "*",
2726
"reshow-runtime": "*",
2827
"reshow-unit-dom": "*",

0 commit comments

Comments
 (0)