Skip to content

Commit

Permalink
fix: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gajus committed Sep 7, 2019
1 parent 3fd1b7a commit 39875db
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions package.json
Expand Up @@ -41,25 +41,25 @@
},
"description": "A PostgreSQL client with strict types, detailed logging and assertions.",
"devDependencies": {
"@babel/cli": "^7.5.5",
"@babel/core": "^7.5.5",
"@babel/cli": "^7.6.0",
"@babel/core": "^7.6.0",
"@babel/plugin-transform-flow-strip-types": "^7.4.4",
"@babel/preset-env": "^7.5.5",
"@babel/register": "^7.5.5",
"@babel/preset-env": "^7.6.0",
"@babel/register": "^7.6.0",
"ava": "^2.3.0",
"babel-plugin-istanbul": "^5.2.0",
"babel-plugin-macros": "^2.6.1",
"babel-plugin-transform-export-default-name": "^2.0.4",
"coveralls": "^3.0.6",
"eslint": "^6.2.2",
"eslint-config-canonical": "^17.4.0",
"flow-bin": "^0.106.2",
"eslint": "^6.3.0",
"eslint-config-canonical": "^17.7.0",
"flow-bin": "^0.107.0",
"flow-copy-source": "^2.0.8",
"gitdown": "^3.1.1",
"husky": "^3.0.4",
"husky": "^3.0.5",
"nyc": "^14.1.1",
"semantic-release": "^15.13.24",
"sinon": "^7.4.1"
"sinon": "^7.4.2"
},
"engines": {
"node": ">=8.0"
Expand Down

0 comments on commit 39875db

Please sign in to comment.