Skip to content

Commit

Permalink
Upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
domoritz committed Nov 16, 2016
1 parent 61b12c2 commit 370be72
Show file tree
Hide file tree
Showing 2 changed files with 131 additions and 100 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,23 +58,23 @@
"homepage": "https://github.com/vega/vega-lite",
"devDependencies": {
"@types/chai": "^3.4.34",
"@types/d3": "^4.2.38",
"@types/d3": "^4.3.0",
"@types/json-stable-stringify": "^1.0.29",
"@types/mocha": "^2.2.32",
"@types/node": "^6.0.46",
"browser-sync": "~2.17.5",
"@types/mocha": "^2.2.33",
"@types/node": "^6.0.48",
"browser-sync": "~2.17.6",
"browserify": "~13.1.1",
"chai": "~3.5.0",
"cheerio": "~0.22.0",
"codecov": "~1.0.1",
"exorcist": "~0.4.0",
"mocha": "~3.1.2",
"nodemon": "~1.11.0",
"nyc": "~8.4.0",
"nyc": "~9.0.1",
"source-map-support": "~0.4.6",
"tsify": "~2.0.2",
"tslint": "~3.15.1",
"typescript": "^2.0.7",
"typescript": "^2.0.10",
"typescript-json-schema": "~0.3.3",
"uglify-js": "~2.7.4",
"vega": "^3.0.0-beta.3",
Expand All @@ -87,6 +87,6 @@
"datalib": "~1.7.3",
"json-stable-stringify": "~1.0.1",
"vega-util": "1.0.1",
"yargs": "~6.3.0"
"yargs": "~6.4.0"
}
}
Loading

1 comment on commit 370be72

@domoritz
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ignore test failures yarnpkg/yarn#1834

Please sign in to comment.