File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"installCommand" : " install:csb" ,
3
3
"sandboxes" : [" new" , " github/kentcdodds/react-testing-library-examples" ],
4
- "node" : " 14 "
4
+ "node" : " 18 "
5
5
}
Original file line number Diff line number Diff line change 29
29
strategy :
30
30
fail-fast : false
31
31
matrix :
32
- node : [14, 16, 18 ]
32
+ node : [18, 20 ]
33
33
react : [latest, canary, experimental]
34
34
runs-on : ubuntu-latest
35
35
steps :
Original file line number Diff line number Diff line change 6
6
"types" : " types/index.d.ts" ,
7
7
"module" : " dist/@testing-library/react.esm.js" ,
8
8
"engines" : {
9
- "node" : " >=14 "
9
+ "node" : " >=18 "
10
10
},
11
11
"scripts" : {
12
12
"prebuild" : " rimraf dist" ,
46
46
"license" : " MIT" ,
47
47
"dependencies" : {
48
48
"@babel/runtime" : " ^7.12.5" ,
49
- "@testing-library/dom" : " ^9.0.0 " ,
49
+ "@testing-library/dom" : " https://pkg.csb.dev/testing-library/dom-testing-library/commit/cb57f999/@testing-library/dom " ,
50
50
"@types/react-dom" : " ^18.0.0"
51
51
},
52
52
"devDependencies" : {
You can’t perform that action at this time.
0 commit comments