Skip to content

Commit

Permalink
updated dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sahat committed Aug 26, 2016
1 parent b5a1d6f commit 28270e6
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,38 +32,38 @@
},
"license": "MIT",
"devDependencies": {
"angular-mocks": "^1.5.7",
"babel-core": "^6.9.1",
"babel-eslint": "^6.0.4",
"babel-loader": "^6.2.4",
"babel-polyfill": "^6.9.1",
"babel-preset-es2015": "^6.9.0",
"babel-preset-es2015-rollup": "^1.1.1",
"angular-mocks": "^1.5.8",
"babel-core": "^6.14.0",
"babel-eslint": "^6.1.2",
"babel-loader": "^6.2.5",
"babel-polyfill": "^6.13.0",
"babel-preset-es2015": "^6.14.0",
"babel-preset-es2015-rollup": "^1.2.0",
"jasmine-core": "^2.4.1",
"karma": "^1.1.2",
"karma-coverage": "^1.0.0",
"karma": "^1.2.0",
"karma-coverage": "^1.1.1",
"karma-jasmine": "^1.0.2",
"karma-phantomjs-launcher": "^1.0.0",
"karma-phantomjs-launcher": "^1.0.1",
"karma-source-map-support": "^1.1.0",
"karma-sourcemap-loader": "^0.3.7",
"karma-typescript-preprocessor": "^0.2.1",
"karma-webpack": "^1.7.0",
"karma-webpack": "^1.8.0",
"npm-run-all": "^3.0.0",
"phantomjs-prebuilt": "^2.1.7",
"phantomjs-prebuilt": "^2.1.12",
"publish-please": "^2.2.0",
"rollup": "^0.34.1",
"rollup-plugin-babel": "^2.4.0",
"rollup": "^0.34.10",
"rollup-plugin-babel": "^2.6.1",
"rollup-plugin-node-resolve": "^2.0.0",
"rollup-plugin-typescript": "^0.8.1",
"rollup-plugin-uglify": "^1.0.1",
"supervisor": "^0.11.0",
"ts-loader": "^0.8.2",
"ts-node": "^1.2.1",
"tslint": "~3.14.0",
"tslint-loader": "^2.1.4",
"ts-node": "^1.3.0",
"tslint": "~3.15.1",
"tslint-loader": "^2.1.5",
"typescript": "^1.8.10",
"uglify-js": "^2.7.0",
"webpack": "^1.13.1"
"uglify-js": "^2.7.3",
"webpack": "^1.13.2"
},
"tags": [
"authentication",
Expand Down

0 comments on commit 28270e6

Please sign in to comment.