mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
Workin on ng16? maybe
This commit is contained in:
@@ -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
@@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Generated
+500
-1488
File diff suppressed because it is too large
Load Diff
+4
-4
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user