Skip to content

Commit

Permalink
feat: update baboon dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Krummsdorf committed Jun 13, 2014
1 parent cba94aa commit b81c627
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 19 deletions.
34 changes: 16 additions & 18 deletions app/templates/_bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,28 +2,26 @@
"name": "<%= _.slugify(baboon.app_name) %>",
"version": "0.0.1",
"dependencies": {
"angular": "1.2.14",
"angular-bootstrap": "~0.10.0",
"angular-cookies": "1.2.14",
"angular-dynamic-locale": "0.1.1",
"angular-i18n": "1.2.14",
"angular-resource": "1.2.14",
"angular-route": "1.2.14",
"angular-sanitize": "1.2.14",
"angular-translate": "~2.0.0",
"angular-translate-loader-static-files": "~2.1.0",
"baboon-client": "~0.4.0",
"bootstrap": "~3.0.3",
"angular": "1.2.16",
"angular-bootstrap": "~0.11.0",
"angular-cookies": "1.2.16",
"angular-dynamic-locale": "0.1.12",
"angular-i18n": "1.2.16",
"angular-resource": "1.2.16",
"angular-route": "1.2.16",
"angular-sanitize": "1.2.16",
"angular-translate": "~2.2.0",
"angular-translate-loader-static-files": "~2.2.0",
"baboon-client": "~0.4.1",
"bootstrap": "~3.1.1",
"checklist-model": "~0.1.3",
"es5-shim": "~2.1.0",
"json3": "~3.2.6"
"es5-shim": "~3.4.0",
"json3": "~3.3.1"
},
"devDependencies": {
"angular-mocks": "1.2.14",
"angular-scenario": "1.2.14"
"angular-mocks": "1.2.16",
"angular-scenario": "1.2.16"
},
"resolutions": {
"angular-translate": "~2.1.0",
"angular-translate-loader-static-files": "2.1.0"
}
}
2 changes: 1 addition & 1 deletion app/templates/_package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
],
"dependencies": {
"async": "^0.7.0",
"baboon": "^0.4.0",
"baboon": "^0.4.1",
"express": "^4.0.0",
"lx-helpers": "^0.5.1",
"socket.io": "git+https://github.com/litixsoft/socket.io.git#0.9"
Expand Down

0 comments on commit b81c627

Please sign in to comment.