We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e1ab456 + 6a383cd commit 71d5c97Copy full SHA for 71d5c97
frontend/package.json
@@ -11,7 +11,7 @@
11
}
12
},
13
"dependencies": {
14
- "axios": "^0.16.2",
+ "axios": ">=0.18.1",
15
"ethjs": "^0.4.0",
16
"ethjs-unit": "^0.1.6",
17
"ethjs-util": "^0.1.6",
@@ -41,18 +41,6 @@
41
"eject": "react-scripts eject"
42
43
"devDependencies": {
44
- "lodash": "^4.17.11"
45
- },
46
- "browserslist": {
47
- "production": [
48
- ">0.2%",
49
- "not dead",
50
- "not op_mini all"
51
- ],
52
- "development": [
53
- "last 1 chrome version",
54
- "last 1 firefox version",
55
- "last 1 safari version"
56
- ]
+ "lodash": ">=4.17.11"
57
58
0 commit comments