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 13, 2019
1 parent 5f3022d commit 5b4f1ef
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,31 +19,31 @@
]
},
"dependencies": {
"slonik": "^19.0.1",
"slonik-interceptor-field-name-transformation": "^1.4.1",
"slonik-interceptor-query-benchmarking": "^1.3.4",
"slonik-interceptor-query-logging": "^1.3.1",
"slonik-interceptor-query-normalisation": "^1.1.5"
"slonik": "^19.0.4",
"slonik-interceptor-field-name-transformation": "^1.4.2",
"slonik-interceptor-query-benchmarking": "^1.3.5",
"slonik-interceptor-query-logging": "^1.3.2",
"slonik-interceptor-query-normalisation": "^1.1.6"
},
"description": "Slonik interceptor preset.",
"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",
"@babel/cli": "^7.6.4",
"@babel/core": "^7.6.4",
"@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-transform-export-default-name": "^2.0.4",
"coveralls": "^3.0.6",
"eslint": "^6.4.0",
"coveralls": "^3.0.7",
"eslint": "^6.5.1",
"eslint-config-canonical": "^17.7.0",
"flow-bin": "^0.108.0",
"flow-bin": "^0.109.0",
"flow-copy-source": "^2.0.8",
"husky": "^3.0.5",
"husky": "^3.0.9",
"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 5b4f1ef

Please sign in to comment.