Package updates and removed autosave on job on enter.

This commit is contained in:
Patrick Fic
2020-08-20 10:45:54 -07:00
parent df0f98f377
commit af0b08e7f1
6 changed files with 428 additions and 434 deletions

View File

@@ -6,10 +6,10 @@
"dependencies": {
"@lourenci/react-kanban": "^2.0.0",
"@stripe/react-stripe-js": "^1.1.2",
"@stripe/stripe-js": "^1.8.0",
"@tanem/react-nprogress": "^3.0.37",
"@stripe/stripe-js": "^1.9.0",
"@tanem/react-nprogress": "^3.0.39",
"@tinymce/tinymce-react": "^3.6.0",
"antd": "^4.5.2",
"antd": "^4.5.4",
"apollo-boost": "^0.4.9",
"apollo-link-context": "^1.0.20",
"apollo-link-error": "^1.1.13",
@@ -20,15 +20,15 @@
"dinero.js": "^1.8.1",
"dotenv": "^8.2.0",
"fingerprintjs2": "^2.1.2",
"firebase": "^7.17.1",
"firebase": "^7.18.0",
"graphql": "^15.3.0",
"i18next": "^19.6.3",
"i18next-browser-languagedetector": "^5.0.1",
"i18next": "^19.7.0",
"i18next-browser-languagedetector": "^6.0.1",
"inline-css": "^2.6.3",
"logrocket": "^1.0.10",
"logrocket": "^1.0.11",
"moment-business-days": "^1.2.0",
"node-sass": "^4.14.1",
"phone": "^2.4.14",
"phone": "^2.4.15",
"prop-types": "^15.7.2",
"query-string": "^6.13.1",
"react": "^16.13.1",
@@ -42,16 +42,16 @@
"react-grid-gallery": "^0.5.5",
"react-grid-layout": "^1.0.0",
"react-i18next": "^11.7.0",
"react-icons": "^3.10.0",
"react-icons": "^3.11.0",
"react-image-file-resizer": "^0.3.1",
"react-moment": "^0.9.7",
"react-number-format": "^4.4.1",
"react-redux": "^7.2.1",
"react-resizable": "^1.10.1",
"react-router-dom": "^5.2.0",
"react-scripts": "3.4.1",
"react-scripts": "3.4.3",
"react-trello": "^2.2.8",
"react-virtualized": "^9.21.2",
"react-virtualized": "^9.22.2",
"recharts": "^1.8.5",
"redux": "^4.0.5",
"redux-persist": "^6.0.0",
@@ -59,7 +59,7 @@
"redux-state-sync": "^3.1.2",
"reselect": "^4.0.0",
"styled-components": "^5.1.1",
"subscriptions-transport-ws": "^0.9.17"
"subscriptions-transport-ws": "^0.9.18"
},
"scripts": {
"analyze": "source-map-explorer 'build/static/js/*.js'",
@@ -86,7 +86,7 @@
"devDependencies": {
"@apollo/react-testing": "^4.0.0",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.2",
"enzyme-adapter-react-16": "^1.15.3",
"redux-logger": "^3.0.6",
"source-map-explorer": "^2.4.2"
}