File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11{
22 "installCommand" : " install:csb" ,
33 "sandboxes" : [" new" , " github/kentcdodds/react-testing-library-examples" ],
4- "node" : " 14 "
4+ "node" : " 18 "
55}
Original file line number Diff line number Diff line change 2929 strategy :
3030 fail-fast : false
3131 matrix :
32- node : [14, 16, 18 ]
32+ node : [18, 20 ]
3333 react : [latest, canary, experimental]
3434 runs-on : ubuntu-latest
3535 steps :
Original file line number Diff line number Diff line change 66 "types" : " types/index.d.ts" ,
77 "module" : " dist/@testing-library/react.esm.js" ,
88 "engines" : {
9- "node" : " >=14 "
9+ "node" : " >=18 "
1010 },
1111 "scripts" : {
1212 "prebuild" : " rimraf dist" ,
4646 "license" : " MIT" ,
4747 "dependencies" : {
4848 "@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 " ,
5050 "@types/react-dom" : " ^18.0.0"
5151 },
5252 "devDependencies" : {
You can’t perform that action at this time.
0 commit comments