Skip to content

Commit fb036f4

Browse files
Reduced and updated all dependencies
1 parent f61154e commit fb036f4

File tree

2 files changed

+7
-11
lines changed

2 files changed

+7
-11
lines changed

package.json

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -26,22 +26,19 @@
2626
},
2727
"homepage": "https://github.com/nodeschool/nodeschool.github.io",
2828
"dependencies": {
29-
"is-running": "^1.0.5",
30-
"mustache": "^0.8.2",
31-
"xhr": "^1.16.1"
29+
"is-running": "^2.0.0",
30+
"mustache": "^2.2.1",
31+
"xhr": "^2.2.0"
3232
},
3333
"devDependencies": {
3434
"after-all": "^2.0.1",
35-
"async": "^0.9.0",
36-
"browserify": "^6.2.0",
37-
"cheerio": "^0.17.0",
38-
"cheerio-eq": "^1.0.0",
35+
"browserify": "^12.0.1",
36+
"cheerio": "^0.19.0",
3937
"gaze": "^0.5.1",
40-
"glob": "^5.0.6",
38+
"glob": "^6.0.3",
4139
"jsdom": "^7.1.0",
42-
"live-server": "^0.7.1",
40+
"live-server": "^0.9.0",
4341
"mkdirp": "^0.5.1",
44-
"posix": "^4.0.0",
4542
"read": "^1.0.5"
4643
}
4744
}

scripts/util/cmdwatcher.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
#!/usr/bin/env node
22

33
const glob = require('glob')
4-
const posix = require('posix')
54
const isRunning = require('is-running')
65
const spawn = require('child_process').spawn
76
const fs = require('fs')

0 commit comments

Comments
 (0)