Skip to content

Commit

Permalink
fix: update depedencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gajus committed Jul 8, 2019
1 parent d1fb202 commit 1ea2e0f
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,29 +24,29 @@
"lodash": "^4.17.11",
"pluralize": "^8.0.0",
"roarr": "^2.13.2",
"slonik": "^16.19.5",
"slonik": "^17.1.1",
"yargs": "^13.2.4"
},
"description": "A scaffolding tool for projects using DataLoader, Flow and PostgreSQL.",
"devDependencies": {
"@babel/cli": "^7.4.4",
"@babel/core": "^7.4.5",
"@babel/node": "^7.4.5",
"@babel/cli": "^7.5.0",
"@babel/core": "^7.5.0",
"@babel/node": "^7.5.0",
"@babel/plugin-transform-flow-strip-types": "^7.4.4",
"@babel/preset-env": "^7.4.5",
"@babel/preset-env": "^7.5.0",
"@babel/register": "^7.4.4",
"ava": "^2.1.0",
"babel-plugin-istanbul": "^5.1.4",
"babel-plugin-macros": "^2.6.1",
"coveralls": "^3.0.4",
"eslint": "^5.16.0",
"eslint-config-canonical": "^17.1.0",
"flow-bin": "^0.101.0",
"flow-copy-source": "^2.0.6",
"husky": "^2.4.1",
"inline-loops.macro": "^1.0.3",
"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",
"inline-loops.macro": "^1.2.2",
"nyc": "^14.1.1",
"semantic-release": "^15.13.16"
"semantic-release": "^15.13.18"
},
"engines": {
"node": ">=8"
Expand Down

0 comments on commit 1ea2e0f

Please sign in to comment.