mirror of
https://github.com/ansible/awx.git
synced 2026-01-16 20:30:46 -03:30
Upgrades to the latest angular-codemirror
This commit is contained in:
parent
8d63ebf0e0
commit
d5fcf733f0
19
awx/ui/package-lock.json
generated
19
awx/ui/package-lock.json
generated
@ -158,23 +158,18 @@
|
||||
"from": "git+https://git@github.com/ansible/angular-breadcrumb.git#0.4.1"
|
||||
},
|
||||
"angular-codemirror": {
|
||||
"version": "git+https://git@github.com/ansible/angular-codemirror.git#447f071eff8f6fde7b5ec769c57c7dc98a014fdf",
|
||||
"from": "git+https://git@github.com/ansible/angular-codemirror.git#v1.1.2",
|
||||
"version": "git+https://git@github.com/ansible/angular-codemirror.git#4ee3223f505cb0df2406a1e61073beaeebd3b56a",
|
||||
"from": "git+https://git@github.com/ansible/angular-codemirror.git#v1.2.1",
|
||||
"requires": {
|
||||
"angular": "~1.6.6",
|
||||
"angular": "^1.7.9",
|
||||
"codemirror": "^5.17.0",
|
||||
"jquery": "^3.2.1"
|
||||
"jquery": "^3.5.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"angular": {
|
||||
"version": "1.6.10",
|
||||
"resolved": "https://registry.npmjs.org/angular/-/angular-1.6.10.tgz",
|
||||
"integrity": "sha512-PCZ5/hVdvPQiYyH0VwsPjrErPHRcITnaXxhksceOXgtJeesKHLA7KDu4X/yvcAi+1zdGgGF+9pDxkJvghXI9Wg=="
|
||||
},
|
||||
"jquery": {
|
||||
"version": "3.3.1",
|
||||
"resolved": "https://registry.npmjs.org/jquery/-/jquery-3.3.1.tgz",
|
||||
"integrity": "sha512-Ubldcmxp5np52/ENotGxlLe6aGMvmF4R8S6tZjsP6Knsaxd/xp3Zrh50cG93lR6nPXyUFwzN3ZSOQI0wRJNdGg=="
|
||||
"version": "3.5.1",
|
||||
"resolved": "https://registry.npmjs.org/jquery/-/jquery-3.5.1.tgz",
|
||||
"integrity": "sha512-XwIBPqcMn57FxfT+Go5pzySnm4KWkT1Tv7gjrpT1srtf8Weynl6R273VJ5GjkRb51IzMp5nbaPjJXMWeju2MKg=="
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
@ -99,7 +99,7 @@
|
||||
"@uirouter/angularjs": "1.0.18",
|
||||
"angular": "^1.7.9",
|
||||
"angular-breadcrumb": "git+https://git@github.com/ansible/angular-breadcrumb#0.4.1",
|
||||
"angular-codemirror": "git+https://git@github.com/ansible/angular-codemirror#v1.1.2",
|
||||
"angular-codemirror": "git+https://git@github.com/ansible/angular-codemirror.git#v1.2.1",
|
||||
"angular-cookies": "^1.7.9",
|
||||
"angular-drag-and-drop-lists": "git+https://git@github.com/ansible/angular-drag-and-drop-lists#v1.4.1",
|
||||
"angular-duration-format": "^1.0.1",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user