mirror of
https://github.com/zero-peak/ZeroOmega.git
synced 2025-01-22 15:08:12 -05:00
Update angular to 1.6.4, which breaks a lot of things.
This commit is contained in:
parent
22f52125d7
commit
852e811f5a
@ -1,7 +1,7 @@
|
||||
{
|
||||
"manifest_version": 2,
|
||||
"name": "__MSG_manifest_app_name__",
|
||||
"version": "2.4.11",
|
||||
"version": "2.4.12",
|
||||
"description": "__MSG_manifest_app_description__",
|
||||
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkhwZJT76btQ04EEMOFtZPLESD1TmSVjbLjs0OyesD9Ht8YllFPfJ3qmtbSQGVuvmxH1GK/jUO2QcEWb8bHuOjoRlq20fi5j5Aq90O8FKET+y5D8PxCyi3WmnquiEwaE5cNmaCsw/G2JlO+bZOtdQ/QKOvMxBAegABYimEGfSvCMVUEvpymys0gBhLoch72zPAiJUBkf0z8BtjYTueMRcRXkrSeRPLygUDQnZ1TkQWMYYBp/zqpD5ggxytAklEMQzR9Hn0lqu5s7iuUAgihbysPn/8Wh00Zj5FySpK//KcpG3JS7UWxC28oSt8z5ZR3YimnX+HX3P36V0mC1pgM4o7wIDAQAB",
|
||||
"icons": {
|
||||
|
@ -21,12 +21,12 @@
|
||||
"tests"
|
||||
],
|
||||
"dependencies": {
|
||||
"angular": "~1.5.11",
|
||||
"angular": "~1.6.4",
|
||||
"angular-bootstrap": "~0.12.0",
|
||||
"angular-animate": "~1.5.11",
|
||||
"angular-ui-router": "~0.2.10",
|
||||
"angular-loader": "~1.5.11",
|
||||
"angular-i18n": "~1.5.11",
|
||||
"angular-animate": "~1.6.4",
|
||||
"angular-ui-router": "~0.2.18",
|
||||
"angular-loader": "~1.6.4",
|
||||
"angular-i18n": "~1.6.4",
|
||||
"bootstrap": "~3.3.2",
|
||||
"script.js": "~2.5.3",
|
||||
"ngprogress": "~1.0.4",
|
||||
@ -37,7 +37,7 @@
|
||||
"FileSaver": "*",
|
||||
"angular-ui-utils": "bower-validate",
|
||||
"angular-ladda": "~0.2.1",
|
||||
"angular-sanitize": "~1.2.26",
|
||||
"angular-sanitize": "~1.6.4",
|
||||
"shepherd.js": "~0.5.1"
|
||||
},
|
||||
"exportsOverride": {
|
||||
@ -122,6 +122,6 @@
|
||||
}
|
||||
},
|
||||
"resolutions": {
|
||||
"angular": "~1.5.11"
|
||||
"angular": "1.6.4"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user