Server and client package updates.

This commit is contained in:
Patrick Fic
2021-01-15 08:57:46 -08:00
parent 29689ff694
commit 018a2365bc
6 changed files with 203 additions and 189 deletions

View File

@@ -4,14 +4,14 @@
"private": true,
"proxy": "http://localhost:5000",
"dependencies": {
"@apollo/client": "^3.3.6",
"@fingerprintjs/fingerprintjs": "^3.0.4",
"@apollo/client": "^3.3.7",
"@fingerprintjs/fingerprintjs": "^3.0.5",
"@lourenci/react-kanban": "^2.1.0",
"@stripe/react-stripe-js": "^1.1.2",
"@stripe/stripe-js": "^1.11.0",
"@tanem/react-nprogress": "^3.0.52",
"@tinymce/tinymce-react": "^3.8.4",
"antd": "^4.10.0",
"@tanem/react-nprogress": "^3.0.53",
"@tinymce/tinymce-react": "^3.9.0",
"antd": "^4.10.2",
"apollo-boost": "^0.4.9",
"apollo-link-logger": "^2.0.0",
"axios": "^0.21.1",
@@ -29,7 +29,7 @@
"logrocket": "^1.0.13",
"moment-business-days": "^1.2.0",
"node-sass": "^4.14.1",
"phone": "^2.4.16",
"phone": "^2.4.20",
"prop-types": "^15.7.2",
"query-string": "^6.13.8",
"react": "^17.0.1",
@@ -44,7 +44,7 @@
"react-i18next": "^11.8.5",
"react-icons": "^3.11.0",
"react-moment": "^1.1.1",
"react-number-format": "^4.4.3",
"react-number-format": "^4.4.4",
"react-phone-input-2": "^2.13.9",
"react-redux": "^7.2.2",
"react-resizable": "^1.11.0",
@@ -89,6 +89,6 @@
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.5",
"redux-logger": "^3.0.6",
"source-map-explorer": "^2.5.1"
"source-map-explorer": "^2.5.2"
}
}