Skip to content

Commit

Permalink
fix: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gajus committed Feb 13, 2020
1 parent 50635f2 commit da6b206
Showing 1 changed file with 28 additions and 28 deletions.
56 changes: 28 additions & 28 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,45 +5,45 @@
"url": "http://gajus.com"
},
"ava": {
"babel": {
"compileAsTests": [
"test/helpers/**/*"
]
},
"files": [
"test/**/*"
],
"helpers": [
"test/helpers/**/*"
"test/slonik-interceptor-preset/**/*"
],
"require": [
"@babel/register"
],
"sources": [
"src/**/*"
]
},
"dependencies": {
"slonik": "^21.4.0",
"slonik-interceptor-field-name-transformation": "^1.5.2",
"slonik-interceptor-query-benchmarking": "^1.3.9",
"slonik-interceptor-query-logging": "^1.3.7",
"slonik-interceptor-query-normalisation": "^1.1.9"
"slonik": "^22.4.0",
"slonik-interceptor-field-name-transformation": "^1.5.3",
"slonik-interceptor-query-benchmarking": "^1.3.10",
"slonik-interceptor-query-logging": "^1.3.8",
"slonik-interceptor-query-normalisation": "^1.1.10"
},
"description": "Slonik interceptor preset.",
"devDependencies": {
"@babel/cli": "^7.7.0",
"@babel/core": "^7.7.2",
"@babel/plugin-transform-flow-strip-types": "^7.6.3",
"@babel/preset-env": "^7.7.1",
"@babel/register": "^7.7.0",
"ava": "^2.4.0",
"babel-plugin-istanbul": "^5.2.0",
"@ava/babel": "^1.0.1",
"@babel/cli": "^7.8.4",
"@babel/core": "^7.8.4",
"@babel/plugin-transform-flow-strip-types": "^7.8.3",
"@babel/preset-env": "^7.8.4",
"@babel/register": "^7.8.3",
"ava": "^3.3.0",
"babel-plugin-istanbul": "^6.0.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.3",
"flow-copy-source": "^2.0.8",
"husky": "^3.0.9",
"nyc": "^14.1.1",
"semantic-release": "^15.13.30",
"sinon": "^7.5.0"
"coveralls": "^3.0.9",
"eslint": "^6.8.0",
"eslint-config-canonical": "^18.1.1",
"flow-bin": "^0.118.0",
"flow-copy-source": "^2.0.9",
"husky": "^4.2.3",
"nyc": "^15.0.0",
"semantic-release": "^17.0.3",
"sinon": "^8.1.1"
},
"engines": {
"node": ">=8.0"
Expand Down

0 comments on commit da6b206

Please sign in to comment.