Skip to content

Commit

Permalink
chore(dependencies): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
cburgdorf committed Dec 8, 2014
1 parent 30252e1 commit 169f1a1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@
"description": "Sofa Web SDK couch service component.",
"main": "dist/sofa.couchService.js",
"dependencies": {
"sofa-core": "0.6.x",
"sofa-http-service": "0.2.x",
"sofa-q-service": "0.1.x"
"sofa-core": "0.13.x",
"sofa-http-service": "0.5.x",
"sofa-q-service": "0.3.x"
},
"devDependencies": {
"sofa-testing": "0.2.x",
"sofa-testing": "0.7.x",
"jasmine.async": "~0.1.0"
},
"resolutions": {
"sofa-core": "0.6.x"
"sofa-core": "0.13.x"
},
"keywords": [
"sofa",
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
"url": "https://github.com/sofa/sofa-couch-service/issues"
},
"dependencies": {
"sofa-core": "0.8.x",
"sofa-http-service": "0.2.x",
"sofa-q-service": "0.2.x"
"sofa-core": "0.13.x",
"sofa-http-service": "0.5.x",
"sofa-q-service": "0.3.x"
},
"devDependencies": {
"grunt": "^0.4.5",
Expand Down

0 comments on commit 169f1a1

Please sign in to comment.