Skip to content

Commit d7cf28b

Browse files
greenkeeper[bot]nknapp
authored andcommitted
Update dependencies to enable Greenkeeper 🌴 (#5)
* chore(package): update dependencies https://greenkeeper.io/ * docs(readme): add Greenkeeper badge https://greenkeeper.io/ * Do not use current dependencies for jquery and highlightjs - jQuery 3 does not work with Bootstrap - hightligh.js^9 makes the build fail due to highlightjs/highlight.js#1452
1 parent 04837ad commit d7cf28b

2 files changed

Lines changed: 8 additions & 6 deletions

File tree

‎README.md‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# bootprint-base
22

3+
[![Greenkeeper badge](https://badges.greenkeeper.io/bootprint/bootprint-base.svg)](https://greenkeeper.io/)
4+
35
[![NPM version](https://badge.fury.io/js/bootprint-base.svg)](http://badge.fury.io/js/bootprint-base)
46
[![Travis Build Status](https://travis-ci.org/bootprint/bootprint-base.svg?branch=master)](https://travis-ci.org/bootprint/bootprint-base)
57
[![Coverage Status](https://img.shields.io/coveralls/bootprint/bootprint-base.svg)](https://coveralls.io/r/bootprint/bootprint-base)

‎package.json‎

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,19 +26,19 @@
2626
"homepage": "https://github.com/bootprint/bootprint-base",
2727
"dependencies": {
2828
"bootstrap": "^3.3.2",
29-
"cheerio": "^0.19.0",
30-
"handlebars": "^3.0.0",
31-
"highlight.js": "^8.4.0",
29+
"cheerio": "^0.22.0",
30+
"handlebars": "^4.0.6",
31+
"highlight.js": "^8",
3232
"jquery": "^2",
3333
"json-stable-stringify": "^1.0.0",
3434
"marked": "^0.3.3"
3535
},
3636
"devDependencies": {
3737
"bootprint": "^1.0.0",
3838
"chai": "^3.5.0",
39-
"ghooks": "^1.0.3",
40-
"m-io": "^0.3.1",
41-
"mocha": "^2.4.5",
39+
"ghooks": "^2.0.0",
40+
"m-io": "^0.5.0",
41+
"mocha": "^3.2.0",
4242
"thoughtful-release": "^0.3.0",
4343
"trace-and-clarify-if-possible": "^1.0.0"
4444
},

0 commit comments

Comments
 (0)