update pkgs

This commit is contained in:
Collin M. Barrett 2019-08-30 19:26:40 -05:00
parent 8c22f74116
commit c74a46288b
2 changed files with 4 additions and 4 deletions

Binary file not shown.

View file

@ -4,19 +4,19 @@
"private": true,
"dependencies": {
"@types/jest": "^24.0.18",
"@types/node": "^12.7.2",
"@types/node": "^12.7.3",
"@types/react": "^16.9.2",
"@types/react-dom": "^16.9.0",
"@types/react-router-dom": "^4.3.5",
"antd": "^3.22.0",
"babel-plugin-import": "^1.12.0",
"antd": "^3.22.2",
"babel-plugin-import": "^1.12.1",
"customize-cra": "^0.5.0",
"react": "^16.9.0",
"react-app-rewired": "^2.1.3",
"react-dom": "^16.9.0",
"react-router-dom": "^5.0.1",
"react-scripts": "^3.1.1",
"typescript": "3.5.3"
"typescript": "^3.6.2"
},
"scripts": {
"start": "react-app-rewired start",