Skip to content

Commit

Permalink
fix: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gajus committed Jul 6, 2019
1 parent ec955f9 commit 7e07d39
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 21 deletions.
1 change: 1 addition & 0 deletions .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
[
"@babel/env",
{
"corejs": "core-js@3",
"targets": {
"node": "10"
},
Expand Down
51 changes: 30 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,36 +5,45 @@
"url": "http://gajus.com"
},
"ava": {
"files": [
"test/**/*"
],
"helpers": [
"test/helpers/**/*"
],
"require": [
"@babel/register"
],
"sources": [
"src/**/*"
]
},
"dependencies": {
"slonik": "^16.8.0",
"slonik-interceptor-field-name-transformation": "^1.3.0",
"slonik-interceptor-query-benchmarking": "^1.3.1",
"slonik-interceptor-query-logging": "^1.1.2",
"slonik-interceptor-query-normalisation": "^1.1.2"
"slonik": "^16.21.4",
"slonik-interceptor-field-name-transformation": "^1.3.1",
"slonik-interceptor-query-benchmarking": "^1.3.2",
"slonik-interceptor-query-logging": "^1.1.3",
"slonik-interceptor-query-normalisation": "^1.1.3"
},
"description": "Slonik interceptor preset.",
"devDependencies": {
"@babel/cli": "^7.2.3",
"@babel/core": "^7.3.4",
"@babel/plugin-transform-flow-strip-types": "^7.3.4",
"@babel/preset-env": "^7.3.4",
"@babel/register": "^7.0.0",
"ava": "^1.2.1",
"babel-plugin-istanbul": "^5.1.1",
"@babel/cli": "^7.5.0",
"@babel/core": "^7.5.0",
"@babel/plugin-transform-flow-strip-types": "^7.4.4",
"@babel/preset-env": "^7.5.0",
"@babel/register": "^7.4.4",
"ava": "^2.1.0",
"babel-plugin-istanbul": "^5.1.4",
"babel-plugin-transform-export-default-name": "^2.0.4",
"coveralls": "^3.0.3",
"eslint": "^5.14.1",
"eslint-config-canonical": "^16.2.0",
"flow-bin": "^0.94.0",
"flow-copy-source": "^2.0.3",
"husky": "^1.3.1",
"nyc": "^13.3.0",
"semantic-release": "^15.13.3",
"sinon": "^7.2.6"
"coveralls": "^3.0.4",
"eslint": "^6.0.1",
"eslint-config-canonical": "^17.1.1",
"flow-bin": "^0.102.0",
"flow-copy-source": "^2.0.7",
"husky": "^3.0.0",
"nyc": "^14.1.1",
"semantic-release": "^15.13.18",
"sinon": "^7.3.2"
},
"engines": {
"node": ">=8.0"
Expand Down

0 comments on commit 7e07d39

Please sign in to comment.