!wip fixed build. updated typescript

pull/2728/head
TidusJar 6 years ago
parent ba08d42b0d
commit b2f13c4120

@ -26,7 +26,7 @@
"@angular/platform-server":"^7.1.4",
"@angular/router":"^7.1.4",
"@auth0/angular-jwt": "^2.0.0",
"@ng-bootstrap/ng-bootstrap": "^2.2.0",
"@ng-bootstrap/ng-bootstrap": "^3.3.1",
"@ngtools/webpack":"^7.1.4",
"@ngu/carousel": "^1.4.9-beta-2",
"@ngx-translate/core": "^11.0.1",
@ -79,7 +79,7 @@
"ts-node": "^7.0.0",
"tslint": "^5.10.0",
"tslint-language-service": "^0.9.9",
"typescript": "2.7.2",
"typescript": "3.1.6",
"uglify-es": "^3.3.9",
"uglifyjs-webpack-plugin": "^1.2.7",
"url-loader": "^1.0.1",

@ -126,9 +126,11 @@
debug "^3.1.0"
lodash.once "^4.1.1"
"@ng-bootstrap/ng-bootstrap@^2.2.0":
version "2.2.2"
resolved "https://registry.yarnpkg.com/@ng-bootstrap/ng-bootstrap/-/ng-bootstrap-2.2.2.tgz#07c64badd48b563140eb5a6327b5516bf2226834"
"@ng-bootstrap/ng-bootstrap@^3.3.1":
version "3.3.1"
resolved "https://registry.yarnpkg.com/@ng-bootstrap/ng-bootstrap/-/ng-bootstrap-3.3.1.tgz#435eebc57dd4a371d02f342f1e919d1c4bb522a2"
dependencies:
tslib "^1.9.0"
"@ngtools/webpack@^7.1.4":
version "7.1.4"
@ -6321,9 +6323,9 @@ typedarray@^0.0.6:
version "0.0.6"
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
typescript@2.7.2:
version "2.7.2"
resolved "http://registry.npmjs.org/typescript/-/typescript-2.7.2.tgz#2d615a1ef4aee4f574425cdff7026edf81919836"
typescript@3.1.6:
version "3.1.6"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.1.6.tgz#b6543a83cfc8c2befb3f4c8fba6896f5b0c9be68"
uglify-es@^3.3.4, uglify-es@^3.3.9:
version "3.3.9"

Loading…
Cancel
Save