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 43d857a commit d1f46afCopy full SHA for d1f46af
package.json
@@ -55,7 +55,7 @@
55
"eslint-config-twilio-react": "^1.35.1",
56
"eslint-config-twilio-ts": "^1.35.1",
57
"eslint-plugin-prettier": "^4.0.0",
58
- "express": "4.17.2",
+ "express": "4.17.3",
59
"fetch-mock-jest": "^1.5.1",
60
"filemanager-webpack-plugin": "^8.0.0",
61
"jsonwebtoken": "^8.5.1",
@@ -66,6 +66,10 @@
66
"typescript": "^4.4.2",
67
"webpack-bundle-analyzer": "^4.5.0"
68
},
69
+ "resolutions": {
70
+ "react-scripts/@svgr/webpack": "7.0.0",
71
+ "recursive-readdir": "2.2.3"
72
+ },
73
"scripts": {
74
"start": "react-app-rewired start",
75
"server": "nodemon server",
0 commit comments