Skip to content

Commit f4ca36f

Browse files
authored
Update package.json
1 parent 5df218e commit f4ca36f

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

reactjs/package.json

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,24 @@
44
"private": true,
55
"dependencies": {
66
"@aspnet/signalr": "^1.0.0",
7+
"@types/moment": "^2.13.0",
8+
"@types/moment-timezone": "^0.5.9",
79
"abp-web-resources": "^3.8.2",
810
"antd": "^3.10.3",
911
"axios": "^0.18.0",
1012
"famfamfam-flags": "^1.0.0",
1113
"lodash": "^4.17.11",
1214
"mobx": "^5.5.2",
1315
"mobx-react": "^5.3.6",
16+
"moment": "^2.22.2",
17+
"moment-timezone": "^0.5.23",
1418
"query-string": "^6.2.0",
1519
"react": "^16.6.0",
1620
"react-app-rewire-less": "^2.1.3",
1721
"react-app-rewired": "^1.6.2",
1822
"react-dom": "^16.6.0",
1923
"react-router-dom": "^4.3.1",
20-
"react-scripts-ts": "^4.0.8",
24+
"react-scripts-ts": "3.1.0",
2125
"recharts": "^1.4.1",
2226
"ts-import-plugin": "^1.5.5"
2327
},
@@ -33,14 +37,7 @@
3337
"@types/react": "^16.4.18",
3438
"@types/react-dom": "^16.0.9",
3539
"@types/react-router-dom": "^4.3.1",
36-
"@types/recharts": "^1.1.1",
3740
"copy-webpack-plugin": "^4.5.4",
3841
"typescript": "^3.1.3"
39-
},
40-
"browserslist": [
41-
">0.2%",
42-
"not dead",
43-
"not ie <= 11",
44-
"not op_mini all"
45-
]
42+
}
4643
}

0 commit comments

Comments
 (0)