migration to Angular 11

This commit is contained in:
piotrpekala7 2020-11-28 01:31:20 +01:00
parent d7012416ec
commit 80e19f5538
3 changed files with 763 additions and 882 deletions

View File

@ -33,7 +33,6 @@
"main": "src/main.ts", "main": "src/main.ts",
"tsConfig": "src/tsconfig.app.json", "tsConfig": "src/tsconfig.app.json",
"polyfills": "src/polyfills.ts", "polyfills": "src/polyfills.ts",
"extractCss": true,
"assets": [ "assets": [
"src/assets", "src/assets",
"src/favicon.ico", "src/favicon.ico",
@ -44,12 +43,12 @@
"node_modules/notosans-fontface/css/notosans-fontface.min.css", "node_modules/notosans-fontface/css/notosans-fontface.min.css",
"src/styles.scss", "src/styles.scss",
{ {
"inject": false, "inject": true,
"input": "src/theme.scss", "input": "src/theme.scss",
"bundleName": "theme-default-dark" "bundleName": "theme-default-dark"
}, },
{ {
"inject": false, "inject": true,
"input": "src/theme-light.scss", "input": "src/theme-light.scss",
"bundleName": "theme-default" "bundleName": "theme-default"
} }
@ -71,7 +70,6 @@
"scripts": true, "scripts": true,
"styles": false "styles": false
}, },
"extractCss": true,
"namedChunks": false, "namedChunks": false,
"aot": true, "aot": true,
"extractLicenses": true, "extractLicenses": true,
@ -94,7 +92,6 @@
"optimization": true, "optimization": true,
"outputHashing": "all", "outputHashing": "all",
"sourceMap": false, "sourceMap": false,
"extractCss": true,
"namedChunks": false, "namedChunks": false,
"aot": true, "aot": true,
"extractLicenses": true, "extractLicenses": true,
@ -131,7 +128,6 @@
"optimization": true, "optimization": true,
"outputHashing": "all", "outputHashing": "all",
"sourceMap": false, "sourceMap": false,
"extractCss": true,
"namedChunks": false, "namedChunks": false,
"aot": true, "aot": true,
"extractLicenses": true, "extractLicenses": true,

View File

@ -82,8 +82,8 @@
"snyk": "^1.413.3", "snyk": "^1.413.3",
"svg-crowbar": "^0.6.1", "svg-crowbar": "^0.6.1",
"tree-kill": "^1.2.1", "tree-kill": "^1.2.1",
"tslib": "^2.0.3", "tslib": "^2.0.0",
"typeface-roboto": "^0.0.75", "typeface-roboto": "^1.1.13",
"xterm": "^4.9.0", "xterm": "^4.9.0",
"xterm-addon-attach": "^0.6.0", "xterm-addon-attach": "^0.6.0",
"xterm-addon-fit": "^0.4.0", "xterm-addon-fit": "^0.4.0",
@ -91,30 +91,30 @@
"zone.js": "~0.11.1" "zone.js": "~0.11.1"
}, },
"devDependencies": { "devDependencies": {
"@angular-devkit/build-angular": "^0.1001.6", "@angular-devkit/build-angular": "^0.1100.2",
"@angular/cli": "^10.1.6", "@angular/cli": "^11.0.2",
"@angular/compiler-cli": "^10.1.5", "@angular/compiler-cli": "^11.0.2",
"@angular/language-service": "^10.1.5", "@angular/language-service": "^11.0.2",
"@sentry/cli": "^1.58.0", "@sentry/cli": "^1.58.0",
"@sentry/electron": "^2.0.1", "@sentry/electron": "^2.0.1",
"@types/jasmine": "^3.5.14", "@types/jasmine": "~3.6.0",
"@types/jasminewd2": "^2.0.8", "@types/jasminewd2": "^2.0.8",
"@types/node": "14.11.2", "@types/node": "14.14.10",
"codelyzer": "^6.0.1", "codelyzer": "^6.0.0",
"electron": "^10.1.3", "electron": "^11.0.3",
"electron-builder": "22.8.1", "electron-builder": "22.9.1",
"file-loader": "^6.1.1", "file-loader": "^6.1.1",
"jasmine-core": "^3.6.0", "jasmine-core": "~3.6.0",
"jasmine-spec-reporter": "^6.0.0", "jasmine-spec-reporter": "~5.0.0",
"jquery": "^3.5.1", "jquery": "^3.5.1",
"karma": "^5.2.3", "karma": "^5.2.3",
"karma-chrome-launcher": "^3.1.0", "karma-chrome-launcher": "~3.1.0",
"karma-cli": "^2.0.0", "karma-cli": "^2.0.0",
"karma-coverage-istanbul-reporter": "~3.0.2", "karma-coverage-istanbul-reporter": "~3.0.2",
"karma-jasmine": "^4.0.1", "karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "^1.5.4", "karma-jasmine-html-reporter": "^1.5.0",
"license-checker": "^25.0.1", "license-checker": "^25.0.1",
"node-sass": "^4.14.1", "node-sass": "^5.0.0",
"popper.js": "^1.16.1", "popper.js": "^1.16.1",
"prettier": "^2.1.2", "prettier": "^2.1.2",
"protractor": "^7.0.0", "protractor": "^7.0.0",
@ -124,8 +124,8 @@
"ts-node": "~9.0.0", "ts-node": "~9.0.0",
"tslint": "^6.1.3", "tslint": "^6.1.3",
"tslint-config-prettier": "^1.18.0", "tslint-config-prettier": "^1.18.0",
"typescript": "^4.0.3", "typescript": "4.0.0",
"webpack": "^4.44.2", "webpack": "4.44.2",
"yarn-upgrade-all": "^0.5.4" "yarn-upgrade-all": "^0.5.4"
}, },
"greenkeeper": { "greenkeeper": {

1599
yarn.lock

File diff suppressed because it is too large Load Diff