File tree Expand file tree Collapse file tree 3 files changed +2
-13
lines changed Expand file tree Collapse file tree 3 files changed +2
-13
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,5 @@ if (process.env.REACT_VERSION === 'v17') {
31
31
...module . exports . moduleNameMapper ,
32
32
'^react-dom((\\/.*)?)$' : 'react-dom-17$1' ,
33
33
'^react((\\/.*)?)$' : 'react-17$1' ,
34
- '^@testing-library/react((\\/.*)?)$' : '@testing-library/react-12$1' ,
35
34
} ;
36
35
}
Original file line number Diff line number Diff line change 24
24
"devDependencies" : {
25
25
"@testing-library/jest-dom" : " ^5.14.1" ,
26
26
"@testing-library/react" : " ^13.1.1" ,
27
- "@testing-library/react-12" : " npm:@testing-library/react@^12.1.2" ,
28
27
"@types/jest" : " ^27.0.2" ,
29
28
"@types/react" : " ^18.0.0" ,
30
29
"@types/react-dom" : " ^18.0.0" ,
Original file line number Diff line number Diff line change 703
703
dependencies :
704
704
defer-to-connect "^2.0.0"
705
705
706
- " @testing-library/dom@^8.0.0 " , "@testing-library/dom@^8. 5.0":
706
+ " @testing-library/dom@^8.5.0 " :
707
707
version "8.13.0"
708
708
resolved "https://registry.yarnpkg.com/@testing-library/dom/-/dom-8.13.0.tgz#bc00bdd64c7d8b40841e27a70211399ad3af46f5"
709
709
integrity sha512-9VHgfIatKNXQNaZTtLnalIy0jNZzY35a4S3oi08YAt9Hv1VsfZ/DfA45lM8D/UhtHBGJ4/lGwp0PZkVndRkoOQ==
732
732
lodash "^4.17.15"
733
733
redent "^3.0.0"
734
734
735
- " @testing-library/react-12@npm:@testing-library/react@^12.1.2 " :
736
- version "12.1.4"
737
- resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-12.1.4.tgz#09674b117e550af713db3f4ec4c0942aa8bbf2c0"
738
- integrity sha512-jiPKOm7vyUw311Hn/HlNQ9P8/lHNtArAx0PisXyFixDDvfl8DbD6EUdbshK5eqauvBSvzZd19itqQ9j3nferJA==
739
- dependencies :
740
- " @babel/runtime" " ^7.12.5"
741
- " @testing-library/dom" " ^8.0.0"
742
- " @types/react-dom" " *"
743
-
744
735
" @testing-library/react@^13.1.1 " :
745
736
version "13.1.1"
746
737
resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-13.1.1.tgz#6c1635e25acca8ca5be8ee3b19ad1391681c5846"
879
870
resolved "https://registry.yarnpkg.com/@types/prop-types/-/prop-types-15.7.4.tgz#fcf7205c25dff795ee79af1e30da2c9790808f11"
880
871
integrity sha512-rZ5drC/jWjrArrS8BR6SIr4cWpW09RNTYt9AMZo3Jwwif+iacXAqgVjm0B0Bv/S1jhDXKHqRVNCbACkJ89RAnQ==
881
872
882
- " @types/react-dom@* " , "@types/react-dom@ ^18.0.0":
873
+ " @types/react-dom@^18.0.0 " :
883
874
version "18.0.0"
884
875
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-18.0.0.tgz#b13f8d098e4b0c45df4f1ed123833143b0c71141"
885
876
integrity sha512-49897Y0UiCGmxZqpC8Blrf6meL8QUla6eb+BBhn69dTXlmuOlzkfr7HHY/O8J25e1lTUMs+YYxSlVDAaGHCOLg==
You can’t perform that action at this time.
0 commit comments