Skip to content
This repository was archived by the owner on Aug 18, 2020. It is now read-only.

Commit 33c4feb

Browse files
authored
Merge pull request #2 from knamp/greenkeeper/initial
Update dependencies to enable Greenkeeper 🌴
2 parents 5b83ec0 + 44b7dc2 commit 33c4feb

File tree

3 files changed

+2029
-1178
lines changed

3 files changed

+2029
-1178
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,4 @@ You must provide fully qualified URLs for images, stylesheets.
5252

5353
This project is under MIT license.
5454

55-
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fknamp%2Fampli.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2Fknamp%2Fampli?ref=badge_large)
55+
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fknamp%2Fampli.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2Fknamp%2Fampli?ref=badge_large) [![Greenkeeper badge](https://badges.greenkeeper.io/knamp/ampli.svg)](https://greenkeeper.io/)

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -31,24 +31,24 @@
3131
"css": "^2.2.1",
3232
"html-minifier": "^3.5.12",
3333
"is-absolute-url": "^2.1.0",
34-
"jsdom": "^11.6.2",
35-
"log": "^1.4.0",
34+
"jsdom": "^13.2.0",
35+
"log": "^3.2.0",
3636
"request": "^2.85.0",
3737
"request-image-size": "^2.1.0",
3838
"request-promise-native": "^1.0.5",
3939
"static-styles": "^0.3.1"
4040
},
4141
"devDependencies": {
4242
"@types/es6-promise": "^3.3.0",
43-
"@types/jest": "^22.2.0",
44-
"@types/node": "^9.4.6",
43+
"@types/jest": "^24.0.6",
44+
"@types/node": "^11.9.4",
4545
"codecov": "^3.0.0",
46-
"concurrently": "^3.5.1",
46+
"concurrently": "^4.1.0",
4747
"http-server": "^0.11.1",
48-
"jest": "^22.4.2",
49-
"ts-jest": "^22.4.2",
48+
"jest": "^24.1.0",
49+
"ts-jest": "^24.0.0",
5050
"tslint": "^5.9.1",
5151
"tslint-config-micro-tools": "^0.1.0",
52-
"typescript": "^2.7.2"
52+
"typescript": "^3.3.3"
5353
}
5454
}

0 commit comments

Comments
 (0)