Skip to content

Commit 602918f

Browse files
authored
Merge pull request #2 from codeclown/greenkeeper/initial
Update dependencies to enable Greenkeeper 🌴
2 parents 47efffe + 6504166 commit 602918f

File tree

3 files changed

+385
-137
lines changed

3 files changed

+385
-137
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# yea
22

3-
[![Build Status](https://travis-ci.org/codeclown/yea.svg?branch=master)](https://travis-ci.org/codeclown/yea) [![NPM](https://img.shields.io/badge/npm-yea-blue)](https://www.npmjs.com/package/yea) [![GitHub](https://img.shields.io/badge/github-codeclown%2Fyea-yellowgreen)](https://github.com/codeclown/yea)
3+
[![Build Status](https://travis-ci.org/codeclown/yea.svg?branch=master)](https://travis-ci.org/codeclown/yea) [![NPM](https://img.shields.io/badge/npm-yea-blue)](https://www.npmjs.com/package/yea) [![GitHub](https://img.shields.io/badge/github-codeclown%2Fyea-yellowgreen)](https://github.com/codeclown/yea) [![Greenkeeper badge](https://badges.greenkeeper.io/codeclown/yea.svg)](https://greenkeeper.io/)
44

55
> Yea... an immutable-style AJAX library for the browser.
66

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,17 @@
1111
},
1212
"devDependencies": {
1313
"body-parser": "^1.18.3",
14-
"bundlesize": "^0.17.1",
14+
"bundlesize": "^0.18.0",
1515
"chai": "^4.2.0",
1616
"es6-promise": "^4.2.8",
17-
"eslint": "^5.15.3",
17+
"eslint": "^6.5.1",
1818
"express": "^4.16.4",
1919
"karma": "^4.0.1",
2020
"karma-chai": "^0.1.0",
21-
"karma-chrome-launcher": "^2.2.0",
21+
"karma-chrome-launcher": "^3.1.0",
2222
"karma-mocha": "^1.3.0",
2323
"karma-sauce-launcher": "^2.0.2",
24-
"mocha": "^5.2.0",
24+
"mocha": "^6.2.1",
2525
"nodemon": "^1.19.1",
2626
"npm-run-all": "^4.1.5",
2727
"uglify-js": "^3.5.2"

0 commit comments

Comments
 (0)