Merge pull request #2113 from kialam/upgrade-node-lts

Upgrade Node and NPM to LTS
This commit is contained in:
Shane McDonald
2018-09-18 12:46:30 -04:00
committed by GitHub
5 changed files with 15051 additions and 9 deletions

15036
awx/ui/package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -10,8 +10,8 @@
"django_host": "localhost"
},
"engines": {
"node": "^6.11.3",
"npm": "^3.10.10"
"node": "^8.11.2",
"npm": "^6.4.1"
},
"scripts": {
"ui-docker-machine": "ip=$(docker-machine ip $DOCKER_MACHINE_NAME); npm set ansible-tower:django_host ${ip}; grunt dev;",
@@ -105,17 +105,21 @@
"angular-gettext": "^2.3.5",
"angular-md5": "^0.1.8",
"angular-moment": "^0.10.1",
"angular-mousewheel": "^1.0.5",
"angular-sanitize": "~1.6.6",
"angular-scheduler": "git+https://git@github.com/ansible/angular-scheduler#v0.3.3",
"angular-tz-extensions": "git+https://git@github.com/ansible/angular-tz-extensions#v0.5.2",
"angular-xeditable": "~0.8.0",
"ansi-to-html": "^0.6.3",
"babel-polyfill": "^6.26.0",
"bootstrap": "^3.3.7",
"bootstrap-datepicker": "^1.7.1",
"codemirror": "^5.17.0",
"components-font-awesome": "^4.6.1",
"d3": "~3.3.13",
"d3": "^3.5.4",
"hamsterjs": "^1.1.2",
"html-entities": "^1.2.1",
"inherits": "^1.0.2",
"javascript-detect-element-resize": "^0.5.3",
"jquery": "~2.2.4",
"jquery-ui": "^1.12.1",
@@ -123,12 +127,14 @@
"legacy-loader": "0.0.2",
"lodash": "~4.17.10",
"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",
"nvd3": "git+https://git@github.com/ansible/nvd3#awx",
"nvd3": "^1.8.6",
"reconnectingwebsocket": "^1.0.0",
"rrule": "git+https://git@github.com/jkbrzt/rrule#4ff63b2f8524fd6d5ba6e80db770953b5cd08a0c",
"select2": "^4.0.2",
"sprintf-js": "^1.0.3"
"sprintf-js": "^1.0.3",
"titlecase": "^1.1.2"
}
}