Upgrade Angular and dependences to latest version 1.3.4

This commit is contained in:
Gustavo Maximiliano Cortez 2014-11-28 03:38:53 -03:00
parent d8a4a2ebad
commit 752df2ee4d
1 changed files with 5 additions and 5 deletions

View File

@ -6,11 +6,11 @@
"multisignature" "multisignature"
], ],
"dependencies": { "dependencies": {
"angular": "~1.2.27", "angular": "~1.3.0",
"angular-foundation": "*", "angular-foundation": "*",
"angular-route": "~1.2.14", "angular-route": "~1.3.0",
"angular-qrcode": "~3.1.0", "angular-qrcode": "~3.1.0",
"angular-mocks": "~1.2.14", "angular-mocks": "~1.3.0",
"angular-gettext": "~1.1.0", "angular-gettext": "~1.1.0",
"mocha": "~1.18.2", "mocha": "~1.18.2",
"chai": "~1.9.1", "chai": "~1.9.1",
@ -24,9 +24,9 @@
"angular-load": "0.2.0", "angular-load": "0.2.0",
"lodash": "~2.4.1", "lodash": "~2.4.1",
"angular-gravatar": "*", "angular-gravatar": "*",
"angular-touch": "~1.2.27" "angular-touch": "~1.3.0"
}, },
"resolutions": { "resolutions": {
"angular": "~1.2.0" "angular": "~1.3.0"
} }
} }