update to latest antd patch

This commit is contained in:
Collin M. Barrett 2020-03-15 15:19:01 -05:00
parent b61a0ac236
commit 8e93d9f172
2 changed files with 3 additions and 3 deletions

BIN
web/package-lock.json generated

Binary file not shown.

View file

@ -4,14 +4,14 @@
"private": true,
"dependencies": {
"@testing-library/jest-dom": "^5.1.1",
"@testing-library/react": "^9.5.0",
"@testing-library/react": "^10.0.1",
"@testing-library/user-event": "^10.0.0",
"@types/jest": "^25.1.4",
"@types/node": "^13.9.0",
"@types/node": "^13.9.1",
"@types/react": "^16.9.23",
"@types/react-dom": "^16.9.5",
"@types/react-router-dom": "^5.1.3",
"antd": "^4.0.2",
"antd": "^4.0.3",
"babel-plugin-import": "^1.13.0",
"customize-cra": "^0.9.1",
"react": "^16.13.0",