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.
1 parent 0ba084d commit 65f3eadCopy full SHA for 65f3ead
react-client/react-app/package.json
@@ -18,15 +18,15 @@
18
},
19
"devDependencies": {
20
"@babel/plugin-syntax-object-rest-spread": "^7.8.3",
21
- "react-scripts": "^4.0.3",
22
- "typescript": "4.0.5",
23
"@testing-library/jest-dom": "^5.11.9",
24
"@testing-library/react": "^11.2.5",
25
"@testing-library/user-event": "^7.2.1",
26
"@types/jest": "^25.1.4",
27
"@types/node": "^12.12.38",
28
"@types/react": "^16.9.27",
29
- "@types/react-dom": "^16.9.7"
+ "@types/react-dom": "^16.9.7",
+ "react-scripts": "^5.0.1",
+ "typescript": "4.0.5"
30
31
"eslintConfig": {
32
"extends": "react-app"
@@ -42,5 +42,8 @@
42
"last 1 firefox version",
43
"last 1 safari version"
44
]
45
+ },
46
+ "resolutions": {
47
+ "nth-check": "^2.0.1"
48
}
49
0 commit comments