Skip to content
Snippets Groups Projects
Commit 7c653416 authored by Erik Kočamba's avatar Erik Kočamba
Browse files

Merge branch '23-update-to-angular-14' into 'master'

Resolve "Update to Angular 14"

Closes #23

See merge request muni-kypo-crp/frontend-angular/models/kypo2-angular-topology-model!27
parents b5e3c42c e886a961
No related branches found
No related tags found
No related merge requests found
14.0.0 Update to Angular 14.
13.0.0 Update to Angular 13, CI/CD update 13.0.0 Update to Angular 13, CI/CD update
12.0.3 Add new node of "special" type (for internet nodes) 12.0.3 Add new node of "special" type (for internet nodes)
12.0.2 Update gitlab CI 12.0.2 Update gitlab CI
...@@ -150,6 +150,5 @@ ...@@ -150,6 +150,5 @@
} }
} }
} }
}, }
"defaultProject": "graph-topology-model"
} }
This diff is collapsed.
...@@ -25,50 +25,49 @@ ...@@ -25,50 +25,49 @@
}, },
"private": false, "private": false,
"dependencies": { "dependencies": {
"@angular/common": "^13.2.0", "@angular/common": "^14.0.3",
"@angular/core": "^13.2.0", "@angular/core": "^14.0.3",
"@angular/compiler": "^13.2.0", "@angular/compiler": "^14.0.3",
"@angular/animations": "^13.2.0", "@angular/animations": "^14.0.3",
"@angular/forms": "^13.2.0", "@angular/forms": "^14.0.3",
"@angular/platform-browser": "^13.2.0", "@angular/platform-browser": "^14.0.3",
"@angular/platform-browser-dynamic": "^13.2.0", "@angular/platform-browser-dynamic": "^14.0.3",
"@angular/router": "^13.2.0", "@angular/router": "^14.0.3",
"typescript-collections": "~1.3.3", "typescript-collections": "~1.3.3",
"core-js": "^2.5.4", "core-js": "^3.23.2",
"rxjs": "~7.5.2", "rxjs": "~7.5.5",
"tslib": "^2.3.1", "tslib": "^2.4.0",
"zone.js": "~0.11.4" "zone.js": "~0.11.6"
}, },
"devDependencies": { "devDependencies": {
"@angular/compiler-cli": "^13.2.0", "@angular/compiler-cli": "^14.0.3",
"@angular-devkit/architect": "^0.1302.0", "@angular-devkit/architect": "^0.1400.2",
"@angular-devkit/build-angular": "~13.2.0", "@angular-devkit/build-angular": "^14.0.2",
"@angular/language-service": "^13.2.0", "@angular/language-service": "^14.0.3",
"@angular-eslint/builder": "~13.0.1", "@angular-eslint/builder": "~13.5.0",
"@angular-eslint/eslint-plugin": "^13.0.1", "@angular-eslint/eslint-plugin": "^13.5.0",
"@angular-eslint/eslint-plugin-template": "^13.0.1", "@angular-eslint/eslint-plugin-template": "^13.5.0",
"@angular-eslint/schematics": "^13.0.1", "@angular-eslint/schematics": "^13.5.0",
"@angular-eslint/template-parser": "^13.0.1", "@angular-eslint/template-parser": "^13.5.0",
"@typescript-eslint/eslint-plugin": "^5.10.1", "@typescript-eslint/eslint-plugin": "^5.29.0",
"@typescript-eslint/parser": "^5.10.1", "@typescript-eslint/parser": "^5.29.0",
"eslint": "^8.6.0", "eslint": "^8.18.0",
"ng-packagr": "^13.2.0", "ng-packagr": "^14.0.2",
"typescript": "~4.5.5", "typescript": "~4.7.4",
"@angular/cli": "~13.2.0", "@angular/cli": "^14.0.2",
"@types/d3": "^5.16.0", "@types/d3": "^7.4.0",
"@types/jasmine": "~3.6.0", "@types/jasmine": "~4.0.3",
"@types/jasminewd2": "~2.0.3", "@types/jasminewd2": "~2.0.10",
"@types/node": "^17.0.8", "@types/node": "^18.0.0",
"jasmine-core": "~3.6.0", "jasmine-core": "~4.2.0",
"jasmine-spec-reporter": "~5.0.0", "jasmine-spec-reporter": "~7.0.0",
"karma": "~6.3.3", "karma": "~6.4.0",
"karma-chrome-launcher": "~3.1.0", "karma-chrome-launcher": "~3.1.1",
"karma-coverage-istanbul-reporter": "~3.0.2", "karma-coverage-istanbul-reporter": "~3.0.3",
"karma-jasmine": "~4.0.0", "karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "^1.5.0", "karma-jasmine-html-reporter": "^2.0.0",
"husky": "^4.2.5", "husky": "^8.0.1",
"prettier": "^2.5.1", "prettier": "^2.7.1",
"protractor": "~7.0.0", "ts-node": "~10.8.1"
"ts-node": "~8.3.0"
} }
} }
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
"compilerOptions": { "compilerOptions": {
"outDir": "../../out-tsc/lib", "outDir": "../../out-tsc/lib",
"declarationMap": true, "declarationMap": true,
"target": "es2018", "target": "es2020",
"moduleResolution": "node", "moduleResolution": "node",
"declaration": true, "declaration": true,
"sourceMap": true, "sourceMap": true,
......
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
"moduleResolution": "node", "moduleResolution": "node",
"emitDecoratorMetadata": true, "emitDecoratorMetadata": true,
"experimentalDecorators": true, "experimentalDecorators": true,
"target": "es2018", "target": "es2020",
"typeRoots": [ "typeRoots": [
"node_modules/@types" "node_modules/@types"
], ],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment