1
0
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:
mabashian 2020-06-16 10:27:28 -04:00
parent 34dd034f7c
commit 5e3ce7b7ea
2 changed files with 5 additions and 17 deletions

View File

@ -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": {

View File

@ -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",