IO1387 Add tax part override for non-R&R lines & Package Updates

This commit is contained in:
Patrick Fic
2021-09-30 17:48:31 -07:00
parent 2712ee5c0b
commit 63163c6459
5 changed files with 137 additions and 224 deletions

View File

@@ -17,7 +17,7 @@
"start": "node server.js"
},
"dependencies": {
"aws-sdk": "^2.991.0",
"aws-sdk": "^2.998.0",
"bluebird": "^3.7.2",
"body-parser": "^1.18.3",
"cloudinary": "^1.27.0",
@@ -28,8 +28,8 @@
"dinero.js": "^1.9.0",
"dotenv": "10.0.0",
"express": "^4.16.4",
"firebase-admin": "^9.11.1",
"graphql": "^15.5.3",
"firebase-admin": "^9.12.0",
"graphql": "^15.6.0",
"graphql-request": "^3.4.0",
"graylog2": "^0.2.1",
"inline-css": "^3.0.0",
@@ -39,18 +39,18 @@
"node-fetch": "^2.6.1",
"node-mailjet": "^3.3.4",
"node-quickbooks": "^2.0.39",
"nodemailer": "^6.6.3",
"nodemailer": "^6.6.5",
"phone": "^3.1.8",
"query-string": "^7.0.1",
"soap": "^0.42.0",
"socket.io": "^4.2.0",
"ssh2-sftp-client": "^7.0.4",
"stripe": "^8.176.0",
"twilio": "^3.67.2",
"stripe": "^8.178.0",
"twilio": "^3.68.0",
"xmlbuilder2": "^3.0.2"
},
"devDependencies": {
"concurrently": "^6.2.0",
"concurrently": "^6.2.2",
"eslint": "^7.31.0",
"eslint-plugin-promise": "^5.1.0",
"source-map-explorer": "^2.5.2"