Skip to content

Commit 76652d2

Browse files
author
Luca Forstner
committed
Switch to npm because yarn messes up dependencies
1 parent 3ebdfb3 commit 76652d2

File tree

4 files changed

+10
-9117
lines changed

4 files changed

+10
-9117
lines changed

packages/e2e-tests/test-applications/create-react-app/README.md

Lines changed: 0 additions & 46 deletions
This file was deleted.

packages/e2e-tests/test-applications/create-react-app/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,18 @@
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",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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
}

0 commit comments

Comments
 (0)