File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -30,11 +30,15 @@ jobs:
30
30
runs-on : ubuntu-latest
31
31
strategy :
32
32
matrix :
33
- react-version : [16, 17]
34
- testing-library-version : [12]
35
33
include :
34
+ - react-version : 16
35
+ testing-library-version : 12
36
+ - react-version : 17
37
+ testing-library-version : 12
36
38
- react-version : 18
37
39
testing-library-version : 16
40
+ - react-version : 19
41
+ testing-library-version : 16
38
42
steps :
39
43
- name : Checkout
40
44
uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
Original file line number Diff line number Diff line change 58
58
"prismjs" : " 1.30.0"
59
59
},
60
60
"peerDependencies" : {
61
- "react" : " ^16.14.0 || ^17.0.0 || ^18.0.0" ,
62
- "react-dom" : " ^16.14.0 || ^17.0.0 || ^18.0.0"
61
+ "react" : " ^16.14.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 " ,
62
+ "react-dom" : " ^16.14.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 "
63
63
},
64
64
"devDependencies" : {
65
65
"@babel/core" : " 7.28.3" ,
You can’t perform that action at this time.
0 commit comments