Skip to content

Commit

Permalink
fix: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gajus committed Sep 20, 2019
1 parent d35b5ca commit 5f3022d
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,11 +19,11 @@
]
},
"dependencies": {
"slonik": "^18.11.2",
"slonik-interceptor-field-name-transformation": "^1.4.0",
"slonik-interceptor-query-benchmarking": "^1.3.3",
"slonik-interceptor-query-logging": "^1.3.0",
"slonik-interceptor-query-normalisation": "^1.1.4"
"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"
},
"description": "Slonik interceptor preset.",
"devDependencies": {
Expand All @@ -32,13 +32,13 @@
"@babel/plugin-transform-flow-strip-types": "^7.4.4",
"@babel/preset-env": "^7.6.0",
"@babel/register": "^7.6.0",
"ava": "^2.3.0",
"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.3.0",
"eslint": "^6.4.0",
"eslint-config-canonical": "^17.7.0",
"flow-bin": "^0.107.0",
"flow-bin": "^0.108.0",
"flow-copy-source": "^2.0.8",
"husky": "^3.0.5",
"nyc": "^14.1.1",
Expand Down

0 comments on commit 5f3022d

Please sign in to comment.