Skip to content

Commit

Permalink
fix(upgrade): upgrade dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
zack9433 committed Feb 19, 2016
1 parent e2ea1a0 commit 6e46dfe
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,36 +17,36 @@
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
},
"devDependencies": {
"angular": "~1.4.8",
"angular": "~1.5.0",
"jquery": "~2.2.0",
"angular-socket-io": "~0.7.0",
"socket.io-client": "~1.4.4",
"toastr": "^2.1.2",
"angular-material": "~1.0.2",
"angular-animate": "~1.4.8",
"angular-aria": "~1.4.8",
"angular-animate": "~1.5.0",
"angular-aria": "~1.5.0",
"angular-sanji-window": "Sanji-IO/angular-sanji-window#webpack-sanji-window",
"autoprefixer-loader": "~3.1.0",
"autoprefixer-loader": "~3.2.0",
"babel": "~5.8.34",
"babel-eslint": "~4.1.6",
"babel-loader": "~5.3.3",
"babel-runtime": "~5.8.34",
"commitizen": "~2.4.4",
"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",
"html-webpack-plugin": "~1.7.0",
"ng-annotate-loader": "~0.0.10",
"ng-annotate-loader": "~0.1.0",
"ng-cache-loader": "~0.0.15",
"node-bourbon": "~4.2.3",
"node-libs-browser": "~0.5.2",
"node-libs-browser": "~1.0.0",
"node-sass": "~3.4.2",
"raw-loader": "~0.5.1",
"sass-loader": "~3.1.2",
"semantic-release": "~4.3.5",
"semantic-release": "^4.3.5",
"style-loader": "~0.13.0",
"url-loader": "~0.5.7",
"webpack": "~1.12.11",
Expand All @@ -66,11 +66,11 @@
"license": "MIT",
"homepage": "https://github.com/Sanji-IO/sanji-utils-ui",
"dependencies": {
"sanji-exception-ui": "~1.1.0",
"sanji-logger-ui": "~1.1.0",
"sanji-rest-ui": "~1.2.0",
"sanji-router-ui": "~1.1.0",
"sanji-socket-ui": "~1.0.1",
"sanji-auth-ui": "~1.0.4"
"sanji-exception-ui": "~1.1.1",
"sanji-logger-ui": "~1.1.1",
"sanji-rest-ui": "~1.2.2",
"sanji-router-ui": "~1.1.1",
"sanji-socket-ui": "~1.0.2",
"sanji-auth-ui": "~1.0.6"
}
}

0 comments on commit 6e46dfe

Please sign in to comment.