Skip to content
This repository has been archived by the owner on Jun 17, 2022. It is now read-only.

Commit

Permalink
fix: bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tlvince committed Jun 23, 2015
1 parent 96bcda7 commit b722178
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ npm-debug.log
test/coverage
*.tgz
dist
bower_components
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"!angular-pouchdb.min.js"
],
"dependencies": {
"angular": "~1.3.8",
"pouchdb": "~3.5.0"
"angular": "~1.4.1",
"pouchdb": "~3.6.0"
}
}
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
},
"homepage": "https://angular-pouchdb.github.io/angular-pouchdb/",
"devDependencies": {
"angular": "^1.3.15",
"angular-mocks": "^1.3.15",
"angular": "^1.4.1",
"angular-mocks": "^1.4.1",
"coveralls": "^2.11.2",
"es5-shim": "^4.1.3",
"eslint": "^0.21.2",
Expand All @@ -45,7 +45,7 @@
"karma-jasmine": "^0.3.3",
"karma-phantomjs-launcher": "^0.1.4",
"ng-annotate": "^0.14.1",
"pouchdb": "^3.5.0",
"pouchdb": "^3.6.0",
"semantic-release": "^3.2.0",
"tlvince-blob-shim": "^1.0.0",
"uglify-js": "^2.4.16"
Expand Down

0 comments on commit b722178

Please sign in to comment.