Workin on ng16? maybe

This commit is contained in:
Vito Albano
2023-08-15 09:50:43 +01:00
parent 900ad407b2
commit 9f80967592
4 changed files with 522 additions and 1503 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
@use '@angular/material' as mat;
$alfresco-typography: mat.define-typography-config(
$alfresco-typography: define-typography-config(
$font-family: 'Muli, Roboto, "Helvetica Neue", sans-serif',
$display-4: mat.define-typography-level(112px, 112px, 300),
$display-3: mat.define-typography-level(56px, 56px, 400),
+17 -10
View File
@@ -1,18 +1,25 @@
{
"migrations": [
{
"version": "16.0.0-0",
"description": "Updates the Angular Material to v16",
"factory": "./ng-update/index_bundled#updateToV16",
"package": "@angular/material",
"name": "migration-v16"
"version": "16.0.0",
"factory": "./update-16/remove-default-project-option",
"description": "Remove 'defaultProject' option from workspace configuration. The project to use will be determined from the current working directory.",
"package": "@angular/cli",
"name": "remove-default-project-option"
},
{
"version": "16.0.0-0",
"description": "Updates the Angular CDK to v16",
"factory": "./ng-update/index#updateToV16",
"package": "@angular/cdk",
"name": "migration-v16"
"version": "16.0.0",
"factory": "./update-16/replace-default-collection-option",
"description": "Replace removed 'defaultCollection' option in workspace configuration with 'schematicCollections'.",
"package": "@angular/cli",
"name": "replace-default-collection-option"
},
{
"version": "16.0.0",
"factory": "./update-16/update-server-builder-config",
"description": "Update the '@angular-devkit/build-angular:server' builder configuration to disable 'buildOptimizer' for non optimized builds.",
"package": "@angular/cli",
"name": "update-server-builder-config"
}
]
}
+500 -1488
View File
File diff suppressed because it is too large Load Diff
+4 -4
View File
@@ -102,10 +102,10 @@
"@angular-devkit/build-angular": "16.2.0",
"@angular-devkit/core": "16.2.0",
"@angular-devkit/schematics": "16.2.0",
"@angular-eslint/eslint-plugin": "15.2.1",
"@angular-eslint/eslint-plugin-template": "14.3.0",
"@angular-eslint/template-parser": "16.0.1",
"@angular/cli": "~14.1.0",
"@angular-eslint/eslint-plugin": "16.1.0",
"@angular-eslint/eslint-plugin-template": "16.1.0",
"@angular-eslint/template-parser": "16.1.0",
"@angular/cli": "16.2.0",
"@angular/compiler-cli": "16.2.0",
"@editorjs/code": "2.8.0",
"@editorjs/inline-code": "1.4.0",