@@ -32,10 +32,10 @@ gsub_file_content("../package.json", %r{"@testing-library/dom": "[^"]*",}, "")
3232gsub_file_content ( "../package.json" , %r{"@testing-library/react": "[^"]*",} , "" )
3333
3434# Switch to the oldest supported React version
35- gsub_file_content ( "../package.json" , /"react": "[^"]*",/ , '"react": "16.3 .0",' )
36- gsub_file_content ( "../package.json" , /"react-dom": "[^"]*",/ , '"react-dom": "16.3 .0",' )
37- gsub_file_content ( "../spec/dummy/package.json" , /"react": "[^"]*",/ , '"react": "16.3 .0",' )
38- gsub_file_content ( "../spec/dummy/package.json" , /"react-dom": "[^"]*",/ , '"react-dom": "16.3 .0",' )
35+ gsub_file_content ( "../package.json" , /"react": "[^"]*",/ , '"react": "16.14 .0",' )
36+ gsub_file_content ( "../package.json" , /"react-dom": "[^"]*",/ , '"react-dom": "16.14 .0",' )
37+ gsub_file_content ( "../spec/dummy/package.json" , /"react": "[^"]*",/ , '"react": "16.14 .0",' )
38+ gsub_file_content ( "../spec/dummy/package.json" , /"react-dom": "[^"]*",/ , '"react-dom": "16.14 .0",' )
3939gsub_file_content (
4040 "../package.json" ,
4141 "jest node_package/tests" ,
0 commit comments