We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e23dfb commit 0fe59c3Copy full SHA for 0fe59c3
package.json
@@ -31,13 +31,16 @@
31
"react-icons": "^4.2.0",
32
"react-jvectormap": "0.0.16",
33
"react-router-dom": "5.2.0",
34
- "react-scripts": "4.0.3",
+ "react-scripts": "5.0.0",
35
"react-swipeable-views": "0.13.9",
36
"react-table": "7.7.0",
37
"react-tagsinput": "3.19.0",
38
"stylis": "^4.0.10",
39
"stylis-plugin-rtl": "^2.1.0"
40
},
41
+ "resolutions": {
42
+ "react-error-overlay": "6.0.9"
43
+ },
44
"scripts": {
45
"start": "react-scripts start",
46
"build": "react-scripts build && gulp licenses",
0 commit comments