Skip to content

Commit

Permalink
fix: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gajus committed Nov 9, 2019
1 parent 955356c commit 247a2e6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Expand Up @@ -34,26 +34,26 @@
"pg-cursor": "^2.0.1",
"pg-types": "^2.2.0",
"postgres-interval": "^1.2.0",
"roarr": "^2.14.3",
"roarr": "^2.14.4",
"serialize-error": "^5.0.0",
"through2": "^3.0.1",
"ulid": "^2.3.0"
},
"description": "A PostgreSQL client with strict types, detailed logging and assertions.",
"devDependencies": {
"@babel/cli": "^7.6.4",
"@babel/core": "^7.6.4",
"@babel/cli": "^7.7.0",
"@babel/core": "^7.7.2",
"@babel/plugin-transform-flow-strip-types": "^7.6.3",
"@babel/preset-env": "^7.6.3",
"@babel/register": "^7.6.2",
"@babel/preset-env": "^7.7.1",
"@babel/register": "^7.7.0",
"ava": "^2.4.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.7",
"eslint": "^6.6.0",
"eslint-config-canonical": "^17.8.0",
"flow-bin": "^0.111.1",
"flow-bin": "^0.111.3",
"flow-copy-source": "^2.0.8",
"gitdown": "^3.1.2",
"husky": "^3.0.9",
Expand Down

0 comments on commit 247a2e6

Please sign in to comment.