Skip to content

Commit 65f3ead

Browse files
committed
chore: upgrade deps and add resolutions in react-client example
1 parent 0ba084d commit 65f3ead

File tree

2 files changed

+2754
-5381
lines changed

2 files changed

+2754
-5381
lines changed

react-client/react-app/package.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@
1818
},
1919
"devDependencies": {
2020
"@babel/plugin-syntax-object-rest-spread": "^7.8.3",
21-
"react-scripts": "^4.0.3",
22-
"typescript": "4.0.5",
2321
"@testing-library/jest-dom": "^5.11.9",
2422
"@testing-library/react": "^11.2.5",
2523
"@testing-library/user-event": "^7.2.1",
2624
"@types/jest": "^25.1.4",
2725
"@types/node": "^12.12.38",
2826
"@types/react": "^16.9.27",
29-
"@types/react-dom": "^16.9.7"
27+
"@types/react-dom": "^16.9.7",
28+
"react-scripts": "^5.0.1",
29+
"typescript": "4.0.5"
3030
},
3131
"eslintConfig": {
3232
"extends": "react-app"
@@ -42,5 +42,8 @@
4242
"last 1 firefox version",
4343
"last 1 safari version"
4444
]
45+
},
46+
"resolutions": {
47+
"nth-check": "^2.0.1"
4548
}
4649
}

0 commit comments

Comments
 (0)