udpate npms

This commit is contained in:
Collin M. Barrett 2019-08-24 11:56:02 -05:00
parent 1747f9888d
commit a3edf4bf31
2 changed files with 9 additions and 9 deletions

Binary file not shown.

View file

@ -3,17 +3,17 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"@types/jest": "24.0.16",
"@types/node": "12.6.9",
"@types/react": "16.8.24",
"@types/react-dom": "16.8.5",
"antd": "^3.21.0",
"@types/jest": "^24.0.18",
"@types/node": "^12.7.2",
"@types/react": "^16.9.2",
"@types/react-dom": "^16.9.0",
"antd": "^3.22.0",
"babel-plugin-import": "^1.12.0",
"customize-cra": "^0.4.1",
"react": "^16.8.6",
"customize-cra": "^0.5.0",
"react": "^16.9.0",
"react-app-rewired": "^2.1.3",
"react-dom": "^16.8.6",
"react-scripts": "3.1.1",
"react-dom": "^16.9.0",
"react-scripts": "^3.1.1",
"typescript": "3.5.3"
},
"scripts": {