Added favorite vendor filtering on parts ordering BOD-244

This commit is contained in:
Patrick Fic
2020-08-05 09:49:52 -07:00
parent 0af4ffc9f0
commit f2b9a5699b
14 changed files with 952 additions and 1144 deletions

View File

@@ -7,9 +7,9 @@
"@lourenci/react-kanban": "^2.0.0",
"@stripe/react-stripe-js": "^1.1.2",
"@stripe/stripe-js": "^1.8.0",
"@tanem/react-nprogress": "^3.0.34",
"@tanem/react-nprogress": "^3.0.37",
"@tinymce/tinymce-react": "^3.6.0",
"antd": "^4.4.2",
"antd": "^4.5.2",
"apollo-boost": "^0.4.9",
"apollo-link-context": "^1.0.20",
"apollo-link-error": "^1.1.13",
@@ -19,15 +19,15 @@
"axios": "^0.19.2",
"dinero.js": "^1.8.1",
"dotenv": "^8.2.0",
"fingerprintjs2": "^2.1.0",
"firebase": "^7.16.0",
"fingerprintjs2": "^2.1.2",
"firebase": "^7.17.1",
"graphql": "^15.3.0",
"i18next": "^19.6.0",
"i18next-browser-languagedetector": "^5.0.0",
"logrocket": "^1.0.9",
"i18next": "^19.6.3",
"i18next-browser-languagedetector": "^5.0.1",
"logrocket": "^1.0.10",
"moment-business-days": "^1.2.0",
"node-sass": "^4.14.1",
"phone": "^2.4.13",
"phone": "^2.4.14",
"query-string": "^6.13.1",
"react": "^16.13.1",
"react-apollo": "^3.1.5",
@@ -37,23 +37,23 @@
"react-drag-listview": "^0.1.7",
"react-ga": "^3.1.2",
"react-grid-gallery": "^0.5.5",
"react-grid-layout": "^0.18.3",
"react-grid-layout": "^1.0.0",
"react-i18next": "^11.7.0",
"react-icons": "^3.10.0",
"react-image-file-resizer": "^0.3.1",
"react-moment": "^0.9.7",
"react-number-format": "^4.4.1",
"react-redux": "^7.2.0",
"react-redux": "^7.2.1",
"react-resizable": "^1.10.1",
"react-router-dom": "^5.2.0",
"react-scripts": "3.4.1",
"react-trello": "^2.2.7",
"react-trello": "^2.2.8",
"react-virtualized": "^9.21.2",
"recharts": "^1.8.5",
"redux": "^4.0.5",
"redux-persist": "^6.0.0",
"redux-saga": "^1.1.3",
"redux-state-sync": "^3.1.1",
"redux-state-sync": "^3.1.2",
"reselect": "^4.0.0",
"styled-components": "^5.1.1",
"subscriptions-transport-ws": "^0.9.17"
@@ -81,7 +81,7 @@
]
},
"devDependencies": {
"@apollo/react-testing": "^3.1.4",
"@apollo/react-testing": "^4.0.0",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.2",
"redux-logger": "^3.0.6",