Skip to content

Commit

Permalink
fix: force release with updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gajus committed Nov 29, 2018
1 parent af8688d commit 2417ad6
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,18 @@
"url": "http://gajus.com"
},
"dependencies": {
"ajv": "^6.5.3",
"lodash": "^4.17.10",
"slice-ansi": "1.0.0",
"ajv": "^6.6.1",
"lodash": "^4.17.11",
"slice-ansi": "2.0.0",
"string-width": "^2.1.1"
},
"description": "Formats data into a string table.",
"devDependencies": {
"@babel/cli": "^7.1.2",
"@babel/core": "^7.1.2",
"@babel/cli": "^7.1.5",
"@babel/core": "^7.1.6",
"@babel/node": "^7.0.0",
"@babel/plugin-transform-flow-strip-types": "^7.0.0",
"@babel/preset-env": "^7.1.0",
"@babel/plugin-transform-flow-strip-types": "^7.1.6",
"@babel/preset-env": "^7.1.6",
"@babel/register": "^7.0.0",
"ajv-cli": "^3.0.0",
"ajv-keywords": "^3.2.0",
Expand All @@ -25,16 +25,16 @@
"chai": "^4.2.0",
"chalk": "^2.4.1",
"coveralls": "^3.0.2",
"eslint": "^5.6.1",
"eslint": "^5.9.0",
"eslint-config-canonical": "^13.0.0",
"flow-bin": "^0.81.0",
"flow-bin": "^0.87.0",
"flow-copy-source": "^2.0.2",
"gitdown": "^2.5.4",
"husky": "^1.0.1",
"gitdown": "^2.5.5",
"husky": "^1.2.0",
"mocha": "^5.2.0",
"nyc": "^13.1.0",
"semantic-release": "^15.9.16",
"sinon": "^6.3.4"
"semantic-release": "^15.12.3",
"sinon": "^7.1.1"
},
"engines": {
"node": ">=6.0.0"
Expand Down

0 comments on commit 2417ad6

Please sign in to comment.