Skip to content
This repository has been archived by the owner on Jun 3, 2022. It is now read-only.

Commit

Permalink
Updates to latest dependencies. (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
chriscox authored Mar 27, 2017
1 parent 1d3f479 commit 939b781
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@types/chai": "^3.4.34",
"@types/lodash.throttle": "^4.1.0",
"@types/mocha": "^2.2.33",
"@types/react": "^0.14.50",
"@types/react": "^15.0.20",
"@types/react-addons-test-utils": "^0.14.15",
"@types/react-dom": "^0.14.19",
"@types/sinon": "^1.16.32",
Expand All @@ -44,10 +44,10 @@
"codecov.io": "^0.1.6",
"copyfiles": "^1.0.0",
"cross-env": "^3.1.3",
"css-loader": "^0.26.0",
"css-loader": "^0.27.3",
"del-cli": "^0.2.0",
"html-loader": "^0.4.4",
"istanbul-instrumenter-loader": "^1.1.0",
"istanbul-instrumenter-loader": "^2.0.0",
"karma": "^1.3.0",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^2.0.0",
Expand All @@ -58,21 +58,21 @@
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^2.0.2",
"less": "^2.7.1",
"less-loader": "^2.2.3",
"lesshint": "^2.3.0",
"less-loader": "^4.0.2",
"lesshint": "^3.1.0",
"mkdirp": "^0.5.1",
"mocha": "^3.1.2",
"npm-run-all": "^3.1.2",
"npm-run-all": "^4.0.2",
"react-addons-test-utils": "^15.4.1",
"sinon": "^2.0.0-pre.4",
"sinon-chai": "^2.8.0",
"source-map-loader": "^0.1.5",
"style-loader": "^0.13.1",
"ts-loader": "^1.2.2",
"source-map-loader": "^0.2.0",
"style-loader": "^0.16.0",
"ts-loader": "^2.0.3",
"tslint": "^4.0.2",
"typescript": "^2.1.6",
"webpack": "^2.2.0",
"webpack-dev-server": "^2.2.0"
"webpack": "^2.3.2",
"webpack-dev-server": "^2.4.2"
},
"dependencies": {
"firebase": "^3.7.2",
Expand Down

0 comments on commit 939b781

Please sign in to comment.