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 11, 2017
1 parent 664d204 commit 7349c7b
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,28 +12,28 @@
},
"bin": "./dist/bin/index.js",
"dependencies": {
"debug": "^2.6.8",
"debug": "^3.1.0",
"es6-error": "^4.0.2",
"lodash": "^4.17.4",
"mightyql": "^3.2.0",
"yargs": "^8.0.1"
"mightyql": "^4.6.1",
"yargs": "^10.0.3"
},
"description": "A generic type generator for various databases.",
"devDependencies": {
"ava": "^0.19.1",
"babel-cli": "^6.24.1",
"babel-plugin-istanbul": "^4.1.4",
"ava": "^0.23.0",
"babel-cli": "^6.26.0",
"babel-plugin-istanbul": "^4.1.5",
"babel-plugin-transform-flow-strip-types": "^6.22.0",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-preset-env": "^1.5.1",
"babel-register": "^6.24.1",
"coveralls": "^2.13.1",
"eslint": "^3.19.0",
"eslint-config-canonical": "^8.2.1",
"flow-bin": "^0.47.0",
"husky": "^0.13.4",
"nyc": "^11.0.2",
"semantic-release": "^6.3.6"
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-register": "^6.26.0",
"coveralls": "^3.0.0",
"eslint": "^4.11.0",
"eslint-config-canonical": "^9.3.1",
"flow-bin": "^0.59.0",
"husky": "^0.14.3",
"nyc": "^11.3.0",
"semantic-release": "^8.2.0"
},
"engines": {
"node": ">=6"
Expand Down

0 comments on commit 7349c7b

Please sign in to comment.