Skip to content

Commit

Permalink
fix(package): upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
zack9433 committed Jan 15, 2016
1 parent 11665d0 commit 22f19ad
Showing 1 changed file with 36 additions and 39 deletions.
75 changes: 36 additions & 39 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "sanji-auth-ui",
"author": "Zack Yang <[email protected]> (https://github.com/zack9433)",
"description": "sanji-auth-ui",
"main": "index",
"config": {
Expand All @@ -22,49 +23,51 @@
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
},
"devDependencies": {
"angular-material": "~0.11.4",
"angular-material": "~1.0.2",
"angular-animate": "~1.4.8",
"angular-aria": "~1.4.8",
"angular-material-icons": "~0.6.0",
"angular-mocks": "~1.4.7",
"angular-mocks": "~1.4.8",
"autoprefixer-loader": "~3.1.0",
"babel-core": "~5.8.33",
"babel-eslint": "~4.1.5",
"babel-core": "~5.8.34",
"babel-eslint": "~4.1.6",
"babel-loader": "~5.3.3",
"babel-runtime": "~5.8.29",
"babel-runtime": "~5.8.34",
"codecov.io": "~0.1.6",
"commitizen": "~2.4.4",
"css-loader": "~0.22.0",
"cz-conventional-changelog": "~1.1.4",
"eslint": "~1.9.0",
"eslint-loader": "~1.1.1",
"extract-text-webpack-plugin": "~0.9.1",
"file-loader": "~0.8.4",
"ghooks": "~1.0.0",
"html-webpack-plugin": "~1.6.1",
"commitizen": "~2.5.0",
"css-loader": "~0.23.1",
"cz-conventional-changelog": "~1.1.5",
"eslint": "~1.10.3",
"eslint-loader": "~1.2.0",
"extract-text-webpack-plugin": "~1.0.1",
"file-loader": "~0.8.5",
"ghooks": "~1.0.1",
"html-webpack-plugin": "~1.7.0",
"isparta-loader": "~1.0.0",
"istanbul": "~0.4.0",
"jquery": "~2.1.4",
"karma": "~0.13.15",
"karma-chai-plugins": "~0.6.0",
"istanbul": "~0.4.2",
"jquery": "~2.2.0",
"karma": "~0.13.19",
"karma-chai-plugins": "~0.6.1",
"karma-coverage": "~0.5.3",
"karma-es6-shim": "~0.1.3",
"karma-mocha": "~0.2.0",
"karma-mocha-reporter": "~1.1.1",
"karma-phantomjs-launcher": "~0.2.1",
"karma-sourcemap-loader": "~0.3.5",
"karma-es6-shim": "~0.2.0",
"karma-mocha": "~0.2.1",
"karma-mocha-reporter": "~1.1.5",
"karma-phantomjs-launcher": "~0.2.3",
"karma-sourcemap-loader": "~0.3.7",
"karma-webpack": "~1.7.0",
"ng-annotate-loader": "0.0.10",
"ng-cache-loader": "0.0.13",
"ng-annotate-loader": "0.1.0",
"ng-cache-loader": "0.0.15",
"node-bourbon": "~4.2.3",
"node-sass": "~3.4.1",
"node-sass": "~3.4.2",
"phantomjs": "~1.9.18",
"raw-loader": "~0.5.1",
"sass-loader": "~3.1.1",
"sass-loader": "~3.1.2",
"semantic-release": "~4.3.5",
"style-loader": "~0.13.0",
"svg-morpheus": "alexk111/SVG-Morpheus#v0.1.8",
"url-loader": "~0.5.6",
"webpack": "~1.12.4",
"webpack-dev-server": "~1.12.1",
"url-loader": "~0.5.7",
"webpack": "~1.12.11",
"webpack-dev-server": "~1.14.1",
"webpack-notifier": "~1.2.1"
},
"repository": {
Expand All @@ -77,21 +80,15 @@
"keywords": [
"sanji"
],
"author": {
"name": "Zack Yang",
"email": "[email protected]",
"url": "https://github.com/Sanji-IO"
},
"license": "MIT",
"homepage": "https://github.com/Sanji-IO/sanji-auth-ui",
"dependencies": {
"angular": "~1.4.7",
"angular-cookies": "~1.4.7",
"angular": "~1.4.8",
"angular-cookies": "~1.4.8",
"angular-http-auth": "~1.2.1",
"es5-shim": "~4.1.14",
"es6-shim": "~0.28.1",
"karma-es6-shim": "~0.1.3",
"sanji-rest-ui": "~1.1.3",
"sanji-rest-ui": "~1.1.5",
"toastr": "~2.1.2"
}
}

0 comments on commit 22f19ad

Please sign in to comment.