We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2b66017 + bd56026 commit cf7b68bCopy full SHA for cf7b68b
1 file changed
e2e-test/package.json
@@ -3,13 +3,9 @@
3
"version": "0.1.0",
4
"private": true,
5
"dependencies": {
6
- "@testing-library/jest-dom": "^4.2.4",
7
- "@testing-library/react": "^9.3.2",
8
- "@testing-library/user-event": "^7.1.2",
9
"cloudinary-react": "file:cloudinary-react.tgz",
10
"react": "^18.0.0",
11
- "react-dom": "^18.0.0",
12
- "react-scripts": "3.4.1"
+ "react-dom": "^18.0.0"
13
},
14
"scripts": {
15
"start": "react-scripts start",
@@ -35,7 +31,11 @@
35
31
]
36
32
37
33
"devDependencies": {
34
+ "@testing-library/jest-dom": "^4.2.4",
+ "@testing-library/react": "^9.3.2",
+ "@testing-library/user-event": "^7.1.2",
38
"cypress": "^4.9.0",
+ "react-scripts": "3.4.1",
39
"start-server-and-test": "^1.14.0",
40
"typescript": "^3.9.10"
41
}
0 commit comments