Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nodkz committed May 8, 2020
1 parent c01b6af commit f1c2bb1
Show file tree
Hide file tree
Showing 2 changed files with 241 additions and 169 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"object-path": "^0.11.4"
},
"optionalDependencies": {
"graphql-compose-connection": "6.0.4",
"graphql-compose-connection": "^6.0.4",
"graphql-compose-pagination": "^6.0.3"
},
"peerDependencies": {
Expand All @@ -40,12 +40,12 @@
},
"devDependencies": {
"@babel/cli": "7.8.4",
"@babel/core": "7.9.0",
"@babel/core": "7.9.6",
"@babel/plugin-proposal-class-properties": "7.8.3",
"@babel/plugin-proposal-object-rest-spread": "7.9.0",
"@babel/plugin-proposal-object-rest-spread": "7.9.6",
"@babel/plugin-transform-flow-strip-types": "7.9.0",
"@babel/plugin-transform-runtime": "7.9.0",
"@babel/preset-env": "7.9.0",
"@babel/plugin-transform-runtime": "7.9.6",
"@babel/preset-env": "7.9.6",
"@babel/preset-flow": "7.9.0",
"@types/graphql": "^14.5.0",
"@types/mongoose": "5.7.5",
Expand All @@ -54,23 +54,23 @@
"babel-jest": "25.2.6",
"eslint": "6.8.0",
"eslint-config-airbnb-base": "14.1.0",
"eslint-config-prettier": "6.10.1",
"eslint-config-prettier": "6.11.0",
"eslint-plugin-flowtype": "4.7.0",
"eslint-plugin-import": "2.20.2",
"eslint-plugin-prettier": "3.1.2",
"flow-bin": "0.122.0",
"eslint-plugin-prettier": "3.1.3",
"flow-bin": "0.124.0",
"graphql": "15.0.0",
"graphql-compose": "7.14.1",
"graphql-compose": "7.14.4",
"graphql-compose-connection": "^6.0.3",
"graphql-compose-pagination": "^6.0.3",
"jest": "25.2.7",
"mongodb-memory-server": "6.5.2",
"mongoose": "5.9.7",
"prettier": "2.0.2",
"mongoose": "5.9.12",
"prettier": "2.0.5",
"request": "2.88.2",
"rimraf": "3.0.2",
"semantic-release": "17.0.4",
"tslint": "6.1.1",
"semantic-release": "17.0.7",
"tslint": "6.1.2",
"tslint-config-prettier": "^1.18.0",
"tslint-plugin-prettier": "2.3.0",
"typescript": "3.8.3"
Expand Down
Loading

0 comments on commit f1c2bb1

Please sign in to comment.