Package updates.
This commit is contained in:
3681
client/package-lock.json
generated
3681
client/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -4,14 +4,14 @@
|
||||
"private": true,
|
||||
"proxy": "http://localhost:5000",
|
||||
"dependencies": {
|
||||
"@apollo/client": "^3.3.7",
|
||||
"@fingerprintjs/fingerprintjs": "^3.0.5",
|
||||
"@apollo/client": "^3.3.11",
|
||||
"@fingerprintjs/fingerprintjs": "^3.0.6",
|
||||
"@lourenci/react-kanban": "^2.1.0",
|
||||
"@stripe/react-stripe-js": "^1.2.2",
|
||||
"@stripe/stripe-js": "^1.11.0",
|
||||
"@tanem/react-nprogress": "^3.0.54",
|
||||
"@stripe/stripe-js": "^1.12.1",
|
||||
"@tanem/react-nprogress": "^3.0.55",
|
||||
"@tinymce/tinymce-react": "^3.10.1",
|
||||
"antd": "^4.12.0",
|
||||
"antd": "^4.12.3",
|
||||
"apollo-boost": "^0.4.9",
|
||||
"apollo-link-logger": "^2.0.0",
|
||||
"axios": "^0.21.1",
|
||||
@@ -19,19 +19,19 @@
|
||||
"codemirror-graphql": "^0.15.2",
|
||||
"dinero.js": "^1.8.1",
|
||||
"dotenv": "^8.2.0",
|
||||
"firebase": "^8.2.5",
|
||||
"firebase": "^8.2.7",
|
||||
"graphql": "^15.5.0",
|
||||
"i18next": "^19.8.7",
|
||||
"i18next-browser-languagedetector": "^6.0.1",
|
||||
"jsoneditor": "^9.1.9",
|
||||
"jsoneditor": "^9.1.10",
|
||||
"jsoneditor-react": "^3.1.0",
|
||||
"jsreport-browser-client-dist": "^1.3.0",
|
||||
"libphonenumber-js": "^1.9.9",
|
||||
"libphonenumber-js": "^1.9.11",
|
||||
"logrocket": "^1.0.13",
|
||||
"moment-business-days": "^1.2.0",
|
||||
"node-sass": "^4.14.1",
|
||||
"prop-types": "^15.7.2",
|
||||
"query-string": "^6.13.8",
|
||||
"query-string": "^6.14.0",
|
||||
"react": "^17.0.1",
|
||||
"react-apollo": "^3.1.5",
|
||||
"react-big-calendar": "^0.30.0",
|
||||
@@ -41,17 +41,17 @@
|
||||
"react-drag-listview": "^0.1.8",
|
||||
"react-email-editor": "^1.2.0",
|
||||
"react-grid-gallery": "^0.5.5",
|
||||
"react-i18next": "^11.8.5",
|
||||
"react-icons": "^4.1.0",
|
||||
"react-i18next": "^11.8.6",
|
||||
"react-icons": "^4.2.0",
|
||||
"react-moment": "^1.1.1",
|
||||
"react-number-format": "^4.4.4",
|
||||
"react-phone-input-2": "^2.13.9",
|
||||
"react-redux": "^7.2.2",
|
||||
"react-resizable": "^1.11.0",
|
||||
"react-router-dom": "^5.2.0",
|
||||
"react-scripts": "^4.0.1",
|
||||
"react-scripts": "^4.0.2",
|
||||
"react-virtualized": "^9.22.3",
|
||||
"recharts": "^2.0.4",
|
||||
"recharts": "^2.0.6",
|
||||
"redux": "^4.0.5",
|
||||
"redux-persist": "^6.0.0",
|
||||
"redux-saga": "^1.1.3",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
const Dinero = require("dinero.js");
|
||||
|
||||
Dinero.defaultCurrency = "CAD";
|
||||
Dinero.defaultCurrency = "USD";
|
||||
Dinero.globalLocale = "en-CA";
|
||||
Dinero.globalRoundingMode = "HALF_UP";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user