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 3a76f82 commit f3e7476
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@
},
"devDependencies": {
"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-material-icons": "~0.6.0",
"angular-mocks": "~1.4.8",
"angular-mocks": "~1.5.0",
"autoprefixer-loader": "~3.1.0",
"babel-core": "~5.8.34",
"babel-eslint": "~4.1.6",
Expand All @@ -41,7 +41,7 @@
"eslint-loader": "~1.2.0",
"extract-text-webpack-plugin": "~1.0.1",
"file-loader": "~0.8.5",
"ghooks": "~1.0.1",
"ghooks": "~1.0.3",
"html-webpack-plugin": "~1.7.0",
"isparta-loader": "~1.0.0",
"istanbul": "~0.4.2",
Expand All @@ -52,17 +52,17 @@
"karma-es6-shim": "~0.2.0",
"karma-mocha": "~0.2.1",
"karma-mocha-reporter": "~1.1.5",
"karma-phantomjs-launcher": "~0.2.3",
"karma-phantomjs-launcher": "~1.0.0",
"karma-sourcemap-loader": "~0.3.7",
"karma-webpack": "~1.7.0",
"ng-annotate-loader": "0.1.0",
"ng-cache-loader": "0.0.15",
"node-bourbon": "~4.2.3",
"node-sass": "~3.4.2",
"phantomjs": "~1.9.18",
"phantomjs": "~2.1.3",
"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",
"svg-morpheus": "alexk111/SVG-Morpheus#v0.1.8",
"url-loader": "~0.5.7",
Expand All @@ -83,8 +83,8 @@
"license": "MIT",
"homepage": "https://github.com/Sanji-IO/sanji-auth-ui",
"dependencies": {
"angular": "~1.4.8",
"angular-cookies": "~1.4.8",
"angular": "~1.5.0",
"angular-cookies": "~1.5.0",
"angular-http-auth": "~1.2.1",
"es5-shim": "~4.1.14",
"es6-shim": "~0.28.1",
Expand Down

0 comments on commit f3e7476

Please sign in to comment.