mirror of
https://github.com/ansible/awx.git
synced 2024-10-31 15:21:13 +03:00
Update ngToast to most recent version
This commit is contained in:
parent
34dd034f7c
commit
5e3ce7b7ea
20
awx/ui/package-lock.json
generated
20
awx/ui/package-lock.json
generated
@ -9458,23 +9458,11 @@
|
||||
"dev": true
|
||||
},
|
||||
"ng-toast": {
|
||||
"version": "git+https://git@github.com/ansible/ngToast.git#2c2038381d5cfcab26fdefe98e0408a52e71daa5",
|
||||
"from": "git+https://git@github.com/ansible/ngToast.git#v2.1.1",
|
||||
"version": "git+https://git@github.com/ansible/ngToast.git#4550efb9cf7fb90c9bfbd9476f1fe650aaad5b6e",
|
||||
"from": "git+https://git@github.com/ansible/ngToast.git#v2.2.1",
|
||||
"requires": {
|
||||
"angular": "~1.6.6",
|
||||
"angular-sanitize": "~1.6.6"
|
||||
},
|
||||
"dependencies": {
|
||||
"angular": {
|
||||
"version": "1.6.10",
|
||||
"resolved": "https://registry.npmjs.org/angular/-/angular-1.6.10.tgz",
|
||||
"integrity": "sha512-PCZ5/hVdvPQiYyH0VwsPjrErPHRcITnaXxhksceOXgtJeesKHLA7KDu4X/yvcAi+1zdGgGF+9pDxkJvghXI9Wg=="
|
||||
},
|
||||
"angular-sanitize": {
|
||||
"version": "1.6.10",
|
||||
"resolved": "https://registry.npmjs.org/angular-sanitize/-/angular-sanitize-1.6.10.tgz",
|
||||
"integrity": "sha512-01i1Xoq9ykUrsoYQMSB6dWZmPp9Df5hfCqMAGGzJBWZ7L2WY0OtUphdI0YvR8ZF9lAsWtGNtsEFilObjq5nTgQ=="
|
||||
}
|
||||
"angular": "^1.7.9",
|
||||
"angular-sanitize": "^1.7.9"
|
||||
}
|
||||
},
|
||||
"ngtemplate-loader": {
|
||||
|
@ -130,7 +130,7 @@
|
||||
"lr-infinite-scroll": "git+https://git@github.com/lorenzofox3/lrInfiniteScroll",
|
||||
"mathjs": "^3.15.0",
|
||||
"moment": "^2.19.4",
|
||||
"ng-toast": "git+https://git@github.com/ansible/ngToast#v2.1.1",
|
||||
"ng-toast": "git+https://git@github.com/ansible/ngToast.git#v2.2.1",
|
||||
"nvd3": "^1.8.6",
|
||||
"popper.js": "~1.14.4",
|
||||
"reconnectingwebsocket": "^1.0.0",
|
||||
|
Loading…
Reference in New Issue
Block a user