Skip to content

Commit

Permalink
fix: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gajus committed Dec 9, 2018
1 parent eab4542 commit 941c95a
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 @@ -12,32 +12,32 @@
"dependencies": {
"cheerio": "^1.0.0-rc.2",
"es6-error": "^4.1.1",
"pianola": "^2.0.0",
"pianola": "^2.1.0",
"regex-parser": "^2.2.9",
"roarr": "^2.11.8"
"roarr": "^2.11.9"
},
"description": "Declarative DOM extraction expression evaluator.",
"devDependencies": {
"@babel/cli": "^7.1.5",
"@babel/core": "^7.1.6",
"@babel/node": "^7.0.0",
"@babel/plugin-transform-flow-strip-types": "^7.1.6",
"@babel/preset-env": "^7.1.6",
"@babel/cli": "^7.2.0",
"@babel/core": "^7.2.0",
"@babel/node": "^7.2.0",
"@babel/plugin-transform-flow-strip-types": "^7.2.0",
"@babel/preset-env": "^7.2.0",
"@babel/register": "^7.0.0",
"ava": "^1.0.0-rc.2",
"babel-plugin-istanbul": "^5.1.0",
"babel-plugin-transform-export-default-name": "^2.0.4",
"coveralls": "^3.0.2",
"eslint": "^5.9.0",
"eslint-config-canonical": "^13.0.0",
"flow-bin": "^0.86.0",
"eslint": "^5.10.0",
"eslint-config-canonical": "^15.0.1",
"flow-bin": "^0.87.0",
"flow-copy-source": "^2.0.2",
"husky": "^1.1.4",
"husky": "^1.2.0",
"lodash": "^4.17.11",
"nyc": "^13.1.0",
"semantic-release": "^15.12.0",
"semantic-release": "^15.12.4",
"sinon": "^7.1.1",
"sprintf-js": "^1.1.1"
"sprintf-js": "^1.1.2"
},
"engines": {
"node": ">=8"
Expand Down

0 comments on commit 941c95a

Please sign in to comment.