Skip to content

Commit db257cd

Browse files
authored
chore: update all dependencies (#313)
* chore: update all dependencies * fix: upgrade more dependencies, attempt to fix appveyor (because it's killing me) * fix: whoops, had yargs added twice
1 parent 2b64cf8 commit db257cd

File tree

2 files changed

+12
-9
lines changed

2 files changed

+12
-9
lines changed

appveyor.yml

+3
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ environment:
55
- nodejs_version: '0.12'
66
install:
77
- ps: Install-Product node $env:nodejs_version
8+
- npm cache clear
9+
- npm i npm@latest -g
10+
- set PATH=%APPDATA%\npm;%PATH%
811
- set CI=true
912
- npm config set progress=false
1013
- set PATH=%APPDATA%\npm;%PATH%

package.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -82,26 +82,26 @@
8282
"glob": "^7.0.3",
8383
"istanbul-lib-coverage": "^1.0.0-alpha.4",
8484
"istanbul-lib-hook": "^1.0.0-alpha.4",
85-
"istanbul-lib-instrument": "^1.1.0-alpha.1",
85+
"istanbul-lib-instrument": "^1.1.0-alpha.3",
8686
"istanbul-lib-report": "^1.0.0-alpha.3",
8787
"istanbul-lib-source-maps": "^1.0.0-alpha.10",
88-
"istanbul-reports": "^1.0.0-alpha.7",
88+
"istanbul-reports": "^1.0.0-alpha.8",
8989
"md5-hex": "^1.2.0",
90-
"micromatch": "^2.3.7",
90+
"micromatch": "^2.3.11",
9191
"mkdirp": "^0.5.0",
9292
"pkg-up": "^1.0.0",
9393
"resolve-from": "^2.0.0",
9494
"rimraf": "^2.5.3",
9595
"signal-exit": "^3.0.0",
96-
"spawn-wrap": "^1.2.2",
96+
"spawn-wrap": "^1.2.4",
9797
"test-exclude": "^1.1.0",
98-
"yargs": "^4.7.0"
98+
"yargs": "^4.8.0"
9999
},
100100
"devDependencies": {
101101
"any-path": "^1.3.0",
102102
"bundle-dependencies": "^1.0.2",
103103
"chai": "^3.0.0",
104-
"coveralls": "^2.11.4",
104+
"coveralls": "^2.11.11",
105105
"exists-sync": "0.0.3",
106106
"forking-tap": "^0.1.1",
107107
"is-windows": "^0.2.0",
@@ -110,11 +110,11 @@
110110
"requirejs": "^2.2.0",
111111
"sanitize-filename": "^1.5.3",
112112
"sinon": "^1.15.3",
113-
"source-map-support": "^0.4.1",
113+
"source-map-support": "^0.4.2",
114114
"split-lines": "^1.0.0",
115115
"standard": "^7.0.1",
116-
"standard-version": "^2.2.1",
117-
"tap": "^6.1.1",
116+
"standard-version": "^2.4.0",
117+
"tap": "^6.2.0",
118118
"which": "^1.2.4",
119119
"zero-fill": "^2.2.3"
120120
},

0 commit comments

Comments
 (0)