Skip to content

Commit

Permalink
fix: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gajus committed Oct 9, 2019
1 parent e712693 commit 3422d79
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,37 +29,37 @@
"pg": "^7.12.1",
"pg-connection-string": "^2.1.0",
"pg-copy-streams": "^2.2.2",
"pg-copy-streams-binary": "^1.1.2",
"pg-copy-streams-binary": "^1.2.0",
"pg-cursor": "^2.0.0",
"pg-types": "^2.2.0",
"postgres-interval": "^1.2.0",
"roarr": "^2.14.1",
"serialize-error": "^4.1.0",
"slonik-interceptor-preset": "^1.2.3",
"serialize-error": "^5.0.0",
"slonik-interceptor-preset": "^1.2.5",
"through2": "^3.0.1",
"ulid": "^2.3.0"
},
"description": "A PostgreSQL client with strict types, detailed logging and assertions.",
"devDependencies": {
"@babel/cli": "^7.6.0",
"@babel/core": "^7.6.0",
"@babel/plugin-transform-flow-strip-types": "^7.4.4",
"@babel/preset-env": "^7.6.0",
"@babel/register": "^7.6.0",
"ava": "^2.3.0",
"@babel/cli": "^7.6.3",
"@babel/core": "^7.6.3",
"@babel/plugin-transform-flow-strip-types": "^7.6.3",
"@babel/preset-env": "^7.6.3",
"@babel/register": "^7.6.2",
"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.6",
"eslint": "^6.3.0",
"eslint": "^6.5.1",
"eslint-config-canonical": "^17.7.0",
"flow-bin": "^0.107.0",
"flow-bin": "^0.109.0",
"flow-copy-source": "^2.0.8",
"gitdown": "^3.1.1",
"husky": "^3.0.5",
"husky": "^3.0.8",
"nyc": "^14.1.1",
"semantic-release": "^15.13.24",
"sinon": "^7.4.2"
"sinon": "^7.5.0"
},
"engines": {
"node": ">=8.0"
Expand Down

0 comments on commit 3422d79

Please sign in to comment.