File tree 5 files changed +11
-11
lines changed
5 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 20
20
"compile:lockfile" : " node tasks/compile-lockfile.js"
21
21
},
22
22
"devDependencies" : {
23
- "@testing-library/jest-dom" : " ^4.2 .0" ,
24
- "@testing-library/react" : " ^9.3.0 " ,
25
- "@testing-library/user-event" : " ^7 .1.2 " ,
23
+ "@testing-library/jest-dom" : " ^5.5 .0" ,
24
+ "@testing-library/react" : " ^10.0.4 " ,
25
+ "@testing-library/user-event" : " ^10 .1.0 " ,
26
26
"alex" : " ^8.0.0" ,
27
27
"eslint" : " ^6.1.0" ,
28
28
"execa" : " 1.0.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"package" : {
3
3
"dependencies" : {
4
- "@testing-library/react " : " ^9.3.2 " ,
5
- "@testing-library/jest-dom " : " ^4.2 .4" ,
6
- "@testing-library/user-event" : " ^7 .1.2 " ,
4
+ "@testing-library/jest-dom " : " ^5.5.0 " ,
5
+ "@testing-library/react " : " ^10.0 .4" ,
6
+ "@testing-library/user-event" : " ^10 .1.0 " ,
7
7
"@types/node" : " ^12.0.0" ,
8
8
"@types/react" : " ^16.9.0" ,
9
9
"@types/react-dom" : " ^16.9.0" ,
Original file line number Diff line number Diff line change 2
2
// allows you to do things like:
3
3
// expect(element).toHaveTextContent(/react/i)
4
4
// learn more: https://github.com/testing-library/jest-dom
5
- import '@testing-library/jest-dom/extend-expect ' ;
5
+ import '@testing-library/jest-dom' ;
Original file line number Diff line number Diff line change 1
1
{
2
2
"package" : {
3
3
"dependencies" : {
4
- "@testing-library/react " : " ^9.3.2 " ,
5
- "@testing-library/jest-dom " : " ^4.2 .4" ,
6
- "@testing-library/user-event" : " ^7 .1.2 "
4
+ "@testing-library/jest-dom " : " ^5.5.0 " ,
5
+ "@testing-library/react " : " ^10.0 .4" ,
6
+ "@testing-library/user-event" : " ^10 .1.0 "
7
7
}
8
8
}
9
9
}
Original file line number Diff line number Diff line change 2
2
// allows you to do things like:
3
3
// expect(element).toHaveTextContent(/react/i)
4
4
// learn more: https://github.com/testing-library/jest-dom
5
- import '@testing-library/jest-dom/extend-expect ' ;
5
+ import '@testing-library/jest-dom' ;
You can’t perform that action at this time.
0 commit comments