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 5
5
"dependencies" : {
6
6
"@sentry/react" : " *" ,
7
7
"@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 " ,
15
15
"react" : " ^18.2.0" ,
16
16
"react-dom" : " ^18.2.0" ,
17
17
"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 "
20
20
},
21
21
"scripts" : {
22
22
"start" : " react-scripts start" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"$schema" : " ../../test-recipe-schema.json" ,
3
3
"testApplicationName" : " create-react-app" ,
4
- "buildCommand" : " yarn install --frozen-lockfile && yarn build" ,
4
+ "buildCommand" : " npm i && npm run build" ,
5
5
"tests" : []
6
6
}
You can’t perform that action at this time.
0 commit comments