Skip to content

Commit

Permalink
bump deps
Browse files Browse the repository at this point in the history
* cheerio 0.20.0
* lodash 4.6.1
* prismjs 1.4.1
* chai 3.5.0
* mocha 2.4.5
  • Loading branch information
Rob McGuinness committed Mar 18, 2016
1 parent 89e836d commit 496a990
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,16 @@
},
"homepage": "https://github.com/Availity/metalsmith-prism",
"dependencies": {
"cheerio": "^0.19.0",
"cheerio": "0.20.0",
"he": "^0.5.0",
"lodash": "^3.3.0",
"lodash": "4.6.1",
"metalsmith": "^1.7.0",
"prismjs": "1.2.0"
"prismjs": "1.4.1"
},
"devDependencies": {
"chai": "^3.1.0",
"chai": "3.5.0",
"eslint": "1.6.0",
"eslint-config-availity": "1.0.1",
"mocha": "^2.1.0"
"mocha": "2.4.5"
}
}

0 comments on commit 496a990

Please sign in to comment.