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

Commit a22e372

Browse files
committed
Bump deps
1 parent 13d8084 commit a22e372

File tree

3 files changed

+160
-220
lines changed

3 files changed

+160
-220
lines changed

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2016 Mihkel Sokk <mihkelsokk@gmail.com>
3+
Copyright (c) 2017 Mihkel Sokk <mihkelsokk@gmail.com>
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"url": "https://github.com/msokk/electron-render-service.git"
2828
},
2929
"dependencies": {
30-
"async": "^2.4.1",
30+
"async": "^2.5.0",
3131
"electron": "~1.6.10",
3232
"express": "^4.15.3",
3333
"express-validator": "^3.2.0",
@@ -36,9 +36,9 @@
3636
"retry": "^0.10.1"
3737
},
3838
"devDependencies": {
39-
"eslint": "^3.19.0",
39+
"eslint": "^4.1.1",
4040
"eslint-config-airbnb-base": "^11.2.0",
41-
"eslint-plugin-import": "^2.3.0",
41+
"eslint-plugin-import": "^2.6.0",
4242
"mocha": "^3.4.2",
4343
"supertest": "^3.0.0"
4444
}

0 commit comments

Comments
 (0)