Skip to content
Snippets Groups Projects
Commit 4824f3fe authored by AndiMajore's avatar AndiMajore
Browse files

successfull final cleanup

parent 0f9abed4
No related branches found
No related tags found
No related merge requests found
Pipeline #11018 failed
......@@ -22,7 +22,6 @@
"main": "src/main.ts",
"polyfills": "src/polyfills.ts",
"tsConfig": "tsconfig.app.json",
"aot": true,
"assets": [
"src/favicon.ico",
"src/assets"
......@@ -31,7 +30,13 @@
"src/styles.scss"
],
"scripts": [],
"crossOrigin": "use-credentials"
"crossOrigin": "use-credentials",
"vendorChunk": true,
"extractLicenses": false,
"buildOptimizer": false,
"sourceMap": true,
"optimization": false,
"namedChunks": true
},
"configurations": {
"local": {
......@@ -98,7 +103,8 @@
}
]
}
}
},
"defaultConfiguration": ""
},
"serve": {
"builder": "@angular-devkit/build-angular:dev-server",
......
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
......@@ -9,7 +9,7 @@
"test": "ng test",
"lint": "ng lint && htmlhint",
"e2e": "ng e2e",
"build-prod": "ng build --prod --output-hashing=none",
"build-prod": "ng build --configuration=production --output-hashing=none",
"build-dev": "ng build --configuration=development --output-hashing=none",
"package-es5": "cd dist/netex && cat runtime-es5.js polyfills-es5.js main-es5.js > bundle-es5.js",
"package-es2015": "cd dist/netex && cat runtime-es2015.js polyfills-es2015.js main-es2015.js > bundle-es2015.js",
......@@ -19,53 +19,53 @@
},
"private": true,
"dependencies": {
"@angular/animations": "^11.2.14",
"@angular/cdk": "^11.2.13",
"@angular/common": "~11.2.14",
"@angular/compiler": "~11.2.14",
"@angular/core": "~11.2.14",
"@angular/elements": "^11.2.14",
"@angular/forms": "~11.2.14",
"@angular/localize": "^11.2.14",
"@angular/platform-browser": "~11.2.14",
"@angular/platform-browser-dynamic": "~11.2.14",
"@angular/router": "~11.2.14",
"@angular/animations": "^12.0.3",
"@angular/cdk": "^12.0.4",
"@angular/common": "~12.0.3",
"@angular/compiler": "~12.0.3",
"@angular/core": "~12.0.3",
"@angular/elements": "^12.0.3",
"@angular/forms": "~12.0.3",
"@angular/localize": "^12.0.3",
"@angular/platform-browser": "~12.0.3",
"@angular/platform-browser-dynamic": "~12.0.3",
"@angular/router": "~12.0.3",
"@ng-select/ng-select": "^6.1.0",
"bulma": "^0.8.1",
"bulma-toast": "^1.5.4",
"bulma": "^0.9.2",
"bulma-toast": "^2.3.1",
"bulma-tooltip": "^3.0.2",
"document-register-element": "^1.7.2",
"html2canvas": "^1.0.0-rc.5",
"primeicons": "^2.0.0",
"primeng": "^11.4.2",
"primeicons": "^4.1.0",
"primeng": "^12.0.0-rc.1",
"python": "0.0.4",
"python-shell": "^1.0.8",
"rxjs": "~6.5.4",
"python-shell": "^3.0.0",
"rxjs": "~7.1.0",
"tslib": "^2.0.0",
"zone.js": "~0.10.2"
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.1102.14",
"@angular/cli": "~11.2.14",
"@angular/compiler-cli": "~11.2.14",
"@angular/language-service": "~11.2.14",
"@types/jasmine": "~3.6.0",
"@angular-devkit/build-angular": "~12.0.3",
"@angular/cli": "~12.0.3",
"@angular/compiler-cli": "~12.0.3",
"@angular/language-service": "~12.0.3",
"@types/jasmine": "~3.7.7",
"@types/jasminewd2": "^2.0.9",
"@types/node": "^12.20.15",
"@types/node": "^15.12.2",
"codelyzer": "^6.0.0",
"concat": "^1.0.3",
"fs-extra": "^9.1.0",
"htmlhint": "^0.11.0",
"jasmine-core": "~3.6.0",
"jasmine-spec-reporter": "~5.0.0",
"fs-extra": "^10.0.0",
"htmlhint": "^0.14.2",
"jasmine-core": "~3.7.1",
"jasmine-spec-reporter": "~7.0.0",
"karma": "~6.3.3",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage-istanbul-reporter": "~3.0.2",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "^1.5.0",
"protractor": "~7.0.0",
"ts-node": "~8.3.0",
"ts-node": "~10.0.0",
"tslint": "~6.1.0",
"typescript": "~4.0.7"
"typescript": "~4.2.4"
}
}
......@@ -14,4 +14,4 @@ export const environment = {
* This import should be commented out in production mode because it will have a negative impact
* on performance if an error is thrown.
*/
import 'zone.js/dist/zone-error'; // Included with Angular CLI.
import 'zone.js/plugins/zone-error'; // Included with Angular CLI.
......@@ -14,4 +14,4 @@ export const environment = {
* This import should be commented out in production mode because it will have a negative impact
* on performance if an error is thrown.
*/
import 'zone.js/dist/zone-error'; // Included with Angular CLI.
import 'zone.js/plugins/zone-error'; // Included with Angular CLI.
......@@ -59,7 +59,7 @@ import '@angular/localize/init';
/***************************************************************************************************
* Zone JS is required by default for Angular itself.
*/
import 'zone.js/dist/zone'; // Included with Angular CLI.
import 'zone.js'; // Included with Angular CLI.
/***************************************************************************************************
......
// This file is required by karma.conf.js and loads recursively all the .spec and framework files
import 'zone.js/dist/zone-testing';
import 'zone.js/testing';
import { getTestBed } from '@angular/core/testing';
import {
BrowserDynamicTestingModule,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment