File tree Expand file tree Collapse file tree 4 files changed +10
-9117
lines changed
packages/e2e-tests/test-applications/create-react-app Expand file tree Collapse file tree 4 files changed +10
-9117
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 55 "dependencies" : {
66 "@sentry/react" : " *" ,
77 "@sentry/tracing" : " *" ,
8- "@testing-library/jest-dom" : " ^5.14.1 " ,
9- "@testing-library/react" : " ^13.0 .0" ,
10- "@testing-library/user-event" : " ^13.2.1 " ,
11- "@types/jest" : " ^27.0.1 " ,
12- "@types/node" : " ^16.7.13 " ,
13- "@types/react" : " ^18.0.0 " ,
14- "@types/react-dom" : " ^18.0.0 " ,
8+ "@testing-library/jest-dom" : " ^5.16.5 " ,
9+ "@testing-library/react" : " ^13.4 .0" ,
10+ "@testing-library/user-event" : " ^13.5.0 " ,
11+ "@types/jest" : " ^27.5.2 " ,
12+ "@types/node" : " ^16.11.62 " ,
13+ "@types/react" : " ^18.0.21 " ,
14+ "@types/react-dom" : " ^18.0.6 " ,
1515 "react" : " ^18.2.0" ,
1616 "react-dom" : " ^18.2.0" ,
1717 "react-scripts" : " 5.0.1" ,
18- "typescript" : " ^4.4.2 " ,
19- "web-vitals" : " ^2.1.0 "
18+ "typescript" : " ^4.8.4 " ,
19+ "web-vitals" : " ^2.1.4 "
2020 },
2121 "scripts" : {
2222 "start" : " react-scripts start" ,
Original file line number Diff line number Diff line change 11{
22 "$schema" : " ../../test-recipe-schema.json" ,
33 "testApplicationName" : " create-react-app" ,
4- "buildCommand" : " yarn install --frozen-lockfile && yarn build" ,
4+ "buildCommand" : " npm i && npm run build" ,
55 "tests" : []
66}
You can’t perform that action at this time.
0 commit comments