mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2026-09-09 18:02:54 +00:00
[ACS-11404] update ng from 19.2.19 to 19.2.20 (#5142)
* [ACS-11404] update ng from 19.2.19 to 19.2.20 * [ACS-11404] remove deprecated devtools playwright property * [ACS-11404] update ng devkit from 19.2.19 to 19.2.20 * [ACS-11404] lock pdfjs-dist version
This commit is contained in:
Generated
+2877
-2328
File diff suppressed because it is too large
Load Diff
+13
-13
@@ -47,17 +47,17 @@
|
||||
"@alfresco/adf-extensions": "8.5.0-24332922236",
|
||||
"@alfresco/eslint-plugin-eslint-angular": "8.5.0-24332922236",
|
||||
"@alfresco/js-api": "9.5.0-24332922236",
|
||||
"@angular/animations": "19.2.19",
|
||||
"@angular/animations": "19.2.20",
|
||||
"@angular/cdk": "19.2.19",
|
||||
"@angular/common": "19.2.19",
|
||||
"@angular/compiler": "19.2.19",
|
||||
"@angular/core": "19.2.19",
|
||||
"@angular/forms": "19.2.19",
|
||||
"@angular/common": "19.2.20",
|
||||
"@angular/compiler": "19.2.20",
|
||||
"@angular/core": "19.2.20",
|
||||
"@angular/forms": "19.2.20",
|
||||
"@angular/material": "19.2.19",
|
||||
"@angular/material-date-fns-adapter": "19.2.19",
|
||||
"@angular/platform-browser": "19.2.19",
|
||||
"@angular/platform-browser-dynamic": "19.2.19",
|
||||
"@angular/router": "19.2.19",
|
||||
"@angular/platform-browser": "19.2.20",
|
||||
"@angular/platform-browser-dynamic": "19.2.20",
|
||||
"@angular/router": "19.2.20",
|
||||
"@fontsource/open-sans": "^5.1.0",
|
||||
"@mat-datetimepicker/core": "15.0.2",
|
||||
"@ngrx/effects": "19.2.1",
|
||||
@@ -72,7 +72,7 @@
|
||||
"mermaid": "^11.12.3",
|
||||
"minimatch-browser": "^1.0.0",
|
||||
"ngx-markdown": "19.1.1",
|
||||
"pdfjs-dist": "^5.1.91",
|
||||
"pdfjs-dist": "5.1.91",
|
||||
"prismjs": "^1.30.0",
|
||||
"rxjs": "7.8.2",
|
||||
"tslib": "2.8.1",
|
||||
@@ -81,15 +81,15 @@
|
||||
"devDependencies": {
|
||||
"@alfresco/adf-cli": "8.5.0-24332922236",
|
||||
"@angular-devkit/build-angular": "19.2.22",
|
||||
"@angular-devkit/core": "19.2.18",
|
||||
"@angular-devkit/schematics": "19.2.18",
|
||||
"@angular-devkit/core": "19.2.20",
|
||||
"@angular-devkit/schematics": "19.2.20",
|
||||
"@angular-eslint/builder": "19.8.1",
|
||||
"@angular-eslint/eslint-plugin": "19.8.1",
|
||||
"@angular-eslint/eslint-plugin-template": "19.8.1",
|
||||
"@angular-eslint/schematics": "19.8.1",
|
||||
"@angular-eslint/template-parser": "19.8.1",
|
||||
"@angular/compiler-cli": "19.2.19",
|
||||
"@angular/language-service": "19.2.18",
|
||||
"@angular/compiler-cli": "19.2.20",
|
||||
"@angular/language-service": "19.2.20",
|
||||
"@cspell/eslint-plugin": "^9.2.1",
|
||||
"@nx/angular": "22.5.4",
|
||||
"@nx/eslint-plugin": "22.5.4",
|
||||
|
||||
@@ -58,7 +58,6 @@ function getBrowsersToUse(): string[] {
|
||||
|
||||
function getBrowserConfig(browser: string): BrowserConfig {
|
||||
const launchOptions: LaunchOptions = {
|
||||
devtools: false,
|
||||
slowMo: 300
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user