CEC-1965 Supplier update and approval (#162)

* CEC-1965 Supplier update and approval
Fix calling connectedcars for no VINs
Search sets table page to 0

* PR comments
This commit is contained in:
John Wu
2022-07-01 12:39:21 -07:00
committed by GitHub
parent d9cbf9ef23
commit fe40c26c56
23 changed files with 1883 additions and 82 deletions

View File

@@ -13,6 +13,7 @@
"@testing-library/user-event": "^13.5.0",
"axios": "^0.26.1",
"clsx": "^1.1.1",
"email-validator": "^2.0.4",
"env-cmd": "^10.1.0",
"leaflet": "^1.7.1",
"material-ui-dropzone": "^3.5.0",
@@ -48,7 +49,7 @@
"not op_mini all"
],
"engines": {
"node": "14.17.6"
"node": "^16.13.0"
},
"devDependencies": {
"react-test-renderer": "^17.0.2"
@@ -71,4 +72,4 @@
"lcov"
]
}
}
}