Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nodkz committed Jul 2, 2020
1 parent 4a34302 commit ce968a4
Show file tree
Hide file tree
Showing 3 changed files with 1,712 additions and 1,462 deletions.
1 change: 0 additions & 1 deletion .flowconfig
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,3 @@
[options]
esproposal.optional_chaining=enable
esproposal.class_instance_fields=enable
suppress_comment= \\(.\\|\n\\)*\\$FlowFixMe
42 changes: 21 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,32 +31,32 @@
"graphql-compose": "^7.0.4"
},
"devDependencies": {
"@babel/cli": "7.8.4",
"@babel/core": "7.9.0",
"@babel/plugin-proposal-object-rest-spread": "7.9.0",
"@babel/plugin-transform-flow-strip-types": "7.9.0",
"@babel/plugin-transform-runtime": "7.9.0",
"@babel/preset-env": "7.9.0",
"@babel/preset-flow": "7.9.0",
"@babel/cli": "7.10.4",
"@babel/core": "7.10.4",
"@babel/plugin-proposal-object-rest-spread": "7.10.4",
"@babel/plugin-transform-flow-strip-types": "7.10.4",
"@babel/plugin-transform-runtime": "7.10.4",
"@babel/preset-env": "7.10.4",
"@babel/preset-flow": "7.10.4",
"@types/graphql": "^14.5.0",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "10.1.0",
"babel-jest": "25.2.6",
"eslint": "6.8.0",
"eslint-config-airbnb-base": "14.1.0",
"eslint-config-prettier": "6.10.1",
"eslint-plugin-flowtype": "4.7.0",
"eslint-plugin-import": "2.20.2",
"eslint-plugin-prettier": "3.1.2",
"babel-jest": "26.1.0",
"eslint": "7.3.1",
"eslint-config-airbnb-base": "14.2.0",
"eslint-config-prettier": "6.11.0",
"eslint-plugin-flowtype": "5.2.0",
"eslint-plugin-import": "2.22.0",
"eslint-plugin-prettier": "3.1.4",
"flow-bin": "0.122.0",
"graphql": "15.0.0",
"graphql-compose": "7.14.1",
"jest": "25.2.7",
"prettier": "2.0.2",
"graphql": "15.2.0",
"graphql-compose": "7.18.1",
"jest": "26.1.0",
"prettier": "2.0.5",
"rimraf": "3.0.2",
"semantic-release": "17.0.4",
"tslint": "6.1.1",
"typescript": "3.8.3"
"semantic-release": "17.1.1",
"tslint": "6.1.2",
"typescript": "3.9.6"
},
"scripts": {
"build": "npm run build-cjs && npm run build-mjs",
Expand Down
Loading

0 comments on commit ce968a4

Please sign in to comment.