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 d9041f4 commit e552584
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 14 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,29 +20,29 @@
},
"dependencies": {
"camelcase": "^5.3.1",
"core-js": "^3.3.6",
"slonik": "^19.5.0"
"core-js": "^3.4.0",
"slonik": "^21.0.0"
},
"description": "Transforms Slonik query result field names.",
"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",
"husky": "^3.0.9",
"inline-loops.macro": "^1.2.2",
"nyc": "^14.1.1",
"semantic-release": "^15.13.29",
"semantic-release": "^15.13.30",
"sinon": "^7.5.0"
},
"engines": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,8 @@ test('transforms field names to camelcase', (t) => {
},
[
{
columnID: 1,
dataTypeID: 1,
dataTypeModifier: 1,
dataTypeSize: 1,
format: '',
dataTypeId: 1,
name: 'foo_bar',
tableID: 1,
},
],
);
Expand Down

0 comments on commit e552584

Please sign in to comment.