Merge development (#40)

* CEC-231 Bulk car selection control (#38)

* Bulk car selection control

* Tweak control alignment

* CEC-231 Fix control css (#39)

* Update test

Co-authored-by: Rafi Greenberg <rgreenberg@fiskerinc.com>
Co-authored-by: Roger Standridge <rstandridge@fiskerinc.com>
This commit is contained in:
John Wu
2021-05-10 11:42:20 -07:00
committed by GitHub
parent c7ffb60542
commit 50e6633d6d
17 changed files with 1966 additions and 1542 deletions

View File

@@ -3,19 +3,19 @@
"version": "0.1.1",
"private": true,
"dependencies": {
"@datadog/browser-rum": "^2.6.2",
"@material-ui/core": "^4.11.3",
"@datadog/browser-rum": "^2.8.1",
"@material-ui/core": "^4.11.4",
"@material-ui/icons": "^4.11.2",
"@testing-library/jest-dom": "^5.11.8",
"@testing-library/react": "^11.2.2",
"@testing-library/user-event": "^12.6.0",
"@testing-library/jest-dom": "^5.12.0",
"@testing-library/react": "^11.2.6",
"@testing-library/user-event": "^12.8.3",
"axios": "^0.21.1",
"clsx": "^1.1.1",
"material-ui-dropzone": "^3.5.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-router-dom": "^5.2.0",
"react-scripts": "4.0.1",
"react-scripts": "4.0.3",
"web-vitals": "^0.2.4"
},
"scripts": {
@@ -47,6 +47,6 @@
"node": "12.20.1"
},
"devDependencies": {
"react-test-renderer": "^17.0.1"
"react-test-renderer": "^17.0.2"
}
}