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 10, 2019
1 parent 92e5b15 commit 7d34273
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,28 +19,28 @@
]
},
"dependencies": {
"core-js": "^3.3.6",
"core-js": "^3.4.0",
"delay": "^4.3.0",
"es6-error": "^4.1.1",
"lodash": "^4.17.15",
"roarr": "^2.14.3",
"roarr": "^2.14.4",
"serialize-error": "^5.0.0",
"slonik": "^19.7.0"
"slonik": "^21.2.0"
},
"description": "Utilities for manipulating data in PostgreSQL database using Slonik.",
"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-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 7d34273

Please sign in to comment.