Skip to content

Commit

Permalink
fix: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gajus committed Aug 30, 2018
1 parent 1b49b3d commit 7bdbf5f
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,19 @@
"dependencies": {
"cheerio": "^1.0.0-rc.2",
"es6-error": "^4.1.1",
"pianola": "^1.2.3",
"pianola": "^1.3.0",
"regex-parser": "^2.2.9",
"roarr": "^2.10.0"
},
"description": "Declarative DOM extraction expression evaluator.",
"devDependencies": {
"@babel/cli": "^7.0.0-rc.3",
"@babel/core": "^7.0.0-rc.3",
"@babel/node": "^7.0.0-rc.3",
"@babel/plugin-transform-flow-strip-types": "^7.0.0-rc.3",
"@babel/preset-env": "^7.0.0-rc.3",
"@babel/register": "^7.0.0-rc.3",
"ava": "^1.0.0-beta.7",
"@babel/cli": "^7.0.0",
"@babel/core": "^7.0.0",
"@babel/node": "^7.0.0",
"@babel/plugin-transform-flow-strip-types": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@babel/register": "^7.0.0",
"ava": "^1.0.0-beta.8",
"babel-plugin-istanbul": "^5.0.1",
"babel-plugin-transform-export-default-name": "^2.0.4",
"coveralls": "^3.0.2",
Expand All @@ -35,7 +35,7 @@
"husky": "^1.0.0-rc.13",
"lodash": "^4.17.10",
"nyc": "^13.0.1",
"semantic-release": "^15.9.10",
"semantic-release": "^15.9.12",
"sinon": "^6.1.5",
"sprintf-js": "^1.1.1"
},
Expand Down

0 comments on commit 7bdbf5f

Please sign in to comment.