Skip to content

Commit

Permalink
chore(pkg): update dependencies to their latest versions (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharygolba authored Sep 24, 2019
1 parent aed6be7 commit 3cb730d
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 40 deletions.
56 changes: 28 additions & 28 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,45 +22,45 @@
"@zakgolba/jsonptr": "^1.1.0",
"body-parser": "^1.19.0",
"chalk": "^2.4.2",
"commander": "^2.20.0",
"cross-fetch": "^3.0.2",
"express": "^4.17.0",
"commander": "^3.0.1",
"cross-fetch": "^3.0.4",
"express": "^4.17.1",
"get-port": "^5.0.0",
"graphql": "^14.3.0",
"graphql": "^14.5.7",
"graphql-playground-middleware-express": "^1.7.12",
"jsforce": "1.9.1",
"lodash": "^4.17.11",
"jsforce": "1.9.2",
"lodash": "^4.17.15",
"morgan": "^1.9.1",
"open": "6.1.0",
"pluralize": "^7.0.0",
"open": "6.4.0",
"pluralize": "^8.0.0",
"serve-static": "^1.14.1",
"ws": "^7.0.0"
"ws": "^7.1.2"
},
"devDependencies": {
"@types/body-parser": "1.17.0",
"@types/body-parser": "1.17.1",
"@types/chalk": "2.2.0",
"@types/commander": "2.12.2",
"@types/express": "4.16.1",
"@types/graphql": "14.2.0",
"@types/jest": "24.0.13",
"@types/jsforce": "1.9.6",
"@types/lodash": "4.14.129",
"@types/morgan": "1.7.35",
"@types/node": "12.0.2",
"@types/open": "6.0.0",
"@types/express": "4.17.1",
"@types/graphql": "14.5.0",
"@types/jest": "24.0.18",
"@types/jsforce": "1.9.9",
"@types/lodash": "4.14.139",
"@types/morgan": "1.7.37",
"@types/node": "12.7.5",
"@types/open": "6.2.1",
"@types/pluralize": "0.0.29",
"@types/serve-static": "1.13.2",
"@types/ws": "6.0.1",
"codecov": "^3.5.0",
"jest": "^24.8.0",
"lerna": "^3.14.1",
"prettier": "^1.17.1",
"ts-jest": "^24.0.2",
"tslint": "^5.16.0",
"tslint-config-airbnb": "^5.11.1",
"@types/serve-static": "1.13.3",
"@types/ws": "6.0.3",
"codecov": "^3.6.1",
"jest": "^24.9.0",
"lerna": "^3.16.4",
"prettier": "^1.18.2",
"ts-jest": "^24.1.0",
"tslint": "^5.20.0",
"tslint-config-airbnb": "^5.11.2",
"tslint-config-prettier": "^1.18.0",
"tslint-plugin-prettier": "^2.0.1",
"typescript": "3.4.5"
"typescript": "3.6.3"
},
"volta": {
"node": "12.2.0"
Expand Down
12 changes: 6 additions & 6 deletions packages/glide-authenticate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@
"lint": "tslint --project tsconfig.json"
},
"dependencies": {
"aws-sdk": "^2.458.0",
"jsforce": "^1.9.1",
"aws-sdk": "^2.534.0",
"jsforce": "^1.9.2",
"nconf": "^0.10.0"
},
"devDependencies": {
"@types/aws-lambda": "8.10.25",
"@types/aws-lambda": "8.10.32",
"@types/aws-sdk": "2.7.0",
"@types/jsforce": "1.9.6",
"@types/jsforce": "1.9.9",
"@types/nconf": "0.10.0",
"@types/node": "12.0.2",
"serverless": "^1.42.3"
"@types/node": "12.7.5",
"serverless": "^1.52.2"
}
}
12 changes: 6 additions & 6 deletions packages/glide-runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@
"dependencies": {
"@glide/soql": "^0.0.1",
"@zakgolba/jsonptr": "^1.1.0",
"graphql": "^14.3.0",
"jsforce": "^1.9.1",
"lodash": "^4.17.11",
"graphql": "^14.5.7",
"jsforce": "^1.9.2",
"lodash": "^4.17.15",
"ts-std": "^0.7.0",
"utility-types": "^3.7.0"
},
"devDependencies": {
"@types/graphql": "14.2.0",
"@types/jsforce": "1.9.6",
"@types/lodash": "4.14.129"
"@types/graphql": "14.5.0",
"@types/jsforce": "1.9.9",
"@types/lodash": "4.14.139"
}
}

0 comments on commit 3cb730d

Please sign in to comment.