Skip to content

Commit

Permalink
[upgraded] dependencies
Browse files Browse the repository at this point in the history
Reviewers: O2 Material Motion, #material_motion, featherless

Reviewed By: O2 Material Motion, #material_motion, featherless

Tags: #material_motion

Differential Revision: http://codereview.cc/D2921
  • Loading branch information
appsforartists committed Mar 23, 2017
1 parent b5023f7 commit ea79812
Show file tree
Hide file tree
Showing 3 changed files with 241 additions and 286 deletions.
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# From https://circleci.com/docs/yarn/
machine:
node:
version: 6.2.1
version: 7.7.4

environment:
PATH: "${PATH}:${HOME}/${CIRCLE_PROJECT_REPONAME}/node_modules/.bin"
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@
"@types/sinon": "^1.16.34",
"@types/sinon-chai": "^2.7.27",
"chai": "3.5.0",
"karma": "1.3.0",
"karma": "1.5.0",
"karma-chrome-launcher": "2.0.0",
"karma-firefox-launcher": "1.0.0",
"karma-junit-reporter": "1.2.0",
"karma-mocha": "1.2.0",
"karma-mocha": "1.3.0",
"karma-safari-launcher": "1.0.0",
"karma-webpack": "1.8.0",
"karma-webpack": "2.0.3",
"lerna": "2.0.0-beta.38",
"minimist": "1.2.0",
"mocha": "3.1.1",
"mocha": "3.2.0",
"mocha-sugar-free": "1.3.1",
"pundle": "2.0.0-beta12",
"pundle-api": "2.0.0-beta12",
Expand All @@ -39,11 +39,11 @@
"pundle-reporter-cli": "2.0.0-beta12",
"pundle-resolver-default": "2.0.0-beta12",
"pundle-transformer-typescript": "2.0.0-beta12",
"sinon": "2.0.0-pre.3",
"sinon-chai": "2.8.0",
"sinon": "2.1.0",
"sinon-chai": "2.9.0",
"ts-loader": "2.0.3",
"tslint": "4.0.2",
"typescript": "2.1",
"webpack": "2.1.0-beta.25"
"typescript": "2.2.1",
"webpack": "2.3.1"
}
}
Loading

0 comments on commit ea79812

Please sign in to comment.