From eddf6cfe44e5c35fd9314538b6e32bdf2bdcd5c4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 6 Feb 2024 16:52:40 +0000 Subject: [PATCH] chore(deps): update angular dependencies --- apps/chrome-devtools/package.json | 24 +- apps/github-cascading-app/package.json | 16 +- apps/showcase/package.json | 34 +- apps/vscode-extension/package.json | 18 +- package.json | 38 +- packages/@ama-sdk/core/package.json | 18 +- packages/@ama-sdk/create/package.json | 10 +- packages/@ama-sdk/schematics/package.json | 16 +- packages/@ama-sdk/showcase-sdk/package.json | 10 +- packages/@ama-terasu/schematics/package.json | 6 +- .../amaterasu/amaterasu-otter/package.json | 2 +- packages/@o3r/analytics/package.json | 34 +- packages/@o3r/apis-manager/package.json | 28 +- packages/@o3r/application/package.json | 28 +- packages/@o3r/artifactory-tools/package.json | 4 +- packages/@o3r/azure-tools/package.json | 4 +- packages/@o3r/components/package.json | 44 +- packages/@o3r/configuration/package.json | 26 +- packages/@o3r/core/package.json | 50 +- packages/@o3r/create/package.json | 10 +- packages/@o3r/design/package.json | 24 +- packages/@o3r/dev-tools/package.json | 4 +- packages/@o3r/dynamic-content/package.json | 28 +- .../@o3r/eslint-config-otter/package.json | 14 +- packages/@o3r/eslint-plugin/package.json | 8 +- packages/@o3r/extractors/package.json | 22 +- packages/@o3r/forms/package.json | 26 +- packages/@o3r/localization/package.json | 44 +- packages/@o3r/logger/package.json | 24 +- packages/@o3r/mobile/package.json | 30 +- packages/@o3r/routing/package.json | 28 +- packages/@o3r/rules-engine/package.json | 36 +- packages/@o3r/schematics/package.json | 32 +- packages/@o3r/store-sync/package.json | 22 +- packages/@o3r/storybook/package.json | 32 +- packages/@o3r/stylelint-plugin/package.json | 6 +- packages/@o3r/styling/package.json | 44 +- packages/@o3r/telemetry/package.json | 12 +- packages/@o3r/test-helpers/package.json | 6 +- packages/@o3r/testing/package.json | 36 +- packages/@o3r/third-party/package.json | 22 +- packages/@o3r/workspace/package.json | 42 +- yarn.lock | 3353 ++++++++++------- 43 files changed, 2549 insertions(+), 1766 deletions(-) diff --git a/apps/chrome-devtools/package.json b/apps/chrome-devtools/package.json index ea9094bdbc..2a5d43f523 100644 --- a/apps/chrome-devtools/package.json +++ b/apps/chrome-devtools/package.json @@ -31,14 +31,14 @@ "dist/" ], "devDependencies": { - "@angular-devkit/build-angular": "~17.0.3", + "@angular-devkit/build-angular": "~17.1.0", "@angular-eslint/builder": "~17.2.0", "@angular-eslint/eslint-plugin": "~17.2.0", "@angular-eslint/eslint-plugin-template": "~17.2.0", "@angular-eslint/template-parser": "~17.2.0", - "@angular/cli": "~17.0.3", - "@angular/compiler": "~17.0.4", - "@angular/compiler-cli": "~17.0.4", + "@angular/cli": "~17.1.0", + "@angular/compiler": "~17.1.0", + "@angular/compiler-cli": "~17.1.0", "@nx/eslint-plugin": "~17.3.0", "@nx/jest": "~17.3.0", "@o3r/build-helpers": "workspace:^", @@ -76,14 +76,14 @@ "typescript": "~5.2.2" }, "dependencies": { - "@angular/animations": "~17.0.4", - "@angular/common": "~17.0.4", - "@angular/core": "~17.0.4", - "@angular/forms": "~17.0.4", - "@angular/localize": "~17.0.4", - "@angular/platform-browser": "~17.0.4", - "@angular/platform-browser-dynamic": "~17.0.4", - "@angular/router": "~17.0.4", + "@angular/animations": "~17.1.0", + "@angular/common": "~17.1.0", + "@angular/core": "~17.1.0", + "@angular/forms": "~17.1.0", + "@angular/localize": "~17.1.0", + "@angular/platform-browser": "~17.1.0", + "@angular/platform-browser-dynamic": "~17.1.0", + "@angular/router": "~17.1.0", "@design-factory/design-factory": "^15.2.2", "@ng-bootstrap/ng-bootstrap": "^16.0.0", "@ng-select/ng-select": "~12.0.0", diff --git a/apps/github-cascading-app/package.json b/apps/github-cascading-app/package.json index 2ff7b5ee5f..67d4e86894 100644 --- a/apps/github-cascading-app/package.json +++ b/apps/github-cascading-app/package.json @@ -23,17 +23,17 @@ }, "devDependencies": { "@actions/github": "^6.0.0", - "@angular-devkit/build-angular": "~17.0.3", - "@angular-devkit/core": "~17.0.3", + "@angular-devkit/build-angular": "~17.1.0", + "@angular-devkit/core": "~17.1.0", "@angular-eslint/builder": "~17.2.0", "@angular-eslint/eslint-plugin": "~17.2.0", "@angular-eslint/eslint-plugin-template": "~17.2.0", - "@angular/common": "~17.0.4", - "@angular/compiler": "~17.0.4", - "@angular/compiler-cli": "~17.0.4", - "@angular/core": "~17.0.4", - "@angular/platform-browser": "~17.0.4", - "@angular/platform-browser-dynamic": "~17.0.4", + "@angular/common": "~17.1.0", + "@angular/compiler": "~17.1.0", + "@angular/compiler-cli": "~17.1.0", + "@angular/core": "~17.1.0", + "@angular/platform-browser": "~17.1.0", + "@angular/platform-browser-dynamic": "~17.1.0", "@nx/eslint": "~17.3.0", "@nx/eslint-plugin": "~17.3.0", "@nx/jest": "~17.3.0", diff --git a/apps/showcase/package.json b/apps/showcase/package.json index 3ee2c0e460..b6f72cc8be 100644 --- a/apps/showcase/package.json +++ b/apps/showcase/package.json @@ -28,16 +28,16 @@ "@ama-sdk/core": "workspace:^", "@ama-sdk/schematics": "workspace:^", "@ama-sdk/showcase-sdk": "workspace:^", - "@angular/animations": "~17.0.4", - "@angular/cdk": "~17.0.1", - "@angular/common": "~17.0.4", - "@angular/compiler": "~17.0.4", - "@angular/core": "~17.0.4", - "@angular/forms": "~17.0.4", - "@angular/localize": "~17.0.4", - "@angular/platform-browser": "~17.0.4", - "@angular/platform-browser-dynamic": "~17.0.4", - "@angular/router": "~17.0.4", + "@angular/animations": "~17.1.0", + "@angular/cdk": "~17.1.0", + "@angular/common": "~17.1.0", + "@angular/compiler": "~17.1.0", + "@angular/core": "~17.1.0", + "@angular/forms": "~17.1.0", + "@angular/localize": "~17.1.0", + "@angular/platform-browser": "~17.1.0", + "@angular/platform-browser-dynamic": "~17.1.0", + "@angular/router": "~17.1.0", "@design-factory/design-factory": "^15.2.2", "@formatjs/intl-numberformat": "~8.10.0", "@ng-bootstrap/ng-bootstrap": "^16.0.0", @@ -75,15 +75,15 @@ }, "devDependencies": { "@amadeus-it-group/kassette": "^1.7.0", - "@angular-devkit/architect": "~0.1700.3", - "@angular-devkit/build-angular": "~17.0.3", - "@angular-devkit/core": "~17.0.3", - "@angular-devkit/schematics": "~17.0.3", + "@angular-devkit/architect": "~0.1701.0", + "@angular-devkit/build-angular": "~17.1.0", + "@angular-devkit/core": "~17.1.0", + "@angular-devkit/schematics": "~17.1.0", "@angular-eslint/eslint-plugin": "~17.2.0", "@angular-eslint/eslint-plugin-template": "~17.2.0", "@angular-eslint/template-parser": "~17.2.0", - "@angular/cli": "~17.0.3", - "@angular/compiler-cli": "~17.0.4", + "@angular/cli": "~17.1.0", + "@angular/compiler-cli": "~17.1.0", "@nx/eslint-plugin": "~17.3.0", "@o3r/design": "workspace:^", "@o3r/eslint-config-otter": "workspace:^", @@ -91,7 +91,7 @@ "@o3r/schematics": "workspace:^", "@o3r/testing": "workspace:^", "@playwright/test": "~1.41.0", - "@schematics/angular": "~17.0.3", + "@schematics/angular": "~17.1.0", "@stylistic/eslint-plugin-ts": "^1.5.4", "@types/bootstrap": "^5.2.6", "@types/jest": "~29.5.2", diff --git a/apps/vscode-extension/package.json b/apps/vscode-extension/package.json index 16673a0e26..cb5e8e3e43 100644 --- a/apps/vscode-extension/package.json +++ b/apps/vscode-extension/package.json @@ -335,16 +335,16 @@ "eslint": "^8.42.0" }, "devDependencies": { - "@angular-devkit/build-angular": "~17.0.3", - "@angular-devkit/core": "~17.0.3", - "@angular-devkit/schematics": "~17.0.3", + "@angular-devkit/build-angular": "~17.1.0", + "@angular-devkit/core": "~17.1.0", + "@angular-devkit/schematics": "~17.1.0", "@angular-eslint/eslint-plugin": "~17.2.0", - "@angular/common": "~17.0.4", - "@angular/compiler": "~17.0.4", - "@angular/compiler-cli": "~17.0.4", - "@angular/core": "~17.0.4", - "@angular/platform-browser": "~17.0.4", - "@angular/platform-browser-dynamic": "~17.0.4", + "@angular/common": "~17.1.0", + "@angular/compiler": "~17.1.0", + "@angular/compiler-cli": "~17.1.0", + "@angular/core": "~17.1.0", + "@angular/platform-browser": "~17.1.0", + "@angular/platform-browser-dynamic": "~17.1.0", "@nx/eslint-plugin": "~17.3.0", "@nx/jest": "~17.3.0", "@o3r/build-helpers": "workspace:^", diff --git a/package.json b/package.json index 5545c3b8aa..03ed188125 100644 --- a/package.json +++ b/package.json @@ -132,8 +132,8 @@ "gonzales-pe-sl/minimist": "^1.2.0" }, "dependencies": { - "@angular/core": "~17.0.4", - "@angular/platform-browser": "~17.0.4", + "@angular/core": "~17.1.0", + "@angular/platform-browser": "~17.1.0", "pixelmatch": "^5.2.1", "pngjs": "^7.0.0", "rxjs": "^7.8.1", @@ -144,24 +144,24 @@ "@actions/core": "^1.10.0", "@actions/exec": "^1.1.1", "@actions/github": "^6.0.0", - "@angular-devkit/architect": "~0.1700.3", - "@angular-devkit/build-angular": "~17.0.3", - "@angular-devkit/core": "~17.0.3", - "@angular-devkit/schematics": "~17.0.3", + "@angular-devkit/architect": "~0.1701.0", + "@angular-devkit/build-angular": "~17.1.0", + "@angular-devkit/core": "~17.1.0", + "@angular-devkit/schematics": "~17.1.0", "@angular-eslint/eslint-plugin": "~17.2.0", "@angular-eslint/eslint-plugin-template": "~17.2.0", "@angular-eslint/template-parser": "~17.2.0", - "@angular/animations": "~17.0.4", - "@angular/cdk": "~17.0.1", - "@angular/cli": "~17.0.3", - "@angular/common": "~17.0.4", - "@angular/compiler": "~17.0.4", - "@angular/compiler-cli": "~17.0.4", - "@angular/forms": "~17.0.4", - "@angular/localize": "~17.0.4", - "@angular/platform-browser": "~17.0.4", - "@angular/platform-browser-dynamic": "~17.0.4", - "@angular/router": "~17.0.4", + "@angular/animations": "~17.1.0", + "@angular/cdk": "~17.1.0", + "@angular/cli": "~17.1.0", + "@angular/common": "~17.1.0", + "@angular/compiler": "~17.1.0", + "@angular/compiler-cli": "~17.1.0", + "@angular/forms": "~17.1.0", + "@angular/localize": "~17.1.0", + "@angular/platform-browser": "~17.1.0", + "@angular/platform-browser-dynamic": "~17.1.0", + "@angular/router": "~17.1.0", "@babel/core": "~7.23.0", "@babel/preset-typescript": "~7.23.0", "@commitlint/cli": "^18.0.0", @@ -189,7 +189,7 @@ "@o3r/workspace": "workspace:^", "@playwright/test": "~1.41.0", "@popperjs/core": "^2.11.5", - "@schematics/angular": "~17.0.3", + "@schematics/angular": "~17.1.0", "@stylistic/eslint-plugin-ts": "^1.5.4", "@swc-node/register": "^1.6.7", "@swc/core": "^1.3.85", @@ -227,7 +227,7 @@ "jsonpath-plus": "^8.0.0", "lint-staged": "^15.0.0", "minimist": "^1.2.6", - "ng-packagr": "~17.0.0", + "ng-packagr": "~17.1.0", "ngx-highlightjs": "^10.0.0", "npm-run-all2": "^6.0.0", "nx": "~17.3.0", diff --git a/packages/@ama-sdk/core/package.json b/packages/@ama-sdk/core/package.json index a9ac93606b..044b20b68a 100644 --- a/packages/@ama-sdk/core/package.json +++ b/packages/@ama-sdk/core/package.json @@ -63,11 +63,11 @@ "uuid": "^9.0.0" }, "peerDependencies": { - "@angular-devkit/schematics": "~17.0.0", - "@angular/cli": "~17.0.0", - "@angular/common": "~17.0.2", + "@angular-devkit/schematics": "~17.1.0", + "@angular/cli": "~17.1.0", + "@angular/common": "~17.1.0", "@o3r/schematics": "workspace:^", - "@schematics/angular": "~17.0.0", + "@schematics/angular": "~17.1.0", "chokidar": "^3.5.2", "cpy": "~11.0.0", "globby": "^11.1.0", @@ -103,17 +103,17 @@ } }, "devDependencies": { - "@angular-devkit/core": "~17.0.3", - "@angular-devkit/schematics": "~17.0.3", + "@angular-devkit/core": "~17.1.0", + "@angular-devkit/schematics": "~17.1.0", "@angular-eslint/eslint-plugin": "~17.2.0", - "@angular/common": "~17.0.4", - "@angular/core": "~17.0.4", + "@angular/common": "~17.1.0", + "@angular/core": "~17.1.0", "@nx/eslint-plugin": "~17.3.0", "@nx/jest": "~17.3.0", "@o3r/build-helpers": "workspace:^", "@o3r/eslint-plugin": "workspace:^", "@o3r/test-helpers": "workspace:^", - "@schematics/angular": "~17.0.3", + "@schematics/angular": "~17.1.0", "@stylistic/eslint-plugin-ts": "^1.5.4", "@swc/cli": "^0.3.0", "@swc/core": "^1.3.85", diff --git a/packages/@ama-sdk/create/package.json b/packages/@ama-sdk/create/package.json index 431d2aa2ef..6f1333801b 100644 --- a/packages/@ama-sdk/create/package.json +++ b/packages/@ama-sdk/create/package.json @@ -19,13 +19,13 @@ "dependencies": { "@ama-sdk/core": "workspace:^", "@ama-sdk/schematics": "workspace:^", - "@angular-devkit/core": "~17.0.3", - "@angular-devkit/schematics": "~17.0.3", - "@angular-devkit/schematics-cli": "~17.0.3", - "@angular/cli": "~17.0.3", + "@angular-devkit/core": "~17.1.0", + "@angular-devkit/schematics": "~17.1.0", + "@angular-devkit/schematics-cli": "~17.1.0", + "@angular/cli": "~17.1.0", "@o3r/schematics": "workspace:^", "@openapitools/openapi-generator-cli": "~2.9.0", - "@schematics/angular": "~17.0.3", + "@schematics/angular": "~17.1.0", "minimist": "^1.2.6", "rxjs": "^7.8.1", "typescript": "~5.2.2" diff --git a/packages/@ama-sdk/schematics/package.json b/packages/@ama-sdk/schematics/package.json index ae93be34b3..3b727b89a9 100644 --- a/packages/@ama-sdk/schematics/package.json +++ b/packages/@ama-sdk/schematics/package.json @@ -49,17 +49,17 @@ }, "peerDependencies": { "@ama-sdk/core": "workspace:^", - "@angular-devkit/core": "~17.0.0", - "@angular-devkit/schematics": "~17.0.0", + "@angular-devkit/core": "~17.1.0", + "@angular-devkit/schematics": "~17.1.0", "@angular-devkit/schematics-cli": "^17.0.1", "@angular/cli": "^17.0.1", "@o3r/schematics": "workspace:^", "@openapitools/openapi-generator-cli": "~2.9.0", - "@schematics/angular": "~17.0.0" + "@schematics/angular": "~17.1.0" }, "dependencies": { - "@angular-devkit/core": "~17.0.3", - "@angular-devkit/schematics": "~17.0.3", + "@angular-devkit/core": "~17.1.0", + "@angular-devkit/schematics": "~17.1.0", "js-yaml": "^4.1.0", "minimatch": "~9.0.3", "rxjs": "^7.8.1", @@ -69,9 +69,9 @@ }, "devDependencies": { "@ama-sdk/core": "workspace:^", - "@angular-devkit/schematics-cli": "~17.0.3", + "@angular-devkit/schematics-cli": "~17.1.0", "@angular-eslint/eslint-plugin": "~17.2.0", - "@angular/cli": "~17.0.3", + "@angular/cli": "~17.1.0", "@nx/eslint-plugin": "~17.3.0", "@nx/jest": "~17.3.0", "@o3r/build-helpers": "workspace:^", @@ -79,7 +79,7 @@ "@o3r/schematics": "workspace:^", "@o3r/test-helpers": "workspace:^", "@openapitools/openapi-generator-cli": "~2.9.0", - "@schematics/angular": "~17.0.3", + "@schematics/angular": "~17.1.0", "@stylistic/eslint-plugin-ts": "^1.5.4", "@types/jest": "~29.5.2", "@types/js-yaml": "^4.0.5", diff --git a/packages/@ama-sdk/showcase-sdk/package.json b/packages/@ama-sdk/showcase-sdk/package.json index 7c9ff4bac5..37caa8e5c9 100644 --- a/packages/@ama-sdk/showcase-sdk/package.json +++ b/packages/@ama-sdk/showcase-sdk/package.json @@ -60,13 +60,13 @@ "devDependencies": { "@ama-sdk/core": "workspace:^", "@ama-sdk/schematics": "workspace:^", - "@angular-devkit/core": "~17.0.3", - "@angular-devkit/schematics": "~17.0.3", - "@angular-devkit/schematics-cli": "~17.0.3", + "@angular-devkit/core": "~17.1.0", + "@angular-devkit/schematics": "~17.1.0", + "@angular-devkit/schematics-cli": "~17.1.0", "@angular-eslint/eslint-plugin": "~17.2.0", "@angular-eslint/eslint-plugin-template": "~17.2.0", "@angular-eslint/utils": "~17.2.0", - "@angular/compiler": "~17.0.4", + "@angular/compiler": "~17.1.0", "@commitlint/cli": "^18.0.0", "@commitlint/config-conventional": "^18.0.0", "@nx/eslint-plugin": "~17.3.0", @@ -74,7 +74,7 @@ "@o3r/eslint-config-otter": "workspace:^", "@o3r/eslint-plugin": "workspace:^", "@openapitools/openapi-generator-cli": "~2.9.0", - "@schematics/angular": "~17.0.3", + "@schematics/angular": "~17.1.0", "@stylistic/eslint-plugin-ts": "^1.5.4", "@swc/cli": "^0.3.0", "@swc/core": "^1.3.85", diff --git a/packages/@ama-terasu/schematics/package.json b/packages/@ama-terasu/schematics/package.json index 9d7b5b65ac..85a13d5684 100644 --- a/packages/@ama-terasu/schematics/package.json +++ b/packages/@ama-terasu/schematics/package.json @@ -18,9 +18,9 @@ "vscode": "^1.22.0" }, "dependencies": { - "@angular-devkit/architect": "~0.1700.3", - "@angular-devkit/core": "~17.0.3", - "@angular-devkit/schematics": "~17.0.3", + "@angular-devkit/architect": "~0.1701.0", + "@angular-devkit/core": "~17.1.0", + "@angular-devkit/schematics": "~17.1.0", "@o3r/schematics": "workspace:^", "tslib": "^2.5.3" }, diff --git a/packages/@o3r/amaterasu/amaterasu-otter/package.json b/packages/@o3r/amaterasu/amaterasu-otter/package.json index c8e30b9661..f568bac036 100644 --- a/packages/@o3r/amaterasu/amaterasu-otter/package.json +++ b/packages/@o3r/amaterasu/amaterasu-otter/package.json @@ -56,7 +56,7 @@ }, "peerDependencies": { "@ama-terasu/core": "workspace:^", - "@angular/cli": "~17.0.0" + "@angular/cli": "~17.1.0" }, "engines": { "node": ">=18.0.0", diff --git a/packages/@o3r/analytics/package.json b/packages/@o3r/analytics/package.json index 97724b26fb..b3598de375 100644 --- a/packages/@o3r/analytics/package.json +++ b/packages/@o3r/analytics/package.json @@ -25,15 +25,15 @@ }, "peerDependencies": { "@ama-sdk/core": "workspace:^", - "@angular/common": "~17.0.2", - "@angular/core": "~17.0.2", - "@angular/platform-browser": "~17.0.2", - "@angular/platform-browser-dynamic": "~17.0.2", - "@angular/router": "~17.0.2", + "@angular/common": "~17.1.0", + "@angular/core": "~17.1.0", + "@angular/platform-browser": "~17.1.0", + "@angular/platform-browser-dynamic": "~17.1.0", + "@angular/router": "~17.1.0", "@ngrx/store": "~17.1.0", "@o3r/core": "workspace:^", "@o3r/schematics": "workspace:^", - "@schematics/angular": "~17.0.0", + "@schematics/angular": "~17.1.0", "jasmine": "^5.0.0", "rxjs": "^7.8.1", "webpack": "~5.90.0" @@ -57,17 +57,17 @@ }, "devDependencies": { "@ama-sdk/core": "workspace:^", - "@angular-devkit/build-angular": "~17.0.3", - "@angular-devkit/core": "~17.0.3", - "@angular-devkit/schematics": "~17.0.3", + "@angular-devkit/build-angular": "~17.1.0", + "@angular-devkit/core": "~17.1.0", + "@angular-devkit/schematics": "~17.1.0", "@angular-eslint/eslint-plugin": "~17.2.0", - "@angular/common": "~17.0.4", - "@angular/compiler": "~17.0.4", - "@angular/compiler-cli": "~17.0.4", - "@angular/core": "~17.0.4", - "@angular/platform-browser": "~17.0.4", - "@angular/platform-browser-dynamic": "~17.0.4", - "@angular/router": "~17.0.4", + "@angular/common": "~17.1.0", + "@angular/compiler": "~17.1.0", + "@angular/compiler-cli": "~17.1.0", + "@angular/core": "~17.1.0", + "@angular/platform-browser": "~17.1.0", + "@angular/platform-browser-dynamic": "~17.1.0", + "@angular/router": "~17.1.0", "@babel/core": "~7.23.0", "@babel/preset-typescript": "~7.23.0", "@compodoc/compodoc": "^1.1.19", @@ -80,7 +80,7 @@ "@o3r/core": "workspace:^", "@o3r/eslint-plugin": "workspace:^", "@o3r/test-helpers": "workspace:^", - "@schematics/angular": "~17.0.3", + "@schematics/angular": "~17.1.0", "@stylistic/eslint-plugin-ts": "^1.5.4", "@types/jasmine": "~5.1.0", "@types/jest": "~29.5.2", diff --git a/packages/@o3r/apis-manager/package.json b/packages/@o3r/apis-manager/package.json index acd9ca2fba..126650e7c5 100644 --- a/packages/@o3r/apis-manager/package.json +++ b/packages/@o3r/apis-manager/package.json @@ -20,11 +20,11 @@ }, "peerDependencies": { "@ama-sdk/core": "workspace:^", - "@angular-devkit/schematics": "~17.0.0", - "@angular/common": "~17.0.2", - "@angular/core": "~17.0.2", + "@angular-devkit/schematics": "~17.1.0", + "@angular/common": "~17.1.0", + "@angular/core": "~17.1.0", "@o3r/schematics": "workspace:^", - "@schematics/angular": "~17.0.0", + "@schematics/angular": "~17.1.0", "rxjs": "^7.8.1", "typescript": "~5.2.2" }, @@ -44,16 +44,16 @@ }, "devDependencies": { "@ama-sdk/core": "workspace:^", - "@angular-devkit/build-angular": "~17.0.3", - "@angular-devkit/core": "~17.0.3", - "@angular-devkit/schematics": "~17.0.3", + "@angular-devkit/build-angular": "~17.1.0", + "@angular-devkit/core": "~17.1.0", + "@angular-devkit/schematics": "~17.1.0", "@angular-eslint/eslint-plugin": "~17.2.0", - "@angular/common": "~17.0.4", - "@angular/compiler": "~17.0.4", - "@angular/compiler-cli": "~17.0.4", - "@angular/core": "~17.0.4", - "@angular/platform-browser": "~17.0.4", - "@angular/platform-browser-dynamic": "~17.0.4", + "@angular/common": "~17.1.0", + "@angular/compiler": "~17.1.0", + "@angular/compiler-cli": "~17.1.0", + "@angular/core": "~17.1.0", + "@angular/platform-browser": "~17.1.0", + "@angular/platform-browser-dynamic": "~17.1.0", "@babel/core": "~7.23.0", "@babel/preset-typescript": "~7.23.0", "@compodoc/compodoc": "^1.1.19", @@ -65,7 +65,7 @@ "@o3r/eslint-plugin": "workspace:^", "@o3r/schematics": "workspace:^", "@o3r/test-helpers": "workspace:^", - "@schematics/angular": "~17.0.3", + "@schematics/angular": "~17.1.0", "@stylistic/eslint-plugin-ts": "^1.5.4", "@types/jest": "~29.5.2", "@types/node": "^20.0.0", diff --git a/packages/@o3r/application/package.json b/packages/@o3r/application/package.json index 0dd214b432..1b0d92b6ea 100644 --- a/packages/@o3r/application/package.json +++ b/packages/@o3r/application/package.json @@ -24,15 +24,15 @@ "prepare:publish": "prepare-publish ./dist" }, "peerDependencies": { - "@angular-devkit/schematics": "~17.0.0", - "@angular/common": "~17.0.2", - "@angular/core": "~17.0.2", + "@angular-devkit/schematics": "~17.1.0", + "@angular/common": "~17.1.0", + "@angular/core": "~17.1.0", "@o3r/core": "workspace:^", "@o3r/logger": "workspace:^", "@o3r/routing": "workspace:^", "@o3r/schematics": "workspace:^", "@o3r/testing": "workspace:^", - "@schematics/angular": "~17.0.0", + "@schematics/angular": "~17.1.0", "rxjs": "^7.8.1", "typescript": "~5.2.2" }, @@ -51,16 +51,16 @@ "tslib": "^2.5.3" }, "devDependencies": { - "@angular-devkit/build-angular": "~17.0.3", - "@angular-devkit/core": "~17.0.3", - "@angular-devkit/schematics": "~17.0.3", + "@angular-devkit/build-angular": "~17.1.0", + "@angular-devkit/core": "~17.1.0", + "@angular-devkit/schematics": "~17.1.0", "@angular-eslint/eslint-plugin": "~17.2.0", - "@angular/common": "~17.0.4", - "@angular/compiler": "~17.0.4", - "@angular/compiler-cli": "~17.0.4", - "@angular/core": "~17.0.4", - "@angular/platform-browser": "~17.0.4", - "@angular/platform-browser-dynamic": "~17.0.4", + "@angular/common": "~17.1.0", + "@angular/compiler": "~17.1.0", + "@angular/compiler-cli": "~17.1.0", + "@angular/core": "~17.1.0", + "@angular/platform-browser": "~17.1.0", + "@angular/platform-browser-dynamic": "~17.1.0", "@babel/core": "~7.23.0", "@babel/preset-typescript": "~7.23.0", "@compodoc/compodoc": "^1.1.19", @@ -75,7 +75,7 @@ "@o3r/routing": "workspace:^", "@o3r/schematics": "workspace:^", "@o3r/testing": "workspace:^", - "@schematics/angular": "~17.0.3", + "@schematics/angular": "~17.1.0", "@stylistic/eslint-plugin-ts": "^1.5.4", "@types/jest": "~29.5.2", "@types/node": "^20.0.0", diff --git a/packages/@o3r/artifactory-tools/package.json b/packages/@o3r/artifactory-tools/package.json index 79ad2c3140..347a691bb4 100644 --- a/packages/@o3r/artifactory-tools/package.json +++ b/packages/@o3r/artifactory-tools/package.json @@ -30,8 +30,8 @@ "winston": "^3.8.2" }, "devDependencies": { - "@angular-devkit/core": "~17.0.3", - "@angular-devkit/schematics": "~17.0.3", + "@angular-devkit/core": "~17.1.0", + "@angular-devkit/schematics": "~17.1.0", "@angular-eslint/eslint-plugin": "~17.2.0", "@babel/core": "~7.23.0", "@babel/preset-typescript": "~7.23.0", diff --git a/packages/@o3r/azure-tools/package.json b/packages/@o3r/azure-tools/package.json index ea3501f9fe..d273c0c019 100644 --- a/packages/@o3r/azure-tools/package.json +++ b/packages/@o3r/azure-tools/package.json @@ -28,8 +28,8 @@ "winston": "^3.8.2" }, "devDependencies": { - "@angular-devkit/core": "~17.0.3", - "@angular-devkit/schematics": "~17.0.3", + "@angular-devkit/core": "~17.1.0", + "@angular-devkit/schematics": "~17.1.0", "@angular-eslint/eslint-plugin": "~17.2.0", "@babel/core": "~7.23.0", "@babel/preset-typescript": "~7.23.0", diff --git a/packages/@o3r/components/package.json b/packages/@o3r/components/package.json index ab02121c89..b3924c018e 100644 --- a/packages/@o3r/components/package.json +++ b/packages/@o3r/components/package.json @@ -28,14 +28,14 @@ "postbuild": "patch-package-json-main" }, "peerDependencies": { - "@angular-devkit/architect": "~0.1700.0", - "@angular-devkit/schematics": "~17.0.0", - "@angular/cdk": "~17.0.0", - "@angular/common": "~17.0.0", - "@angular/core": "~17.0.0", - "@angular/forms": "~17.0.0", - "@angular/platform-browser": "~17.0.0", - "@angular/platform-browser-dynamic": "~17.0.0", + "@angular-devkit/architect": "~0.1701.0", + "@angular-devkit/schematics": "~17.1.0", + "@angular/cdk": "~17.1.0", + "@angular/common": "~17.1.0", + "@angular/core": "~17.1.0", + "@angular/forms": "~17.1.0", + "@angular/platform-browser": "~17.1.0", + "@angular/platform-browser-dynamic": "~17.1.0", "@ngrx/effects": "~17.1.0", "@ngrx/entity": "~17.1.0", "@ngrx/store": "~17.1.0", @@ -48,7 +48,7 @@ "@o3r/rules-engine": "workspace:^", "@o3r/schematics": "workspace:^", "@o3r/testing": "workspace:^", - "@schematics/angular": "~17.0.0", + "@schematics/angular": "~17.1.0", "chokidar": "^3.5.2", "globby": "^11.1.0", "jsonpath-plus": "^8.0.0", @@ -100,19 +100,19 @@ "tslib": "^2.5.3" }, "devDependencies": { - "@angular-devkit/architect": "~0.1700.3", - "@angular-devkit/build-angular": "~17.0.3", - "@angular-devkit/core": "~17.0.3", - "@angular-devkit/schematics": "~17.0.3", + "@angular-devkit/architect": "~0.1701.0", + "@angular-devkit/build-angular": "~17.1.0", + "@angular-devkit/core": "~17.1.0", + "@angular-devkit/schematics": "~17.1.0", "@angular-eslint/eslint-plugin": "~17.2.0", - "@angular/cdk": "~17.0.1", - "@angular/common": "~17.0.4", - "@angular/compiler": "~17.0.4", - "@angular/compiler-cli": "~17.0.4", - "@angular/core": "~17.0.4", - "@angular/forms": "~17.0.4", - "@angular/platform-browser": "~17.0.4", - "@angular/platform-browser-dynamic": "~17.0.4", + "@angular/cdk": "~17.1.0", + "@angular/common": "~17.1.0", + "@angular/compiler": "~17.1.0", + "@angular/compiler-cli": "~17.1.0", + "@angular/core": "~17.1.0", + "@angular/forms": "~17.1.0", + "@angular/platform-browser": "~17.1.0", + "@angular/platform-browser-dynamic": "~17.1.0", "@babel/core": "~7.23.0", "@babel/preset-typescript": "~7.23.0", "@compodoc/compodoc": "^1.1.19", @@ -133,7 +133,7 @@ "@o3r/schematics": "workspace:^", "@o3r/test-helpers": "workspace:^", "@o3r/testing": "workspace:^", - "@schematics/angular": "~17.0.3", + "@schematics/angular": "~17.1.0", "@stylistic/eslint-plugin-ts": "^1.5.4", "@types/jest": "~29.5.2", "@types/node": "^20.0.0", diff --git a/packages/@o3r/configuration/package.json b/packages/@o3r/configuration/package.json index 15ae906a54..7d3dffc645 100644 --- a/packages/@o3r/configuration/package.json +++ b/packages/@o3r/configuration/package.json @@ -32,15 +32,15 @@ "prepare:publish": "prepare-publish ./dist" }, "peerDependencies": { - "@angular/core": "~17.0.2", - "@angular/platform-browser-dynamic": "~17.0.2", + "@angular/core": "~17.1.0", + "@angular/platform-browser-dynamic": "~17.1.0", "@ngrx/entity": "~17.1.0", "@ngrx/store": "~17.1.0", "@o3r/core": "workspace:^", "@o3r/logger": "workspace:^", "@o3r/schematics": "workspace:^", "@o3r/testing": "workspace:^", - "@schematics/angular": "~17.0.0", + "@schematics/angular": "~17.1.0", "cheerio": "^1.0.0-rc.10", "express-interceptor": "^1.2.0", "jasmine": "^5.0.0", @@ -71,16 +71,16 @@ "tslib": "^2.5.3" }, "devDependencies": { - "@angular-devkit/build-angular": "~17.0.3", - "@angular-devkit/core": "~17.0.3", - "@angular-devkit/schematics": "~17.0.3", + "@angular-devkit/build-angular": "~17.1.0", + "@angular-devkit/core": "~17.1.0", + "@angular-devkit/schematics": "~17.1.0", "@angular-eslint/eslint-plugin": "~17.2.0", - "@angular/common": "~17.0.4", - "@angular/compiler": "~17.0.4", - "@angular/compiler-cli": "~17.0.4", - "@angular/core": "~17.0.4", - "@angular/platform-browser": "~17.0.4", - "@angular/platform-browser-dynamic": "~17.0.4", + "@angular/common": "~17.1.0", + "@angular/compiler": "~17.1.0", + "@angular/compiler-cli": "~17.1.0", + "@angular/core": "~17.1.0", + "@angular/platform-browser": "~17.1.0", + "@angular/platform-browser-dynamic": "~17.1.0", "@babel/core": "~7.23.0", "@babel/preset-typescript": "~7.23.0", "@compodoc/compodoc": "^1.1.19", @@ -97,7 +97,7 @@ "@o3r/schematics": "workspace:^", "@o3r/test-helpers": "workspace:^", "@o3r/testing": "workspace:^", - "@schematics/angular": "~17.0.3", + "@schematics/angular": "~17.1.0", "@stylistic/eslint-plugin-ts": "^1.5.4", "@types/jasmine": "~5.1.0", "@types/jest": "~29.5.2", diff --git a/packages/@o3r/core/package.json b/packages/@o3r/core/package.json index 1e146fabcc..7e491a5fc9 100644 --- a/packages/@o3r/core/package.json +++ b/packages/@o3r/core/package.json @@ -22,22 +22,22 @@ "default": "./src/public_api.js", "types": "./src/public_api.d.ts", "peerDependencies": { - "@angular-devkit/architect": "~0.1700.0", - "@angular-devkit/core": "~17.0.0", - "@angular-devkit/schematics": "~17.0.0", - "@angular/cli": "~17.0.0", - "@angular/common": "~17.0.2", - "@angular/compiler-cli": "~17.0.2", - "@angular/core": "~17.0.2", - "@angular/forms": "~17.0.2", - "@angular/platform-browser-dynamic": "~17.0.2", - "@angular/router": "~17.0.2", + "@angular-devkit/architect": "~0.1701.0", + "@angular-devkit/core": "~17.1.0", + "@angular-devkit/schematics": "~17.1.0", + "@angular/cli": "~17.1.0", + "@angular/common": "~17.1.0", + "@angular/compiler-cli": "~17.1.0", + "@angular/core": "~17.1.0", + "@angular/forms": "~17.1.0", + "@angular/platform-browser-dynamic": "~17.1.0", + "@angular/router": "~17.1.0", "@ngrx/entity": "~17.1.0", "@ngrx/store": "~17.1.0", "@nrwl/devkit": "~17.3.0", "@nx/angular": "~17.3.0", "@o3r/telemetry": "workspace:^", - "@schematics/angular": "~17.0.0", + "@schematics/angular": "~17.1.0", "chokidar": "^3.5.2", "globby": "^11.1.0", "rxjs": "^7.8.1", @@ -79,20 +79,20 @@ "uuid": "^9.0.0" }, "devDependencies": { - "@angular-devkit/architect": "~0.1700.3", - "@angular-devkit/build-angular": "~17.0.3", - "@angular-devkit/core": "~17.0.3", - "@angular-devkit/schematics": "~17.0.3", + "@angular-devkit/architect": "~0.1701.0", + "@angular-devkit/build-angular": "~17.1.0", + "@angular-devkit/core": "~17.1.0", + "@angular-devkit/schematics": "~17.1.0", "@angular-eslint/eslint-plugin": "~17.2.0", - "@angular/cli": "~17.0.3", - "@angular/common": "~17.0.4", - "@angular/compiler": "~17.0.4", - "@angular/compiler-cli": "~17.0.4", - "@angular/core": "~17.0.4", - "@angular/forms": "~17.0.4", - "@angular/platform-browser": "~17.0.4", - "@angular/platform-browser-dynamic": "~17.0.4", - "@angular/router": "~17.0.4", + "@angular/cli": "~17.1.0", + "@angular/common": "~17.1.0", + "@angular/compiler": "~17.1.0", + "@angular/compiler-cli": "~17.1.0", + "@angular/core": "~17.1.0", + "@angular/forms": "~17.1.0", + "@angular/platform-browser": "~17.1.0", + "@angular/platform-browser-dynamic": "~17.1.0", + "@angular/router": "~17.1.0", "@babel/core": "~7.23.0", "@babel/preset-typescript": "~7.23.0", "@compodoc/compodoc": "^1.1.19", @@ -106,7 +106,7 @@ "@o3r/eslint-plugin": "workspace:^", "@o3r/telemetry": "workspace:^", "@o3r/test-helpers": "workspace:^", - "@schematics/angular": "~17.0.3", + "@schematics/angular": "~17.1.0", "@stylistic/eslint-plugin-ts": "^1.5.4", "@types/jest": "~29.5.2", "@types/minimist": "^1.2.2", diff --git a/packages/@o3r/create/package.json b/packages/@o3r/create/package.json index ff769f9bf1..08222d087a 100644 --- a/packages/@o3r/create/package.json +++ b/packages/@o3r/create/package.json @@ -18,15 +18,15 @@ "prepare:publish": "prepare-publish ./dist" }, "dependencies": { - "@angular/cli": "~17.0.3", - "@schematics/angular": "~17.0.3", + "@angular/cli": "~17.1.0", + "@schematics/angular": "~17.1.0", "minimist": "^1.2.6", "tslib": "^2.5.3" }, "devDependencies": { - "@angular-devkit/architect": "~0.1700.3", - "@angular-devkit/core": "~17.0.3", - "@angular-devkit/schematics": "~17.0.3", + "@angular-devkit/architect": "~0.1701.0", + "@angular-devkit/core": "~17.1.0", + "@angular-devkit/schematics": "~17.1.0", "@angular-eslint/eslint-plugin": "~17.2.0", "@angular-eslint/eslint-plugin-template": "~17.2.0", "@nx/eslint": "~17.3.0", diff --git a/packages/@o3r/design/package.json b/packages/@o3r/design/package.json index 59af0c2332..10642f2934 100644 --- a/packages/@o3r/design/package.json +++ b/packages/@o3r/design/package.json @@ -78,18 +78,18 @@ } }, "devDependencies": { - "@angular-devkit/architect": "~0.1700.3", - "@angular-devkit/build-angular": "~17.0.3", - "@angular-devkit/core": "~17.0.3", - "@angular-devkit/schematics": "~17.0.3", + "@angular-devkit/architect": "~0.1701.0", + "@angular-devkit/build-angular": "~17.1.0", + "@angular-devkit/core": "~17.1.0", + "@angular-devkit/schematics": "~17.1.0", "@angular-eslint/eslint-plugin": "~17.2.0", - "@angular/cli": "~17.0.3", - "@angular/common": "~17.0.4", - "@angular/compiler": "~17.0.4", - "@angular/compiler-cli": "~17.0.4", - "@angular/core": "~17.0.4", - "@angular/platform-browser": "~17.0.4", - "@angular/platform-browser-dynamic": "~17.0.4", + "@angular/cli": "~17.1.0", + "@angular/common": "~17.1.0", + "@angular/compiler": "~17.1.0", + "@angular/compiler-cli": "~17.1.0", + "@angular/core": "~17.1.0", + "@angular/platform-browser": "~17.1.0", + "@angular/platform-browser-dynamic": "~17.1.0", "@babel/core": "~7.23.0", "@babel/preset-typescript": "~7.23.0", "@compodoc/compodoc": "^1.1.19", @@ -103,7 +103,7 @@ "@o3r/schematics": "workspace:^", "@o3r/styling": "workspace:^", "@o3r/test-helpers": "workspace:^", - "@schematics/angular": "~17.0.3", + "@schematics/angular": "~17.1.0", "@stylistic/eslint-plugin-ts": "^1.5.4", "@types/jest": "~29.5.2", "@types/minimist": "^1.2.2", diff --git a/packages/@o3r/dev-tools/package.json b/packages/@o3r/dev-tools/package.json index 43d2f82114..43995feb48 100644 --- a/packages/@o3r/dev-tools/package.json +++ b/packages/@o3r/dev-tools/package.json @@ -56,8 +56,8 @@ "winston": "^3.8.2" }, "devDependencies": { - "@angular-devkit/core": "~17.0.3", - "@angular-devkit/schematics": "~17.0.3", + "@angular-devkit/core": "~17.1.0", + "@angular-devkit/schematics": "~17.1.0", "@angular-eslint/eslint-plugin": "~17.2.0", "@babel/core": "~7.23.0", "@babel/preset-typescript": "~7.23.0", diff --git a/packages/@o3r/dynamic-content/package.json b/packages/@o3r/dynamic-content/package.json index c5affd7c56..8fd49e8f88 100644 --- a/packages/@o3r/dynamic-content/package.json +++ b/packages/@o3r/dynamic-content/package.json @@ -29,10 +29,10 @@ "prepare:publish": "prepare-publish ./dist" }, "peerDependencies": { - "@angular-devkit/architect": "~0.1700.0", - "@angular/compiler-cli": "~17.0.2", - "@angular/core": "~17.0.2", - "@angular/platform-browser-dynamic": "~17.0.2", + "@angular-devkit/architect": "~0.1701.0", + "@angular/compiler-cli": "~17.1.0", + "@angular/core": "~17.1.0", + "@angular/platform-browser-dynamic": "~17.1.0", "@ngrx/store": "~17.1.0", "@o3r/core": "workspace:^", "@o3r/schematics": "workspace:^", @@ -59,17 +59,17 @@ "tslib": "^2.5.3" }, "devDependencies": { - "@angular-devkit/architect": "~0.1700.3", - "@angular-devkit/build-angular": "~17.0.3", - "@angular-devkit/core": "~17.0.3", - "@angular-devkit/schematics": "~17.0.3", + "@angular-devkit/architect": "~0.1701.0", + "@angular-devkit/build-angular": "~17.1.0", + "@angular-devkit/core": "~17.1.0", + "@angular-devkit/schematics": "~17.1.0", "@angular-eslint/eslint-plugin": "~17.2.0", - "@angular/common": "~17.0.4", - "@angular/compiler": "~17.0.4", - "@angular/compiler-cli": "~17.0.4", - "@angular/core": "~17.0.4", - "@angular/platform-browser": "~17.0.4", - "@angular/platform-browser-dynamic": "~17.0.4", + "@angular/common": "~17.1.0", + "@angular/compiler": "~17.1.0", + "@angular/compiler-cli": "~17.1.0", + "@angular/core": "~17.1.0", + "@angular/platform-browser": "~17.1.0", + "@angular/platform-browser-dynamic": "~17.1.0", "@babel/core": "~7.23.0", "@babel/preset-typescript": "~7.23.0", "@compodoc/compodoc": "^1.1.19", diff --git a/packages/@o3r/eslint-config-otter/package.json b/packages/@o3r/eslint-config-otter/package.json index cd29e3d681..5f6c780399 100644 --- a/packages/@o3r/eslint-config-otter/package.json +++ b/packages/@o3r/eslint-config-otter/package.json @@ -50,15 +50,15 @@ "build:builders": "tsc -b tsconfig.builders.json --pretty && yarn generate-cjs-manifest" }, "peerDependencies": { - "@angular-devkit/schematics": "~17.0.0", + "@angular-devkit/schematics": "~17.1.0", "@angular-eslint/builder": "~17.2.0", "@angular-eslint/eslint-plugin": "~17.2.0", "@angular-eslint/eslint-plugin-template": "~17.2.0", "@angular-eslint/template-parser": "~17.2.0", - "@angular/compiler": "~17.0.2", + "@angular/compiler": "~17.1.0", "@o3r/eslint-plugin": "workspace:^", "@o3r/schematics": "workspace:^", - "@schematics/angular": "~17.0.0", + "@schematics/angular": "~17.1.0", "@stylistic/eslint-plugin-ts": "^1.5.4", "@typescript-eslint/eslint-plugin": "^6.19.0", "@typescript-eslint/parser": "^6.11.0", @@ -72,17 +72,17 @@ "typescript": "~5.2.2" }, "devDependencies": { - "@angular-devkit/core": "~17.0.3", - "@angular-devkit/schematics": "~17.0.3", + "@angular-devkit/core": "~17.1.0", + "@angular-devkit/schematics": "~17.1.0", "@angular-eslint/eslint-plugin": "~17.2.0", "@angular-eslint/eslint-plugin-template": "~17.2.0", "@angular-eslint/template-parser": "~17.2.0", - "@angular/compiler": "~17.0.4", + "@angular/compiler": "~17.1.0", "@nx/eslint-plugin": "~17.3.0", "@o3r/build-helpers": "workspace:^", "@o3r/eslint-plugin": "workspace:^", "@o3r/schematics": "workspace:^", - "@schematics/angular": "~17.0.3", + "@schematics/angular": "~17.1.0", "@stylistic/eslint-plugin-ts": "^1.5.4", "@types/node": "^20.0.0", "@typescript-eslint/eslint-plugin": "^6.19.0", diff --git a/packages/@o3r/eslint-plugin/package.json b/packages/@o3r/eslint-plugin/package.json index 0af399477a..011556fbbf 100644 --- a/packages/@o3r/eslint-plugin/package.json +++ b/packages/@o3r/eslint-plugin/package.json @@ -43,7 +43,7 @@ "peerDependencies": { "@angular-eslint/template-parser": "~17.2.0", "@angular-eslint/utils": "~17.2.0", - "@angular/compiler": "~17.0.2", + "@angular/compiler": "~17.1.0", "@stylistic/eslint-plugin-ts": "^1.5.4", "@typescript-eslint/eslint-plugin": "^6.11.0", "@typescript-eslint/parser": "^6.11.0", @@ -52,12 +52,12 @@ "yaml-eslint-parser": "^1.2.2" }, "devDependencies": { - "@angular-devkit/core": "~17.0.3", - "@angular-devkit/schematics": "~17.0.3", + "@angular-devkit/core": "~17.1.0", + "@angular-devkit/schematics": "~17.1.0", "@angular-eslint/eslint-plugin": "~17.2.0", "@angular-eslint/template-parser": "~17.2.0", "@angular-eslint/utils": "~17.2.0", - "@angular/compiler": "~17.0.4", + "@angular/compiler": "~17.1.0", "@babel/core": "~7.23.0", "@babel/preset-typescript": "~7.23.0", "@compodoc/compodoc": "^1.1.19", diff --git a/packages/@o3r/extractors/package.json b/packages/@o3r/extractors/package.json index 1b6fe23c94..7506c6add9 100644 --- a/packages/@o3r/extractors/package.json +++ b/packages/@o3r/extractors/package.json @@ -24,7 +24,7 @@ "prepare:publish": "prepare-publish ./dist" }, "peerDependencies": { - "@angular-devkit/core": "~17.0.0", + "@angular-devkit/core": "~17.1.0", "@o3r/core": "workspace:^", "@o3r/schematics": "workspace:^", "@o3r/telemetry": "workspace:^", @@ -45,17 +45,17 @@ "typedoc": "~0.25.0" }, "devDependencies": { - "@angular-devkit/architect": "~0.1700.3", - "@angular-devkit/build-angular": "~17.0.3", - "@angular-devkit/core": "~17.0.3", - "@angular-devkit/schematics": "~17.0.3", + "@angular-devkit/architect": "~0.1701.0", + "@angular-devkit/build-angular": "~17.1.0", + "@angular-devkit/core": "~17.1.0", + "@angular-devkit/schematics": "~17.1.0", "@angular-eslint/eslint-plugin": "~17.2.0", - "@angular/common": "~17.0.4", - "@angular/compiler": "~17.0.4", - "@angular/compiler-cli": "~17.0.4", - "@angular/core": "~17.0.4", - "@angular/platform-browser": "~17.0.4", - "@angular/platform-browser-dynamic": "~17.0.4", + "@angular/common": "~17.1.0", + "@angular/compiler": "~17.1.0", + "@angular/compiler-cli": "~17.1.0", + "@angular/core": "~17.1.0", + "@angular/platform-browser": "~17.1.0", + "@angular/platform-browser-dynamic": "~17.1.0", "@babel/core": "~7.23.0", "@babel/preset-typescript": "~7.23.0", "@compodoc/compodoc": "^1.1.19", diff --git a/packages/@o3r/forms/package.json b/packages/@o3r/forms/package.json index 0de4b12cf0..dbdcb26ac2 100644 --- a/packages/@o3r/forms/package.json +++ b/packages/@o3r/forms/package.json @@ -20,9 +20,9 @@ }, "peerDependencies": { "@ama-sdk/core": "workspace:^", - "@angular/common": "~17.0.2", - "@angular/core": "~17.0.2", - "@angular/forms": "~17.0.2", + "@angular/common": "~17.1.0", + "@angular/core": "~17.1.0", + "@angular/forms": "~17.1.0", "@ngrx/entity": "~17.1.0", "@ngrx/store": "~17.1.0", "@o3r/core": "workspace:^", @@ -39,17 +39,17 @@ }, "devDependencies": { "@ama-sdk/core": "workspace:^", - "@angular-devkit/build-angular": "~17.0.3", - "@angular-devkit/core": "~17.0.3", - "@angular-devkit/schematics": "~17.0.3", + "@angular-devkit/build-angular": "~17.1.0", + "@angular-devkit/core": "~17.1.0", + "@angular-devkit/schematics": "~17.1.0", "@angular-eslint/eslint-plugin": "~17.2.0", - "@angular/common": "~17.0.4", - "@angular/compiler": "~17.0.4", - "@angular/compiler-cli": "~17.0.4", - "@angular/core": "~17.0.4", - "@angular/forms": "~17.0.4", - "@angular/platform-browser": "~17.0.4", - "@angular/platform-browser-dynamic": "~17.0.4", + "@angular/common": "~17.1.0", + "@angular/compiler": "~17.1.0", + "@angular/compiler-cli": "~17.1.0", + "@angular/core": "~17.1.0", + "@angular/forms": "~17.1.0", + "@angular/platform-browser": "~17.1.0", + "@angular/platform-browser-dynamic": "~17.1.0", "@babel/core": "~7.23.0", "@babel/preset-typescript": "~7.23.0", "@compodoc/compodoc": "^1.1.19", diff --git a/packages/@o3r/localization/package.json b/packages/@o3r/localization/package.json index a49466e259..2a2ce079c7 100644 --- a/packages/@o3r/localization/package.json +++ b/packages/@o3r/localization/package.json @@ -28,14 +28,14 @@ "build": "yarn nx build localization" }, "peerDependencies": { - "@angular-devkit/architect": "~0.1700.0", - "@angular-devkit/core": "~17.0.0", - "@angular-devkit/schematics": "~17.0.0", - "@angular/cdk": "~17.0.0", - "@angular/cli": "~17.0.0", - "@angular/common": "~17.0.2", - "@angular/core": "~17.0.2", - "@angular/platform-browser-dynamic": "~17.0.2", + "@angular-devkit/architect": "~0.1701.0", + "@angular-devkit/core": "~17.1.0", + "@angular-devkit/schematics": "~17.1.0", + "@angular/cdk": "~17.1.0", + "@angular/cli": "~17.1.0", + "@angular/common": "~17.1.0", + "@angular/core": "~17.1.0", + "@angular/platform-browser-dynamic": "~17.1.0", "@formatjs/intl-numberformat": "^8.0.2", "@ngrx/store": "~17.1.0", "@ngx-translate/core": "~15.0.0", @@ -44,7 +44,7 @@ "@o3r/extractors": "workspace:^", "@o3r/logger": "workspace:^", "@o3r/schematics": "workspace:^", - "@schematics/angular": "~17.0.0", + "@schematics/angular": "~17.1.0", "chokidar": "^3.5.2", "intl-messageformat": "~10.5.0", "rxjs": "^7.8.1", @@ -80,19 +80,19 @@ "tslib": "^2.5.3" }, "devDependencies": { - "@angular-devkit/architect": "~0.1700.3", - "@angular-devkit/build-angular": "~17.0.3", - "@angular-devkit/core": "~17.0.3", - "@angular-devkit/schematics": "~17.0.3", + "@angular-devkit/architect": "~0.1701.0", + "@angular-devkit/build-angular": "~17.1.0", + "@angular-devkit/core": "~17.1.0", + "@angular-devkit/schematics": "~17.1.0", "@angular-eslint/eslint-plugin": "~17.2.0", - "@angular/cdk": "~17.0.1", - "@angular/cli": "~17.0.3", - "@angular/common": "~17.0.4", - "@angular/compiler": "~17.0.4", - "@angular/compiler-cli": "~17.0.4", - "@angular/core": "~17.0.4", - "@angular/platform-browser": "~17.0.4", - "@angular/platform-browser-dynamic": "~17.0.4", + "@angular/cdk": "~17.1.0", + "@angular/cli": "~17.1.0", + "@angular/common": "~17.1.0", + "@angular/compiler": "~17.1.0", + "@angular/compiler-cli": "~17.1.0", + "@angular/core": "~17.1.0", + "@angular/platform-browser": "~17.1.0", + "@angular/platform-browser-dynamic": "~17.1.0", "@babel/core": "~7.23.0", "@babel/preset-typescript": "~7.23.0", "@compodoc/compodoc": "^1.1.19", @@ -111,7 +111,7 @@ "@o3r/logger": "workspace:^", "@o3r/schematics": "workspace:^", "@o3r/test-helpers": "workspace:^", - "@schematics/angular": "~17.0.3", + "@schematics/angular": "~17.1.0", "@stylistic/eslint-plugin-ts": "^1.5.4", "@types/jest": "~29.5.2", "@types/node": "^20.0.0", diff --git a/packages/@o3r/logger/package.json b/packages/@o3r/logger/package.json index 4066f27019..d79a0124fe 100644 --- a/packages/@o3r/logger/package.json +++ b/packages/@o3r/logger/package.json @@ -20,8 +20,8 @@ "prepare:publish": "prepare-publish ./dist" }, "peerDependencies": { - "@angular/core": "~17.0.2", - "@angular/platform-browser-dynamic": "~17.0.2", + "@angular/core": "~17.1.0", + "@angular/platform-browser-dynamic": "~17.1.0", "@fullstory/browser": "^2.0.0", "@ngrx/store": "~17.1.0", "@o3r/core": "workspace:^", @@ -52,16 +52,16 @@ "tslib": "^2.5.3" }, "devDependencies": { - "@angular-devkit/build-angular": "~17.0.3", - "@angular-devkit/core": "~17.0.3", - "@angular-devkit/schematics": "~17.0.3", + "@angular-devkit/build-angular": "~17.1.0", + "@angular-devkit/core": "~17.1.0", + "@angular-devkit/schematics": "~17.1.0", "@angular-eslint/eslint-plugin": "~17.2.0", - "@angular/common": "~17.0.4", - "@angular/compiler": "~17.0.4", - "@angular/compiler-cli": "~17.0.4", - "@angular/core": "~17.0.4", - "@angular/platform-browser": "~17.0.4", - "@angular/platform-browser-dynamic": "~17.0.4", + "@angular/common": "~17.1.0", + "@angular/compiler": "~17.1.0", + "@angular/compiler-cli": "~17.1.0", + "@angular/core": "~17.1.0", + "@angular/platform-browser": "~17.1.0", + "@angular/platform-browser-dynamic": "~17.1.0", "@babel/core": "~7.23.0", "@babel/preset-typescript": "~7.23.0", "@compodoc/compodoc": "^1.1.19", @@ -95,7 +95,7 @@ "jsonc-eslint-parser": "~2.4.0", "logrocket": "~8.0.0", "logrocket-ngrx": "~0.2.1", - "ng-packagr": "~17.0.0", + "ng-packagr": "~17.1.0", "nx": "~17.3.0", "rxjs": "^7.8.1", "smartlook-client": "^8.0.0", diff --git a/packages/@o3r/mobile/package.json b/packages/@o3r/mobile/package.json index 5af9dc9f4a..1f709c52d5 100644 --- a/packages/@o3r/mobile/package.json +++ b/packages/@o3r/mobile/package.json @@ -34,9 +34,9 @@ "winston": "^3.8.2" }, "peerDependencies": { - "@angular-devkit/schematics": "~17.0.0", - "@angular/common": "~17.0.2", - "@angular/core": "~17.0.2", + "@angular-devkit/schematics": "~17.1.0", + "@angular/common": "~17.1.0", + "@angular/core": "~17.1.0", "@capacitor/browser": "^5.0.0", "@capacitor/core": "^5.0.0", "@capacitor/device": "^5.0.0", @@ -46,7 +46,7 @@ "@o3r/logger": "workspace:^", "@o3r/schematics": "workspace:^", "@o3r/store-sync": "workspace:^", - "@schematics/angular": "~17.0.0", + "@schematics/angular": "~17.1.0", "fast-deep-equal": "^3.1.3", "rxjs": "^7.8.1" }, @@ -62,17 +62,17 @@ } }, "devDependencies": { - "@angular-devkit/build-angular": "~17.0.3", - "@angular-devkit/core": "~17.0.3", - "@angular-devkit/schematics": "~17.0.3", + "@angular-devkit/build-angular": "~17.1.0", + "@angular-devkit/core": "~17.1.0", + "@angular-devkit/schematics": "~17.1.0", "@angular-eslint/eslint-plugin": "~17.2.0", - "@angular/cli": "~17.0.3", - "@angular/common": "~17.0.4", - "@angular/compiler": "~17.0.4", - "@angular/compiler-cli": "~17.0.4", - "@angular/core": "~17.0.4", - "@angular/platform-browser": "~17.0.4", - "@angular/platform-browser-dynamic": "~17.0.4", + "@angular/cli": "~17.1.0", + "@angular/common": "~17.1.0", + "@angular/compiler": "~17.1.0", + "@angular/compiler-cli": "~17.1.0", + "@angular/core": "~17.1.0", + "@angular/platform-browser": "~17.1.0", + "@angular/platform-browser-dynamic": "~17.1.0", "@babel/core": "~7.23.0", "@babel/preset-typescript": "~7.23.0", "@capacitor/browser": "^5.0.0", @@ -91,7 +91,7 @@ "@o3r/logger": "workspace:^", "@o3r/schematics": "workspace:^", "@o3r/store-sync": "workspace:^", - "@schematics/angular": "~17.0.3", + "@schematics/angular": "~17.1.0", "@stylistic/eslint-plugin-ts": "^1.5.4", "@types/jest": "~29.5.2", "@types/node": "^20.0.0", diff --git a/packages/@o3r/routing/package.json b/packages/@o3r/routing/package.json index 485ae274d6..638c5e4c09 100644 --- a/packages/@o3r/routing/package.json +++ b/packages/@o3r/routing/package.json @@ -23,10 +23,10 @@ "prepare:publish": "prepare-publish ./dist" }, "peerDependencies": { - "@angular/common": "~17.0.2", - "@angular/core": "~17.0.2", - "@angular/platform-browser-dynamic": "~17.0.2", - "@angular/router": "~17.0.2", + "@angular/common": "~17.1.0", + "@angular/core": "~17.1.0", + "@angular/platform-browser-dynamic": "~17.1.0", + "@angular/router": "~17.1.0", "@ngrx/effects": "~17.1.0", "@ngrx/entity": "~17.1.0", "@ngrx/router-store": "~17.1.0", @@ -49,17 +49,17 @@ "tslib": "^2.5.3" }, "devDependencies": { - "@angular-devkit/build-angular": "~17.0.3", - "@angular-devkit/core": "~17.0.3", - "@angular-devkit/schematics": "~17.0.3", + "@angular-devkit/build-angular": "~17.1.0", + "@angular-devkit/core": "~17.1.0", + "@angular-devkit/schematics": "~17.1.0", "@angular-eslint/eslint-plugin": "~17.2.0", - "@angular/common": "~17.0.4", - "@angular/compiler": "~17.0.4", - "@angular/compiler-cli": "~17.0.4", - "@angular/core": "~17.0.4", - "@angular/platform-browser": "~17.0.4", - "@angular/platform-browser-dynamic": "~17.0.4", - "@angular/router": "~17.0.4", + "@angular/common": "~17.1.0", + "@angular/compiler": "~17.1.0", + "@angular/compiler-cli": "~17.1.0", + "@angular/core": "~17.1.0", + "@angular/platform-browser": "~17.1.0", + "@angular/platform-browser-dynamic": "~17.1.0", + "@angular/router": "~17.1.0", "@babel/core": "~7.23.0", "@babel/preset-typescript": "~7.23.0", "@compodoc/compodoc": "^1.1.19", diff --git a/packages/@o3r/rules-engine/package.json b/packages/@o3r/rules-engine/package.json index 3ca2749a31..95155d6e2e 100644 --- a/packages/@o3r/rules-engine/package.json +++ b/packages/@o3r/rules-engine/package.json @@ -29,12 +29,12 @@ "prepare:publish": "prepare-publish ./dist" }, "peerDependencies": { - "@angular-devkit/architect": "~0.1700.0", - "@angular-devkit/core": "~17.0.0", - "@angular-devkit/schematics": "~17.0.0", - "@angular/common": "~17.0.2", - "@angular/core": "~17.0.2", - "@angular/platform-browser-dynamic": "~17.0.2", + "@angular-devkit/architect": "~0.1701.0", + "@angular-devkit/core": "~17.1.0", + "@angular-devkit/schematics": "~17.1.0", + "@angular/common": "~17.1.0", + "@angular/core": "~17.1.0", + "@angular/platform-browser-dynamic": "~17.1.0", "@ngrx/effects": "~17.1.0", "@ngrx/entity": "~17.1.0", "@ngrx/store": "~17.1.0", @@ -43,7 +43,7 @@ "@o3r/extractors": "workspace:^", "@o3r/logger": "workspace:^", "@o3r/schematics": "workspace:^", - "@schematics/angular": "~17.0.0", + "@schematics/angular": "~17.1.0", "globby": "^11.1.0", "jasmine": "^5.0.0", "jsonpath-plus": "^8.0.0", @@ -84,17 +84,17 @@ "tslib": "^2.5.3" }, "devDependencies": { - "@angular-devkit/architect": "~0.1700.3", - "@angular-devkit/build-angular": "~17.0.3", - "@angular-devkit/core": "~17.0.3", - "@angular-devkit/schematics": "~17.0.3", + "@angular-devkit/architect": "~0.1701.0", + "@angular-devkit/build-angular": "~17.1.0", + "@angular-devkit/core": "~17.1.0", + "@angular-devkit/schematics": "~17.1.0", "@angular-eslint/eslint-plugin": "~17.2.0", - "@angular/common": "~17.0.4", - "@angular/compiler": "~17.0.4", - "@angular/compiler-cli": "~17.0.4", - "@angular/core": "~17.0.4", - "@angular/platform-browser": "~17.0.4", - "@angular/platform-browser-dynamic": "~17.0.4", + "@angular/common": "~17.1.0", + "@angular/compiler": "~17.1.0", + "@angular/compiler-cli": "~17.1.0", + "@angular/core": "~17.1.0", + "@angular/platform-browser": "~17.1.0", + "@angular/platform-browser-dynamic": "~17.1.0", "@babel/core": "~7.23.0", "@babel/preset-typescript": "~7.23.0", "@compodoc/compodoc": "^1.1.19", @@ -115,7 +115,7 @@ "@o3r/schematics": "workspace:^", "@o3r/test-helpers": "workspace:^", "@o3r/testing": "workspace:^", - "@schematics/angular": "~17.0.3", + "@schematics/angular": "~17.1.0", "@stylistic/eslint-plugin-ts": "^1.5.4", "@types/jasmine": "~5.1.0", "@types/jest": "~29.5.2", diff --git a/packages/@o3r/schematics/package.json b/packages/@o3r/schematics/package.json index 2b6fbd7f21..8c08c3e03a 100644 --- a/packages/@o3r/schematics/package.json +++ b/packages/@o3r/schematics/package.json @@ -26,12 +26,12 @@ "o3r-environment": "./dist/cli/environment.js" }, "peerDependencies": { - "@angular-devkit/architect": "~0.1700.0", - "@angular-devkit/core": "~17.0.0", - "@angular-devkit/schematics": "~17.0.0", - "@angular/cli": "~17.0.0", + "@angular-devkit/architect": "~0.1701.0", + "@angular-devkit/core": "~17.1.0", + "@angular-devkit/schematics": "~17.1.0", + "@angular/cli": "~17.1.0", "@o3r/telemetry": "workspace:^", - "@schematics/angular": "~17.0.0", + "@schematics/angular": "~17.1.0", "eslint": "^8.42.0", "rxjs": "^7.8.1", "typescript": "~5.2.2" @@ -58,17 +58,17 @@ "tslib": "^2.5.3" }, "devDependencies": { - "@angular-devkit/build-angular": "~17.0.3", - "@angular-devkit/core": "~17.0.3", - "@angular-devkit/schematics": "~17.0.3", + "@angular-devkit/build-angular": "~17.1.0", + "@angular-devkit/core": "~17.1.0", + "@angular-devkit/schematics": "~17.1.0", "@angular-eslint/eslint-plugin": "~17.2.0", - "@angular/cli": "~17.0.3", - "@angular/common": "~17.0.4", - "@angular/compiler": "~17.0.4", - "@angular/compiler-cli": "~17.0.4", - "@angular/core": "~17.0.4", - "@angular/platform-browser": "~17.0.4", - "@angular/platform-browser-dynamic": "~17.0.4", + "@angular/cli": "~17.1.0", + "@angular/common": "~17.1.0", + "@angular/compiler": "~17.1.0", + "@angular/compiler-cli": "~17.1.0", + "@angular/core": "~17.1.0", + "@angular/platform-browser": "~17.1.0", + "@angular/platform-browser-dynamic": "~17.1.0", "@babel/core": "~7.23.0", "@babel/preset-typescript": "~7.23.0", "@compodoc/compodoc": "^1.1.19", @@ -79,7 +79,7 @@ "@o3r/build-helpers": "workspace:^", "@o3r/eslint-plugin": "workspace:^", "@o3r/telemetry": "workspace:^", - "@schematics/angular": "~17.0.3", + "@schematics/angular": "~17.1.0", "@stylistic/eslint-plugin-ts": "^1.5.4", "@types/jest": "~29.5.2", "@types/node": "^20.0.0", diff --git a/packages/@o3r/store-sync/package.json b/packages/@o3r/store-sync/package.json index acf47a0368..a4363f9def 100644 --- a/packages/@o3r/store-sync/package.json +++ b/packages/@o3r/store-sync/package.json @@ -23,8 +23,8 @@ }, "peerDependencies": { "@ama-sdk/core": "workspace:^", - "@angular-devkit/core": "~17.0.0", - "@angular-devkit/schematics": "~17.0.0", + "@angular-devkit/core": "~17.1.0", + "@angular-devkit/schematics": "~17.1.0", "@ngrx/entity": "~17.1.0", "@ngrx/store": "~17.1.0", "@o3r/core": "workspace:^", @@ -49,16 +49,16 @@ }, "devDependencies": { "@ama-sdk/core": "workspace:^", - "@angular-devkit/build-angular": "~17.0.3", - "@angular-devkit/core": "~17.0.3", - "@angular-devkit/schematics": "~17.0.3", + "@angular-devkit/build-angular": "~17.1.0", + "@angular-devkit/core": "~17.1.0", + "@angular-devkit/schematics": "~17.1.0", "@angular-eslint/eslint-plugin": "~17.2.0", - "@angular/common": "~17.0.4", - "@angular/compiler": "~17.0.4", - "@angular/compiler-cli": "~17.0.4", - "@angular/core": "~17.0.4", - "@angular/platform-browser": "~17.0.4", - "@angular/platform-browser-dynamic": "~17.0.4", + "@angular/common": "~17.1.0", + "@angular/compiler": "~17.1.0", + "@angular/compiler-cli": "~17.1.0", + "@angular/core": "~17.1.0", + "@angular/platform-browser": "~17.1.0", + "@angular/platform-browser-dynamic": "~17.1.0", "@ngrx/entity": "~17.1.0", "@ngrx/store": "~17.1.0", "@nx/eslint": "~17.3.0", diff --git a/packages/@o3r/storybook/package.json b/packages/@o3r/storybook/package.json index 46affdcbea..0126a5efc4 100644 --- a/packages/@o3r/storybook/package.json +++ b/packages/@o3r/storybook/package.json @@ -47,9 +47,9 @@ "tslib": "^2.5.3" }, "peerDependencies": { - "@angular-devkit/core": "~17.0.0", - "@angular-devkit/schematics": "~17.0.0", - "@angular/core": "~17.0.2", + "@angular-devkit/core": "~17.1.0", + "@angular-devkit/schematics": "~17.1.0", + "@angular/core": "~17.1.0", "@ngrx/store": "~17.1.0", "@o3r/components": "workspace:^", "@o3r/configuration": "workspace:^", @@ -57,7 +57,7 @@ "@o3r/localization": "workspace:^", "@o3r/schematics": "workspace:^", "@o3r/styling": "workspace:^", - "@schematics/angular": "~17.0.0", + "@schematics/angular": "~17.1.0", "@storybook/addons": "^7.5.3", "@storybook/angular": "^7.5.3", "@storybook/api": "^7.5.3", @@ -74,18 +74,18 @@ } }, "devDependencies": { - "@angular-devkit/architect": "~0.1700.3", - "@angular-devkit/build-angular": "~17.0.3", - "@angular-devkit/core": "~17.0.3", - "@angular-devkit/schematics": "~17.0.3", + "@angular-devkit/architect": "~0.1701.0", + "@angular-devkit/build-angular": "~17.1.0", + "@angular-devkit/core": "~17.1.0", + "@angular-devkit/schematics": "~17.1.0", "@angular-eslint/eslint-plugin": "~17.2.0", - "@angular/common": "~17.0.4", - "@angular/compiler": "~17.0.4", - "@angular/compiler-cli": "~17.0.4", - "@angular/core": "~17.0.4", - "@angular/forms": "~17.0.4", - "@angular/platform-browser": "~17.0.4", - "@angular/platform-browser-dynamic": "~17.0.4", + "@angular/common": "~17.1.0", + "@angular/compiler": "~17.1.0", + "@angular/compiler-cli": "~17.1.0", + "@angular/core": "~17.1.0", + "@angular/forms": "~17.1.0", + "@angular/platform-browser": "~17.1.0", + "@angular/platform-browser-dynamic": "~17.1.0", "@babel/core": "~7.23.0", "@babel/preset-typescript": "~7.23.0", "@compodoc/compodoc": "^1.1.19", @@ -102,7 +102,7 @@ "@o3r/schematics": "workspace:^", "@o3r/styling": "workspace:^", "@o3r/test-helpers": "workspace:^", - "@schematics/angular": "~17.0.3", + "@schematics/angular": "~17.1.0", "@storybook/addons": "^7.5.3", "@storybook/angular": "^7.5.3", "@storybook/api": "^7.5.3", diff --git a/packages/@o3r/stylelint-plugin/package.json b/packages/@o3r/stylelint-plugin/package.json index 2740bdf05b..719420dbd0 100644 --- a/packages/@o3r/stylelint-plugin/package.json +++ b/packages/@o3r/stylelint-plugin/package.json @@ -30,10 +30,10 @@ "stylelint": "^16.0.2" }, "devDependencies": { - "@angular-devkit/core": "~17.0.3", - "@angular-devkit/schematics": "~17.0.3", + "@angular-devkit/core": "~17.1.0", + "@angular-devkit/schematics": "~17.1.0", "@angular-eslint/eslint-plugin": "~17.2.0", - "@angular/compiler": "~17.0.4", + "@angular/compiler": "~17.1.0", "@babel/core": "~7.23.0", "@babel/preset-typescript": "~7.23.0", "@compodoc/compodoc": "^1.1.19", diff --git a/packages/@o3r/styling/package.json b/packages/@o3r/styling/package.json index 02be5b3e9b..4d892f1e7e 100644 --- a/packages/@o3r/styling/package.json +++ b/packages/@o3r/styling/package.json @@ -36,17 +36,17 @@ } }, "peerDependencies": { - "@angular-devkit/architect": "~0.1700.0", - "@angular-devkit/core": "~17.0.0", - "@angular-devkit/schematics": "~17.0.0", - "@angular/cdk": "~17.0.1", - "@angular/core": "~17.0.2", - "@angular/material": "~17.0.0", + "@angular-devkit/architect": "~0.1701.0", + "@angular-devkit/core": "~17.1.0", + "@angular-devkit/schematics": "~17.1.0", + "@angular/cdk": "~17.1.0", + "@angular/core": "~17.1.0", + "@angular/material": "~17.1.0", "@o3r/core": "workspace:^", "@o3r/dynamic-content": "workspace:^", "@o3r/extractors": "workspace:^", "@o3r/schematics": "workspace:^", - "@schematics/angular": "~17.0.0", + "@schematics/angular": "~17.1.0", "rxjs": "^7.8.1", "sass": "~1.70.0" }, @@ -89,21 +89,21 @@ "tslib": "^2.5.3" }, "devDependencies": { - "@angular-devkit/architect": "~0.1700.3", - "@angular-devkit/build-angular": "~17.0.3", - "@angular-devkit/core": "~17.0.3", - "@angular-devkit/schematics": "~17.0.3", + "@angular-devkit/architect": "~0.1701.0", + "@angular-devkit/build-angular": "~17.1.0", + "@angular-devkit/core": "~17.1.0", + "@angular-devkit/schematics": "~17.1.0", "@angular-eslint/eslint-plugin": "~17.2.0", - "@angular/animations": "~17.0.4", - "@angular/cdk": "~17.0.1", - "@angular/common": "~17.0.4", - "@angular/compiler": "~17.0.4", - "@angular/compiler-cli": "~17.0.4", - "@angular/core": "~17.0.4", - "@angular/forms": "~17.0.4", - "@angular/material": "~17.0.1", - "@angular/platform-browser": "~17.0.4", - "@angular/platform-browser-dynamic": "~17.0.4", + "@angular/animations": "~17.1.0", + "@angular/cdk": "~17.1.0", + "@angular/common": "~17.1.0", + "@angular/compiler": "~17.1.0", + "@angular/compiler-cli": "~17.1.0", + "@angular/core": "~17.1.0", + "@angular/forms": "~17.1.0", + "@angular/material": "~17.1.0", + "@angular/platform-browser": "~17.1.0", + "@angular/platform-browser-dynamic": "~17.1.0", "@babel/core": "~7.23.0", "@babel/preset-typescript": "~7.23.0", "@compodoc/compodoc": "^1.1.19", @@ -120,7 +120,7 @@ "@o3r/schematics": "workspace:^", "@o3r/styling": "workspace:^", "@o3r/test-helpers": "workspace:^", - "@schematics/angular": "~17.0.3", + "@schematics/angular": "~17.1.0", "@stylistic/eslint-plugin-ts": "^1.5.4", "@types/jest": "~29.5.2", "@types/node": "^20.0.0", diff --git a/packages/@o3r/telemetry/package.json b/packages/@o3r/telemetry/package.json index d34cc8de43..d4795d3765 100644 --- a/packages/@o3r/telemetry/package.json +++ b/packages/@o3r/telemetry/package.json @@ -19,9 +19,9 @@ "tslib": "^2.5.3" }, "peerDependencies": { - "@angular-devkit/architect": "~0.1700.3", - "@angular-devkit/core": "~17.0.3", - "@angular-devkit/schematics": "~17.0.3", + "@angular-devkit/architect": "~0.1701.0", + "@angular-devkit/core": "~17.1.0", + "@angular-devkit/schematics": "~17.1.0", "rxjs": "^7.8.1" }, "peerDependenciesMeta": { @@ -30,9 +30,9 @@ } }, "devDependencies": { - "@angular-devkit/architect": "~0.1700.3", - "@angular-devkit/core": "~17.0.3", - "@angular-devkit/schematics": "~17.0.3", + "@angular-devkit/architect": "~0.1701.0", + "@angular-devkit/core": "~17.1.0", + "@angular-devkit/schematics": "~17.1.0", "@angular-eslint/eslint-plugin": "~17.2.0", "@nx/eslint-plugin": "~17.3.0", "@nx/jest": "~17.3.0", diff --git a/packages/@o3r/test-helpers/package.json b/packages/@o3r/test-helpers/package.json index 44f6ae7723..91decadea7 100644 --- a/packages/@o3r/test-helpers/package.json +++ b/packages/@o3r/test-helpers/package.json @@ -18,7 +18,7 @@ } }, "peerDependencies": { - "@angular-devkit/schematics": "~17.0.0", + "@angular-devkit/schematics": "~17.1.0", "@o3r/schematics": "workspace:^", "memfs": "~4.6.0", "minimist": "^1.2.6", @@ -37,12 +37,12 @@ "build:builders": "tsc -b tsconfig.builders.json --pretty" }, "devDependencies": { - "@angular-devkit/schematics": "~17.0.3", + "@angular-devkit/schematics": "~17.1.0", "@angular-eslint/eslint-plugin": "~17.2.0", "@nx/eslint-plugin": "~17.3.0", "@o3r/eslint-plugin": "workspace:^", "@o3r/schematics": "workspace:^", - "@schematics/angular": "~17.0.3", + "@schematics/angular": "~17.1.0", "@stylistic/eslint-plugin-ts": "^1.5.4", "@types/jest": "~29.5.2", "@types/node": "^20.0.0", diff --git a/packages/@o3r/testing/package.json b/packages/@o3r/testing/package.json index dd1df6c49e..59ab588768 100644 --- a/packages/@o3r/testing/package.json +++ b/packages/@o3r/testing/package.json @@ -98,18 +98,18 @@ }, "peerDependencies": { "@amadeus-it-group/kassette": "^1.7.0", - "@angular-devkit/schematics": "~17.0.0", - "@angular/common": "~17.0.2", - "@angular/core": "~17.0.2", - "@angular/forms": "~17.0.2", - "@angular/platform-browser": "~17.0.2", + "@angular-devkit/schematics": "~17.1.0", + "@angular/common": "~17.1.0", + "@angular/core": "~17.1.0", + "@angular/forms": "~17.1.0", + "@angular/platform-browser": "~17.1.0", "@ngrx/store": "~17.1.0", "@ngx-translate/core": "~15.0.0", "@o3r/core": "workspace:^", "@o3r/localization": "workspace:^", "@o3r/schematics": "workspace:^", "@playwright/test": "~1.41.0", - "@schematics/angular": "~17.0.0", + "@schematics/angular": "~17.1.0", "pixelmatch": "^5.2.1", "pngjs": "^7.0.0", "protractor": "^7.0.0", @@ -162,18 +162,18 @@ }, "devDependencies": { "@amadeus-it-group/kassette": "^1.7.0", - "@angular-devkit/build-angular": "~17.0.3", - "@angular-devkit/core": "~17.0.3", - "@angular-devkit/schematics": "~17.0.3", + "@angular-devkit/build-angular": "~17.1.0", + "@angular-devkit/core": "~17.1.0", + "@angular-devkit/schematics": "~17.1.0", "@angular-eslint/eslint-plugin": "~17.2.0", - "@angular/cli": "~17.0.3", - "@angular/common": "~17.0.4", - "@angular/compiler": "~17.0.4", - "@angular/compiler-cli": "~17.0.4", - "@angular/core": "~17.0.4", - "@angular/forms": "~17.0.4", - "@angular/platform-browser": "~17.0.4", - "@angular/platform-browser-dynamic": "~17.0.4", + "@angular/cli": "~17.1.0", + "@angular/common": "~17.1.0", + "@angular/compiler": "~17.1.0", + "@angular/compiler-cli": "~17.1.0", + "@angular/core": "~17.1.0", + "@angular/forms": "~17.1.0", + "@angular/platform-browser": "~17.1.0", + "@angular/platform-browser-dynamic": "~17.1.0", "@babel/core": "~7.23.0", "@babel/preset-typescript": "~7.23.0", "@compodoc/compodoc": "^1.1.19", @@ -188,7 +188,7 @@ "@o3r/schematics": "workspace:^", "@o3r/test-helpers": "workspace:^", "@playwright/test": "~1.41.0", - "@schematics/angular": "~17.0.3", + "@schematics/angular": "~17.1.0", "@stylistic/eslint-plugin-ts": "^1.5.4", "@types/jest": "~29.5.2", "@types/node": "^20.0.0", diff --git a/packages/@o3r/third-party/package.json b/packages/@o3r/third-party/package.json index f1b012d1d3..4b7d4b2e10 100644 --- a/packages/@o3r/third-party/package.json +++ b/packages/@o3r/third-party/package.json @@ -24,7 +24,7 @@ "uuid": "^9.0.0" }, "peerDependencies": { - "@angular-devkit/schematics": "~17.0.0", + "@angular-devkit/schematics": "~17.1.0", "@o3r/core": "workspace:^", "@o3r/schematics": "workspace:^", "rxjs": "^7.8.1" @@ -41,17 +41,17 @@ } }, "devDependencies": { - "@angular-devkit/build-angular": "~17.0.3", - "@angular-devkit/core": "~17.0.3", - "@angular-devkit/schematics": "~17.0.3", + "@angular-devkit/build-angular": "~17.1.0", + "@angular-devkit/core": "~17.1.0", + "@angular-devkit/schematics": "~17.1.0", "@angular-eslint/eslint-plugin": "~17.2.0", - "@angular/cli": "~17.0.3", - "@angular/common": "~17.0.4", - "@angular/compiler": "~17.0.4", - "@angular/compiler-cli": "~17.0.4", - "@angular/core": "~17.0.4", - "@angular/platform-browser": "~17.0.4", - "@angular/platform-browser-dynamic": "~17.0.4", + "@angular/cli": "~17.1.0", + "@angular/common": "~17.1.0", + "@angular/compiler": "~17.1.0", + "@angular/compiler-cli": "~17.1.0", + "@angular/core": "~17.1.0", + "@angular/platform-browser": "~17.1.0", + "@angular/platform-browser-dynamic": "~17.1.0", "@babel/core": "~7.23.0", "@babel/preset-typescript": "~7.23.0", "@compodoc/compodoc": "^1.1.19", diff --git a/packages/@o3r/workspace/package.json b/packages/@o3r/workspace/package.json index 5efdd324c0..325a273128 100644 --- a/packages/@o3r/workspace/package.json +++ b/packages/@o3r/workspace/package.json @@ -22,14 +22,14 @@ "main": "./dist/src/public_api.js", "types": "./dist/src/public_api.d.ts", "peerDependencies": { - "@angular-devkit/architect": "~0.1700.0", - "@angular-devkit/core": "~17.0.0", - "@angular-devkit/schematics": "~17.0.0", - "@angular/cli": "~17.0.0", - "@angular/common": "~17.0.2", - "@angular/compiler-cli": "~17.0.2", - "@angular/core": "~17.0.2", - "@schematics/angular": "~17.0.0", + "@angular-devkit/architect": "~0.1701.0", + "@angular-devkit/core": "~17.1.0", + "@angular-devkit/schematics": "~17.1.0", + "@angular/cli": "~17.1.0", + "@angular/common": "~17.1.0", + "@angular/compiler-cli": "~17.1.0", + "@angular/core": "~17.1.0", + "@schematics/angular": "~17.1.0", "typescript": "~5.2.2" }, "peerDependenciesMeta": { @@ -47,19 +47,19 @@ "winston": "^3.8.2" }, "devDependencies": { - "@angular-devkit/architect": "~0.1700.3", - "@angular-devkit/build-angular": "~17.0.3", - "@angular-devkit/core": "~17.0.3", - "@angular-devkit/schematics": "~17.0.3", + "@angular-devkit/architect": "~0.1701.0", + "@angular-devkit/build-angular": "~17.1.0", + "@angular-devkit/core": "~17.1.0", + "@angular-devkit/schematics": "~17.1.0", "@angular-eslint/eslint-plugin": "~17.2.0", - "@angular/cli": "~17.0.3", - "@angular/common": "~17.0.4", - "@angular/compiler": "~17.0.4", - "@angular/compiler-cli": "~17.0.4", - "@angular/core": "~17.0.4", - "@angular/platform-browser": "~17.0.4", - "@angular/platform-browser-dynamic": "~17.0.4", - "@angular/router": "~17.0.4", + "@angular/cli": "~17.1.0", + "@angular/common": "~17.1.0", + "@angular/compiler": "~17.1.0", + "@angular/compiler-cli": "~17.1.0", + "@angular/core": "~17.1.0", + "@angular/platform-browser": "~17.1.0", + "@angular/platform-browser-dynamic": "~17.1.0", + "@angular/router": "~17.1.0", "@babel/core": "~7.23.0", "@babel/preset-typescript": "~7.23.0", "@ngrx/entity": "~17.1.0", @@ -73,7 +73,7 @@ "@o3r/eslint-plugin": "workspace:^", "@o3r/schematics": "workspace:^", "@o3r/test-helpers": "workspace:^", - "@schematics/angular": "~17.0.3", + "@schematics/angular": "~17.1.0", "@stylistic/eslint-plugin-ts": "^1.5.4", "@types/jest": "~29.5.2", "@types/minimist": "^1.2.2", diff --git a/yarn.lock b/yarn.lock index 06d370610b..bb6c59c4d0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -78,17 +78,17 @@ __metadata: version: 0.0.0-use.local resolution: "@ama-sdk/core@workspace:packages/@ama-sdk/core" dependencies: - "@angular-devkit/core": "npm:~17.0.3" - "@angular-devkit/schematics": "npm:~17.0.3" + "@angular-devkit/core": "npm:~17.1.0" + "@angular-devkit/schematics": "npm:~17.1.0" "@angular-eslint/eslint-plugin": "npm:~17.2.0" - "@angular/common": "npm:~17.0.4" - "@angular/core": "npm:~17.0.4" + "@angular/common": "npm:~17.1.0" + "@angular/core": "npm:~17.1.0" "@nx/eslint-plugin": "npm:~17.3.0" "@nx/jest": "npm:~17.3.0" "@o3r/build-helpers": "workspace:^" "@o3r/eslint-plugin": "workspace:^" "@o3r/test-helpers": "workspace:^" - "@schematics/angular": "npm:~17.0.3" + "@schematics/angular": "npm:~17.1.0" "@stylistic/eslint-plugin-ts": "npm:^1.5.4" "@swc/cli": "npm:^0.3.0" "@swc/core": "npm:^1.3.85" @@ -125,11 +125,11 @@ __metadata: uuid: "npm:^9.0.0" zone.js: "npm:~0.14.2" peerDependencies: - "@angular-devkit/schematics": ~17.0.0 - "@angular/cli": ~17.0.0 - "@angular/common": ~17.0.2 + "@angular-devkit/schematics": ~17.1.0 + "@angular/cli": ~17.1.0 + "@angular/common": ~17.1.0 "@o3r/schematics": "workspace:^" - "@schematics/angular": ~17.0.0 + "@schematics/angular": ~17.1.0 chokidar: ^3.5.2 cpy: ~11.0.0 globby: ^11.1.0 @@ -166,12 +166,12 @@ __metadata: dependencies: "@ama-sdk/core": "workspace:^" "@ama-sdk/schematics": "workspace:^" - "@angular-devkit/core": "npm:~17.0.3" - "@angular-devkit/schematics": "npm:~17.0.3" - "@angular-devkit/schematics-cli": "npm:~17.0.3" + "@angular-devkit/core": "npm:~17.1.0" + "@angular-devkit/schematics": "npm:~17.1.0" + "@angular-devkit/schematics-cli": "npm:~17.1.0" "@angular-eslint/eslint-plugin": "npm:~17.2.0" "@angular-eslint/eslint-plugin-template": "npm:~17.2.0" - "@angular/cli": "npm:~17.0.3" + "@angular/cli": "npm:~17.1.0" "@nx/eslint": "npm:~17.3.0" "@nx/eslint-plugin": "npm:~17.3.0" "@nx/jest": "npm:~17.3.0" @@ -182,7 +182,7 @@ __metadata: "@o3r/schematics": "workspace:^" "@o3r/test-helpers": "workspace:^" "@openapitools/openapi-generator-cli": "npm:~2.9.0" - "@schematics/angular": "npm:~17.0.3" + "@schematics/angular": "npm:~17.1.0" "@stylistic/eslint-plugin-ts": "npm:^1.5.4" "@types/jest": "npm:~29.5.2" "@types/minimist": "npm:^1.2.2" @@ -221,11 +221,11 @@ __metadata: resolution: "@ama-sdk/schematics@workspace:packages/@ama-sdk/schematics" dependencies: "@ama-sdk/core": "workspace:^" - "@angular-devkit/core": "npm:~17.0.3" - "@angular-devkit/schematics": "npm:~17.0.3" - "@angular-devkit/schematics-cli": "npm:~17.0.3" + "@angular-devkit/core": "npm:~17.1.0" + "@angular-devkit/schematics": "npm:~17.1.0" + "@angular-devkit/schematics-cli": "npm:~17.1.0" "@angular-eslint/eslint-plugin": "npm:~17.2.0" - "@angular/cli": "npm:~17.0.3" + "@angular/cli": "npm:~17.1.0" "@nx/eslint-plugin": "npm:~17.3.0" "@nx/jest": "npm:~17.3.0" "@o3r/build-helpers": "workspace:^" @@ -233,7 +233,7 @@ __metadata: "@o3r/schematics": "workspace:^" "@o3r/test-helpers": "workspace:^" "@openapitools/openapi-generator-cli": "npm:~2.9.0" - "@schematics/angular": "npm:~17.0.3" + "@schematics/angular": "npm:~17.1.0" "@stylistic/eslint-plugin-ts": "npm:^1.5.4" "@types/jest": "npm:~29.5.2" "@types/js-yaml": "npm:^4.0.5" @@ -274,13 +274,13 @@ __metadata: typescript: "npm:~5.2.2" peerDependencies: "@ama-sdk/core": "workspace:^" - "@angular-devkit/core": ~17.0.0 - "@angular-devkit/schematics": ~17.0.0 + "@angular-devkit/core": ~17.1.0 + "@angular-devkit/schematics": ~17.1.0 "@angular-devkit/schematics-cli": ^17.0.1 "@angular/cli": ^17.0.1 "@o3r/schematics": "workspace:^" "@openapitools/openapi-generator-cli": ~2.9.0 - "@schematics/angular": ~17.0.0 + "@schematics/angular": ~17.1.0 peerDependenciesMeta: "@ama-sdk/core": optional: true @@ -301,13 +301,13 @@ __metadata: dependencies: "@ama-sdk/core": "workspace:^" "@ama-sdk/schematics": "workspace:^" - "@angular-devkit/core": "npm:~17.0.3" - "@angular-devkit/schematics": "npm:~17.0.3" - "@angular-devkit/schematics-cli": "npm:~17.0.3" + "@angular-devkit/core": "npm:~17.1.0" + "@angular-devkit/schematics": "npm:~17.1.0" + "@angular-devkit/schematics-cli": "npm:~17.1.0" "@angular-eslint/eslint-plugin": "npm:~17.2.0" "@angular-eslint/eslint-plugin-template": "npm:~17.2.0" "@angular-eslint/utils": "npm:~17.2.0" - "@angular/compiler": "npm:~17.0.4" + "@angular/compiler": "npm:~17.1.0" "@commitlint/cli": "npm:^18.0.0" "@commitlint/config-conventional": "npm:^18.0.0" "@nx/eslint-plugin": "npm:~17.3.0" @@ -315,7 +315,7 @@ __metadata: "@o3r/eslint-config-otter": "workspace:^" "@o3r/eslint-plugin": "workspace:^" "@openapitools/openapi-generator-cli": "npm:~2.9.0" - "@schematics/angular": "npm:~17.0.3" + "@schematics/angular": "npm:~17.1.0" "@stylistic/eslint-plugin-ts": "npm:^1.5.4" "@swc/cli": "npm:^0.3.0" "@swc/core": "npm:^1.3.85" @@ -513,9 +513,9 @@ __metadata: version: 0.0.0-use.local resolution: "@ama-terasu/schematics@workspace:packages/@ama-terasu/schematics" dependencies: - "@angular-devkit/architect": "npm:~0.1700.3" - "@angular-devkit/core": "npm:~17.0.3" - "@angular-devkit/schematics": "npm:~17.0.3" + "@angular-devkit/architect": "npm:~0.1701.0" + "@angular-devkit/core": "npm:~17.1.0" + "@angular-devkit/schematics": "npm:~17.1.0" "@angular-eslint/eslint-plugin": "npm:~17.2.0" "@nx/eslint-plugin": "npm:~17.3.0" "@nx/jest": "npm:~17.3.0" @@ -573,7 +573,7 @@ __metadata: languageName: node linkType: hard -"@angular-devkit/architect@npm:0.1700.10, @angular-devkit/architect@npm:~0.1700.3": +"@angular-devkit/architect@npm:0.1700.10": version: 0.1700.10 resolution: "@angular-devkit/architect@npm:0.1700.10" dependencies: @@ -583,6 +583,16 @@ __metadata: languageName: node linkType: hard +"@angular-devkit/architect@npm:0.1701.2, @angular-devkit/architect@npm:~0.1701.0": + version: 0.1701.2 + resolution: "@angular-devkit/architect@npm:0.1701.2" + dependencies: + "@angular-devkit/core": "npm:17.1.2" + rxjs: "npm:7.8.1" + checksum: 10/5b170d47d5e2d5bd2f9f7cb72fd5dcb344c662dd777ff617e9065fbeed01767cb98fd1b28d2ddb492bb0fb41dfcf0add369a78455eb3ff19d364327fd565de6c + languageName: node + linkType: hard + "@angular-devkit/build-angular@npm:~17.0.3": version: 17.0.10 resolution: "@angular-devkit/build-angular@npm:17.0.10" @@ -691,6 +701,119 @@ __metadata: languageName: node linkType: hard +"@angular-devkit/build-angular@npm:~17.1.0": + version: 17.1.2 + resolution: "@angular-devkit/build-angular@npm:17.1.2" + dependencies: + "@ampproject/remapping": "npm:2.2.1" + "@angular-devkit/architect": "npm:0.1701.2" + "@angular-devkit/build-webpack": "npm:0.1701.2" + "@angular-devkit/core": "npm:17.1.2" + "@babel/core": "npm:7.23.7" + "@babel/generator": "npm:7.23.6" + "@babel/helper-annotate-as-pure": "npm:7.22.5" + "@babel/helper-split-export-declaration": "npm:7.22.6" + "@babel/plugin-transform-async-generator-functions": "npm:7.23.7" + "@babel/plugin-transform-async-to-generator": "npm:7.23.3" + "@babel/plugin-transform-runtime": "npm:7.23.7" + "@babel/preset-env": "npm:7.23.7" + "@babel/runtime": "npm:7.23.7" + "@discoveryjs/json-ext": "npm:0.5.7" + "@ngtools/webpack": "npm:17.1.2" + "@vitejs/plugin-basic-ssl": "npm:1.0.2" + ansi-colors: "npm:4.1.3" + autoprefixer: "npm:10.4.16" + babel-loader: "npm:9.1.3" + babel-plugin-istanbul: "npm:6.1.1" + browserslist: "npm:^4.21.5" + copy-webpack-plugin: "npm:11.0.0" + critters: "npm:0.0.20" + css-loader: "npm:6.8.1" + esbuild: "npm:0.19.11" + esbuild-wasm: "npm:0.19.11" + fast-glob: "npm:3.3.2" + http-proxy-middleware: "npm:2.0.6" + https-proxy-agent: "npm:7.0.2" + inquirer: "npm:9.2.12" + jsonc-parser: "npm:3.2.0" + karma-source-map-support: "npm:1.4.0" + less: "npm:4.2.0" + less-loader: "npm:11.1.0" + license-webpack-plugin: "npm:4.0.2" + loader-utils: "npm:3.2.1" + magic-string: "npm:0.30.5" + mini-css-extract-plugin: "npm:2.7.6" + mrmime: "npm:2.0.0" + open: "npm:8.4.2" + ora: "npm:5.4.1" + parse5-html-rewriting-stream: "npm:7.0.0" + picomatch: "npm:3.0.1" + piscina: "npm:4.2.1" + postcss: "npm:8.4.33" + postcss-loader: "npm:7.3.4" + resolve-url-loader: "npm:5.0.0" + rxjs: "npm:7.8.1" + sass: "npm:1.69.7" + sass-loader: "npm:13.3.3" + semver: "npm:7.5.4" + source-map-loader: "npm:5.0.0" + source-map-support: "npm:0.5.21" + terser: "npm:5.26.0" + text-table: "npm:0.2.0" + tree-kill: "npm:1.2.2" + tslib: "npm:2.6.2" + undici: "npm:6.2.1" + vite: "npm:5.0.12" + watchpack: "npm:2.4.0" + webpack: "npm:5.89.0" + webpack-dev-middleware: "npm:6.1.1" + webpack-dev-server: "npm:4.15.1" + webpack-merge: "npm:5.10.0" + webpack-subresource-integrity: "npm:5.1.0" + peerDependencies: + "@angular/compiler-cli": ^17.0.0 + "@angular/localize": ^17.0.0 + "@angular/platform-server": ^17.0.0 + "@angular/service-worker": ^17.0.0 + "@web/test-runner": ^0.18.0 + browser-sync: ^3.0.2 + jest: ^29.5.0 + jest-environment-jsdom: ^29.5.0 + karma: ^6.3.0 + ng-packagr: ^17.0.0 + protractor: ^7.0.0 + tailwindcss: ^2.0.0 || ^3.0.0 + typescript: ">=5.2 <5.4" + dependenciesMeta: + esbuild: + optional: true + peerDependenciesMeta: + "@angular/localize": + optional: true + "@angular/platform-server": + optional: true + "@angular/service-worker": + optional: true + "@web/test-runner": + optional: true + browser-sync: + optional: true + jest: + optional: true + jest-environment-jsdom: + optional: true + karma: + optional: true + ng-packagr: + optional: true + protractor: + optional: true + tailwindcss: + optional: true + checksum: 10/2ea1514c6d80695dbd59da998b02b1b2bc664c0f34c518c29c2cd9bebd19764d1501b9bc83ba3a96e3d7260cb094a0a7db8a8f5ce5ad818b224327c74bf02ac5 + languageName: node + linkType: hard + "@angular-devkit/build-webpack@npm:0.1700.10": version: 0.1700.10 resolution: "@angular-devkit/build-webpack@npm:0.1700.10" @@ -704,6 +827,19 @@ __metadata: languageName: node linkType: hard +"@angular-devkit/build-webpack@npm:0.1701.2": + version: 0.1701.2 + resolution: "@angular-devkit/build-webpack@npm:0.1701.2" + dependencies: + "@angular-devkit/architect": "npm:0.1701.2" + rxjs: "npm:7.8.1" + peerDependencies: + webpack: ^5.30.0 + webpack-dev-server: ^4.0.0 + checksum: 10/067089e9b113ebacf26c3b8f092bb69f978a6437e6bdca2bf0718721d3819731141789a438db3cb0c1186c1bbc1b9b3db51a9371c1e0757a6d888318cb48077b + languageName: node + linkType: hard + "@angular-devkit/core@npm:14.2.12": version: 14.2.12 resolution: "@angular-devkit/core@npm:14.2.12" @@ -741,19 +877,38 @@ __metadata: languageName: node linkType: hard -"@angular-devkit/schematics-cli@npm:~17.0.3": - version: 17.0.10 - resolution: "@angular-devkit/schematics-cli@npm:17.0.10" +"@angular-devkit/core@npm:17.1.2, @angular-devkit/core@npm:~17.1.0": + version: 17.1.2 + resolution: "@angular-devkit/core@npm:17.1.2" dependencies: - "@angular-devkit/core": "npm:17.0.10" - "@angular-devkit/schematics": "npm:17.0.10" + ajv: "npm:8.12.0" + ajv-formats: "npm:2.1.1" + jsonc-parser: "npm:3.2.0" + picomatch: "npm:3.0.1" + rxjs: "npm:7.8.1" + source-map: "npm:0.7.4" + peerDependencies: + chokidar: ^3.5.2 + peerDependenciesMeta: + chokidar: + optional: true + checksum: 10/c32bb3a32b158b007f894ae7c865fa6618456b154d0abaa3442be2c3acad2c5777eee602c0482f2ee8de96a793b6b6b116f3af73f5f638c76b197a6e7e71bb93 + languageName: node + linkType: hard + +"@angular-devkit/schematics-cli@npm:~17.1.0": + version: 17.1.2 + resolution: "@angular-devkit/schematics-cli@npm:17.1.2" + dependencies: + "@angular-devkit/core": "npm:17.1.2" + "@angular-devkit/schematics": "npm:17.1.2" ansi-colors: "npm:4.1.3" - inquirer: "npm:9.2.11" + inquirer: "npm:9.2.12" symbol-observable: "npm:4.0.0" yargs-parser: "npm:21.1.1" bin: schematics: bin/schematics.js - checksum: 10/b8e5be8ad706ce11890b30e558c5f3fd385296d88b29794ea0e17b76d9feb7e9f8ce3dce0bb8e91cc79c6022cbdabafd27a829544447c47a2b04615a40e43f9e + checksum: 10/0fd6145fb13e59986056257041236a412edab0707c7763c3f8044466d0f52898b05b0fa0f39d5d115e5811f2c695c8f7ab0fcb868e51b4a798c1f8b6c51b72de languageName: node linkType: hard @@ -783,6 +938,19 @@ __metadata: languageName: node linkType: hard +"@angular-devkit/schematics@npm:17.1.2, @angular-devkit/schematics@npm:~17.1.0": + version: 17.1.2 + resolution: "@angular-devkit/schematics@npm:17.1.2" + dependencies: + "@angular-devkit/core": "npm:17.1.2" + jsonc-parser: "npm:3.2.0" + magic-string: "npm:0.30.5" + ora: "npm:5.4.1" + rxjs: "npm:7.8.1" + checksum: 10/478a3801d49da73b2beee694fa240c5acb7cf2d0adbadf46796f146b7524b8e730501190eb3afa848baed66a0e86abe025108a159a86b3e0be40580533dce8ec + languageName: node + linkType: hard + "@angular-eslint/builder@npm:~17.2.0": version: 17.2.1 resolution: "@angular-eslint/builder@npm:17.2.1" @@ -859,20 +1027,20 @@ __metadata: languageName: node linkType: hard -"@angular/animations@npm:~17.0.4": - version: 17.0.9 - resolution: "@angular/animations@npm:17.0.9" +"@angular/animations@npm:~17.1.0": + version: 17.1.2 + resolution: "@angular/animations@npm:17.1.2" dependencies: tslib: "npm:^2.3.0" peerDependencies: - "@angular/core": 17.0.9 - checksum: 10/5980f999dcfb36f8f403fa831c4f1b4b0efa8789b9ea5ce7d23e31252999c69eb82ed650863090c44397741d1b7246ce3a8773924199549fee0a74a65aecc60c + "@angular/core": 17.1.2 + checksum: 10/3608f8065f85264bb380896b9be88d6b471e50c15cdc316afee12d7217028f2008861452487f23d64f7c7f318ab8423e0a69d9850e99adfb29fd7aef687af267 languageName: node linkType: hard -"@angular/cdk@npm:~17.0.1": - version: 17.0.6 - resolution: "@angular/cdk@npm:17.0.6" +"@angular/cdk@npm:~17.1.0": + version: 17.1.2 + resolution: "@angular/cdk@npm:17.1.2" dependencies: parse5: "npm:^7.1.2" tslib: "npm:^2.3.0" @@ -883,47 +1051,47 @@ __metadata: dependenciesMeta: parse5: optional: true - checksum: 10/ada48089007cfdbb02cc9035f0bc7df5c635af4dee0608ddafd4c4ef20bfaba528734e8335343d211e9db1a7bec2e451f306611203710800f13e8cce76555214 + checksum: 10/819c0724a7f6582fa6e4a5b4efa5a6fb5fcf0e47558665866c8eb26d98f50de48d1eec4d196a794f6ea701069a1ccc7411fa15de2990836bbf072bbb2470e39d languageName: node linkType: hard -"@angular/cli@npm:~17.0.3": - version: 17.0.10 - resolution: "@angular/cli@npm:17.0.10" +"@angular/cli@npm:~17.1.0": + version: 17.1.2 + resolution: "@angular/cli@npm:17.1.2" dependencies: - "@angular-devkit/architect": "npm:0.1700.10" - "@angular-devkit/core": "npm:17.0.10" - "@angular-devkit/schematics": "npm:17.0.10" - "@schematics/angular": "npm:17.0.10" + "@angular-devkit/architect": "npm:0.1701.2" + "@angular-devkit/core": "npm:17.1.2" + "@angular-devkit/schematics": "npm:17.1.2" + "@schematics/angular": "npm:17.1.2" "@yarnpkg/lockfile": "npm:1.1.0" ansi-colors: "npm:4.1.3" ini: "npm:4.1.1" - inquirer: "npm:9.2.11" + inquirer: "npm:9.2.12" jsonc-parser: "npm:3.2.0" npm-package-arg: "npm:11.0.1" npm-pick-manifest: "npm:9.0.0" open: "npm:8.4.2" ora: "npm:5.4.1" - pacote: "npm:17.0.4" + pacote: "npm:17.0.5" resolve: "npm:1.22.8" semver: "npm:7.5.4" symbol-observable: "npm:4.0.0" yargs: "npm:17.7.2" bin: ng: bin/ng.js - checksum: 10/851495359133d6d386c96c32441f3822869ec0bd21b4c3e91e57a626e8140db911f4220ab560b230bec4dc296066c45789e8d7d5e420e5b0bfd448e90e6c75cb + checksum: 10/9e6f089d6e6abb9c3462f7d2c68c87aaef69754135fca779c3581f81ddbb778c8a4f42b47b8fadbdb022c0038420b7962137a045df551282823f74c019cdba00 languageName: node linkType: hard -"@angular/common@npm:~17.0.4": - version: 17.0.9 - resolution: "@angular/common@npm:17.0.9" +"@angular/common@npm:~17.1.0": + version: 17.1.2 + resolution: "@angular/common@npm:17.1.2" dependencies: tslib: "npm:^2.3.0" peerDependencies: - "@angular/core": 17.0.9 + "@angular/core": 17.1.2 rxjs: ^6.5.3 || ^7.4.0 - checksum: 10/d0657bb50bd2102eb239a9f989fd6a3053d9866105dd6817a0fcb2251b24b27ef53a54820039c7c6bc9f9f196db82fc36eeff0999c4869e6be2a3f60f6b55c5d + checksum: 10/5b77e8b31c4746edff8635a425142f97a988c59906d0a3b1420e04466d483e1faa16dde99e358ad6b97d1b15abdba3f385d0caee12d1b09ba14ea0a9d993f711 languageName: node linkType: hard @@ -950,6 +1118,29 @@ __metadata: languageName: node linkType: hard +"@angular/compiler-cli@npm:~17.1.0": + version: 17.1.2 + resolution: "@angular/compiler-cli@npm:17.1.2" + dependencies: + "@babel/core": "npm:7.23.2" + "@jridgewell/sourcemap-codec": "npm:^1.4.14" + chokidar: "npm:^3.0.0" + convert-source-map: "npm:^1.5.1" + reflect-metadata: "npm:^0.1.2" + semver: "npm:^7.0.0" + tslib: "npm:^2.3.0" + yargs: "npm:^17.2.1" + peerDependencies: + "@angular/compiler": 17.1.2 + typescript: ">=5.2 <5.4" + bin: + ng-xi18n: bundles/src/bin/ng_xi18n.js + ngc: bundles/src/bin/ngc.js + ngcc: bundles/ngcc/index.js + checksum: 10/8db6f90e97982aa47050c6d5c7d25ce11543d40ad2c764a60b6c12e2dd16e3bc94b61623891e728fa84df463aebc5d0e7d2c85d7a672d9ede93559499993f528 + languageName: node + linkType: hard + "@angular/compiler@npm:~17.0.4": version: 17.0.9 resolution: "@angular/compiler@npm:17.0.9" @@ -964,155 +1155,170 @@ __metadata: languageName: node linkType: hard -"@angular/core@npm:~17.0.4": - version: 17.0.9 - resolution: "@angular/core@npm:17.0.9" +"@angular/compiler@npm:~17.1.0": + version: 17.1.2 + resolution: "@angular/compiler@npm:17.1.2" + dependencies: + tslib: "npm:^2.3.0" + peerDependencies: + "@angular/core": 17.1.2 + peerDependenciesMeta: + "@angular/core": + optional: true + checksum: 10/4c6d02860495650cb1e12db70dba521abdc952106ab271b6dd8b9ef6df32d5a481d55e7ea7f6652625ff3207de7d2d02112c9a628101a3334897028317cf43c0 + languageName: node + linkType: hard + +"@angular/core@npm:~17.1.0": + version: 17.1.2 + resolution: "@angular/core@npm:17.1.2" dependencies: tslib: "npm:^2.3.0" peerDependencies: rxjs: ^6.5.3 || ^7.4.0 zone.js: ~0.14.0 - checksum: 10/6815ac921b66938725943df4930c9398e7f1d055a603d0d9cd83bf904b27e7f72f96a8b2747e1d163fe98e3c1e85eb70e5566656c4c6eb7436249bad4b7f2176 + checksum: 10/5b9cf0ecb63d1e5257c5c34d7006840f77b74848372cf53e52182acff6bfe67bb435b966cc31fba893d56ebf347370164ac8a6f0dfc53dd5763f9c5bbdce349d languageName: node linkType: hard -"@angular/forms@npm:~17.0.4": - version: 17.0.9 - resolution: "@angular/forms@npm:17.0.9" +"@angular/forms@npm:~17.1.0": + version: 17.1.2 + resolution: "@angular/forms@npm:17.1.2" dependencies: tslib: "npm:^2.3.0" peerDependencies: - "@angular/common": 17.0.9 - "@angular/core": 17.0.9 - "@angular/platform-browser": 17.0.9 + "@angular/common": 17.1.2 + "@angular/core": 17.1.2 + "@angular/platform-browser": 17.1.2 rxjs: ^6.5.3 || ^7.4.0 - checksum: 10/1fa2f5f0983c7fecc2ea65dfd3edfe29e00f972c3d11e2de4b217b3cc7f15276d35c3c3cc06e179869947f6a74a9f920fdb2f2876f56d69ada25a2a4a07f64cd + checksum: 10/dd35bd10bb8ed34286956192d8b784eb222421378a522c14d46b0a5ad5c70cf460e366fd0a97fae39c611c1ea16639c4053dbac6421a47bc243aa0cd7bb6831b languageName: node linkType: hard -"@angular/localize@npm:~17.0.4": - version: 17.0.9 - resolution: "@angular/localize@npm:17.0.9" +"@angular/localize@npm:~17.1.0": + version: 17.1.2 + resolution: "@angular/localize@npm:17.1.2" dependencies: "@babel/core": "npm:7.23.2" + "@types/babel__core": "npm:7.20.2" fast-glob: "npm:3.3.1" yargs: "npm:^17.2.1" peerDependencies: - "@angular/compiler": 17.0.9 - "@angular/compiler-cli": 17.0.9 + "@angular/compiler": 17.1.2 + "@angular/compiler-cli": 17.1.2 bin: localize-extract: tools/bundles/src/extract/cli.js localize-migrate: tools/bundles/src/migrate/cli.js localize-translate: tools/bundles/src/translate/cli.js - checksum: 10/9147871b4f3632834bfcc55233bdb4b1823bc6eabece2afbc711e2a33a461c1e4996f1f3626f20e51a25628690c880114b2006e53746d9316050f661eba712ec - languageName: node - linkType: hard - -"@angular/material@npm:~17.0.1": - version: 17.0.6 - resolution: "@angular/material@npm:17.0.6" - dependencies: - "@material/animation": "npm:15.0.0-canary.a246a4439.0" - "@material/auto-init": "npm:15.0.0-canary.a246a4439.0" - "@material/banner": "npm:15.0.0-canary.a246a4439.0" - "@material/base": "npm:15.0.0-canary.a246a4439.0" - "@material/button": "npm:15.0.0-canary.a246a4439.0" - "@material/card": "npm:15.0.0-canary.a246a4439.0" - "@material/checkbox": "npm:15.0.0-canary.a246a4439.0" - "@material/chips": "npm:15.0.0-canary.a246a4439.0" - "@material/circular-progress": "npm:15.0.0-canary.a246a4439.0" - "@material/data-table": "npm:15.0.0-canary.a246a4439.0" - "@material/density": "npm:15.0.0-canary.a246a4439.0" - "@material/dialog": "npm:15.0.0-canary.a246a4439.0" - "@material/dom": "npm:15.0.0-canary.a246a4439.0" - "@material/drawer": "npm:15.0.0-canary.a246a4439.0" - "@material/elevation": "npm:15.0.0-canary.a246a4439.0" - "@material/fab": "npm:15.0.0-canary.a246a4439.0" - "@material/feature-targeting": "npm:15.0.0-canary.a246a4439.0" - "@material/floating-label": "npm:15.0.0-canary.a246a4439.0" - "@material/form-field": "npm:15.0.0-canary.a246a4439.0" - "@material/icon-button": "npm:15.0.0-canary.a246a4439.0" - "@material/image-list": "npm:15.0.0-canary.a246a4439.0" - "@material/layout-grid": "npm:15.0.0-canary.a246a4439.0" - "@material/line-ripple": "npm:15.0.0-canary.a246a4439.0" - "@material/linear-progress": "npm:15.0.0-canary.a246a4439.0" - "@material/list": "npm:15.0.0-canary.a246a4439.0" - "@material/menu": "npm:15.0.0-canary.a246a4439.0" - "@material/menu-surface": "npm:15.0.0-canary.a246a4439.0" - "@material/notched-outline": "npm:15.0.0-canary.a246a4439.0" - "@material/radio": "npm:15.0.0-canary.a246a4439.0" - "@material/ripple": "npm:15.0.0-canary.a246a4439.0" - "@material/rtl": "npm:15.0.0-canary.a246a4439.0" - "@material/segmented-button": "npm:15.0.0-canary.a246a4439.0" - "@material/select": "npm:15.0.0-canary.a246a4439.0" - "@material/shape": "npm:15.0.0-canary.a246a4439.0" - "@material/slider": "npm:15.0.0-canary.a246a4439.0" - "@material/snackbar": "npm:15.0.0-canary.a246a4439.0" - "@material/switch": "npm:15.0.0-canary.a246a4439.0" - "@material/tab": "npm:15.0.0-canary.a246a4439.0" - "@material/tab-bar": "npm:15.0.0-canary.a246a4439.0" - "@material/tab-indicator": "npm:15.0.0-canary.a246a4439.0" - "@material/tab-scroller": "npm:15.0.0-canary.a246a4439.0" - "@material/textfield": "npm:15.0.0-canary.a246a4439.0" - "@material/theme": "npm:15.0.0-canary.a246a4439.0" - "@material/tooltip": "npm:15.0.0-canary.a246a4439.0" - "@material/top-app-bar": "npm:15.0.0-canary.a246a4439.0" - "@material/touch-target": "npm:15.0.0-canary.a246a4439.0" - "@material/typography": "npm:15.0.0-canary.a246a4439.0" + checksum: 10/cb3c66119b3ad5ea5ea7634ade060d9fe87bc3f0ae1fab023895f0bbc4399047cdeb3752ee4ec512755244d50144278d0b3a5bf5989e30da07d6311d75a08416 + languageName: node + linkType: hard + +"@angular/material@npm:~17.1.0": + version: 17.1.2 + resolution: "@angular/material@npm:17.1.2" + dependencies: + "@material/animation": "npm:15.0.0-canary.7f224ddd4.0" + "@material/auto-init": "npm:15.0.0-canary.7f224ddd4.0" + "@material/banner": "npm:15.0.0-canary.7f224ddd4.0" + "@material/base": "npm:15.0.0-canary.7f224ddd4.0" + "@material/button": "npm:15.0.0-canary.7f224ddd4.0" + "@material/card": "npm:15.0.0-canary.7f224ddd4.0" + "@material/checkbox": "npm:15.0.0-canary.7f224ddd4.0" + "@material/chips": "npm:15.0.0-canary.7f224ddd4.0" + "@material/circular-progress": "npm:15.0.0-canary.7f224ddd4.0" + "@material/data-table": "npm:15.0.0-canary.7f224ddd4.0" + "@material/density": "npm:15.0.0-canary.7f224ddd4.0" + "@material/dialog": "npm:15.0.0-canary.7f224ddd4.0" + "@material/dom": "npm:15.0.0-canary.7f224ddd4.0" + "@material/drawer": "npm:15.0.0-canary.7f224ddd4.0" + "@material/elevation": "npm:15.0.0-canary.7f224ddd4.0" + "@material/fab": "npm:15.0.0-canary.7f224ddd4.0" + "@material/feature-targeting": "npm:15.0.0-canary.7f224ddd4.0" + "@material/floating-label": "npm:15.0.0-canary.7f224ddd4.0" + "@material/form-field": "npm:15.0.0-canary.7f224ddd4.0" + "@material/icon-button": "npm:15.0.0-canary.7f224ddd4.0" + "@material/image-list": "npm:15.0.0-canary.7f224ddd4.0" + "@material/layout-grid": "npm:15.0.0-canary.7f224ddd4.0" + "@material/line-ripple": "npm:15.0.0-canary.7f224ddd4.0" + "@material/linear-progress": "npm:15.0.0-canary.7f224ddd4.0" + "@material/list": "npm:15.0.0-canary.7f224ddd4.0" + "@material/menu": "npm:15.0.0-canary.7f224ddd4.0" + "@material/menu-surface": "npm:15.0.0-canary.7f224ddd4.0" + "@material/notched-outline": "npm:15.0.0-canary.7f224ddd4.0" + "@material/radio": "npm:15.0.0-canary.7f224ddd4.0" + "@material/ripple": "npm:15.0.0-canary.7f224ddd4.0" + "@material/rtl": "npm:15.0.0-canary.7f224ddd4.0" + "@material/segmented-button": "npm:15.0.0-canary.7f224ddd4.0" + "@material/select": "npm:15.0.0-canary.7f224ddd4.0" + "@material/shape": "npm:15.0.0-canary.7f224ddd4.0" + "@material/slider": "npm:15.0.0-canary.7f224ddd4.0" + "@material/snackbar": "npm:15.0.0-canary.7f224ddd4.0" + "@material/switch": "npm:15.0.0-canary.7f224ddd4.0" + "@material/tab": "npm:15.0.0-canary.7f224ddd4.0" + "@material/tab-bar": "npm:15.0.0-canary.7f224ddd4.0" + "@material/tab-indicator": "npm:15.0.0-canary.7f224ddd4.0" + "@material/tab-scroller": "npm:15.0.0-canary.7f224ddd4.0" + "@material/textfield": "npm:15.0.0-canary.7f224ddd4.0" + "@material/theme": "npm:15.0.0-canary.7f224ddd4.0" + "@material/tooltip": "npm:15.0.0-canary.7f224ddd4.0" + "@material/top-app-bar": "npm:15.0.0-canary.7f224ddd4.0" + "@material/touch-target": "npm:15.0.0-canary.7f224ddd4.0" + "@material/typography": "npm:15.0.0-canary.7f224ddd4.0" tslib: "npm:^2.3.0" peerDependencies: "@angular/animations": ^17.0.0 || ^18.0.0 - "@angular/cdk": 17.0.6 + "@angular/cdk": 17.1.2 "@angular/common": ^17.0.0 || ^18.0.0 "@angular/core": ^17.0.0 || ^18.0.0 "@angular/forms": ^17.0.0 || ^18.0.0 "@angular/platform-browser": ^17.0.0 || ^18.0.0 rxjs: ^6.5.3 || ^7.4.0 - checksum: 10/c44fc16e5122ce31f1dd0330e978429d4975ce06363654e79eead78dd4cceb6f8d7ecd1caeeefc2989e869282b3208debf9f003e766413aae0765933c459e892 + checksum: 10/55f06445f2df7c4d2d33fb2abc772a81db7091af24fa372c60b3db4608e28838ee68e21a20bce1e8241e71f2060aa97eabeff0dec9d3ef12c915af63384d65bb languageName: node linkType: hard -"@angular/platform-browser-dynamic@npm:~17.0.4": - version: 17.0.9 - resolution: "@angular/platform-browser-dynamic@npm:17.0.9" +"@angular/platform-browser-dynamic@npm:~17.1.0": + version: 17.1.2 + resolution: "@angular/platform-browser-dynamic@npm:17.1.2" dependencies: tslib: "npm:^2.3.0" peerDependencies: - "@angular/common": 17.0.9 - "@angular/compiler": 17.0.9 - "@angular/core": 17.0.9 - "@angular/platform-browser": 17.0.9 - checksum: 10/7dbf4fd899389673b356539af30b9b55974f27123fed82cec4ab5d0a1aca728bee8f123761d552a7e0c3094a6f408ea03489b6e9193a8538aca2bd711497acd7 + "@angular/common": 17.1.2 + "@angular/compiler": 17.1.2 + "@angular/core": 17.1.2 + "@angular/platform-browser": 17.1.2 + checksum: 10/ed32dfc3ec8ef32730b7a65854f28912d249ec6faa12570eb58d19bcc9810be13e53f2112f0c1076b769e9131060789b1d88e49bd1955f1457500260d97a03f3 languageName: node linkType: hard -"@angular/platform-browser@npm:~17.0.4": - version: 17.0.9 - resolution: "@angular/platform-browser@npm:17.0.9" +"@angular/platform-browser@npm:~17.1.0": + version: 17.1.2 + resolution: "@angular/platform-browser@npm:17.1.2" dependencies: tslib: "npm:^2.3.0" peerDependencies: - "@angular/animations": 17.0.9 - "@angular/common": 17.0.9 - "@angular/core": 17.0.9 + "@angular/animations": 17.1.2 + "@angular/common": 17.1.2 + "@angular/core": 17.1.2 peerDependenciesMeta: "@angular/animations": optional: true - checksum: 10/21b59a5b87549fd37e098949e98577d1eb23a59a66f39ce5d69c69bfe550e7a83ce4419c42b94b4caa0db80c3f0de3ef34af3b8bc6c7d957ab3257736c005cd8 + checksum: 10/62bdb4da56eaef3232535fa403b47331f9eb5d2a158f1148f4c2d56a0d5b0aa0b056771a3851743f475e31a000f3b14270ffdd2adfc5a17e58b25ecfe3e6eec8 languageName: node linkType: hard -"@angular/router@npm:~17.0.4": - version: 17.0.9 - resolution: "@angular/router@npm:17.0.9" +"@angular/router@npm:~17.1.0": + version: 17.1.2 + resolution: "@angular/router@npm:17.1.2" dependencies: tslib: "npm:^2.3.0" peerDependencies: - "@angular/common": 17.0.9 - "@angular/core": 17.0.9 - "@angular/platform-browser": 17.0.9 + "@angular/common": 17.1.2 + "@angular/core": 17.1.2 + "@angular/platform-browser": 17.1.2 rxjs: ^6.5.3 || ^7.4.0 - checksum: 10/b1ceea87b3509964ba6284b73fb2ec00fef07cfb812cdd34d035ec32a109def25ae43bd80054e55f19fc70f2e18683a65005e9c7df2ebaaff52122cce5bdde70 + checksum: 10/37f50aa058d43fb51f24dd1bf4392afe0a03677f60e7aa87bccf28438f5df34d2e51877196b1f732cb4802278e5204b5c115468776a2ce58ca97071406cd9c1c languageName: node linkType: hard @@ -1235,6 +1441,29 @@ __metadata: languageName: node linkType: hard +"@babel/core@npm:7.23.7": + version: 7.23.7 + resolution: "@babel/core@npm:7.23.7" + dependencies: + "@ampproject/remapping": "npm:^2.2.0" + "@babel/code-frame": "npm:^7.23.5" + "@babel/generator": "npm:^7.23.6" + "@babel/helper-compilation-targets": "npm:^7.23.6" + "@babel/helper-module-transforms": "npm:^7.23.3" + "@babel/helpers": "npm:^7.23.7" + "@babel/parser": "npm:^7.23.6" + "@babel/template": "npm:^7.22.15" + "@babel/traverse": "npm:^7.23.7" + "@babel/types": "npm:^7.23.6" + convert-source-map: "npm:^2.0.0" + debug: "npm:^4.1.0" + gensync: "npm:^1.0.0-beta.2" + json5: "npm:^2.2.3" + semver: "npm:^6.3.1" + checksum: 10/956841695ea801c8b4196d01072e6c1062335960715a6fcfd4009831003b526b00627c78b373ed49b1658c3622c71142f7ff04235fe839cac4a1a25ed51b90aa + languageName: node + linkType: hard + "@babel/core@npm:^7.11.6, @babel/core@npm:^7.12.3, @babel/core@npm:^7.23.0, @babel/core@npm:^7.23.2, @babel/core@npm:^7.23.3, @babel/core@npm:~7.23.0": version: 7.23.9 resolution: "@babel/core@npm:7.23.9" @@ -1270,7 +1499,7 @@ __metadata: languageName: node linkType: hard -"@babel/generator@npm:^7.23.0, @babel/generator@npm:^7.23.6, @babel/generator@npm:^7.7.2": +"@babel/generator@npm:7.23.6, @babel/generator@npm:^7.23.0, @babel/generator@npm:^7.23.6, @babel/generator@npm:^7.7.2": version: 7.23.6 resolution: "@babel/generator@npm:7.23.6" dependencies: @@ -1535,7 +1764,7 @@ __metadata: languageName: node linkType: hard -"@babel/helpers@npm:^7.23.2, @babel/helpers@npm:^7.23.9": +"@babel/helpers@npm:^7.23.2, @babel/helpers@npm:^7.23.7, @babel/helpers@npm:^7.23.9": version: 7.23.9 resolution: "@babel/helpers@npm:7.23.9" dependencies: @@ -1557,7 +1786,7 @@ __metadata: languageName: node linkType: hard -"@babel/parser@npm:^7.1.0, @babel/parser@npm:^7.14.7, @babel/parser@npm:^7.20.7, @babel/parser@npm:^7.23.0, @babel/parser@npm:^7.23.9": +"@babel/parser@npm:^7.1.0, @babel/parser@npm:^7.14.7, @babel/parser@npm:^7.20.7, @babel/parser@npm:^7.23.0, @babel/parser@npm:^7.23.6, @babel/parser@npm:^7.23.9": version: 7.23.9 resolution: "@babel/parser@npm:7.23.9" bin: @@ -1915,7 +2144,21 @@ __metadata: languageName: node linkType: hard -"@babel/plugin-transform-async-generator-functions@npm:^7.23.2, @babel/plugin-transform-async-generator-functions@npm:^7.23.9": +"@babel/plugin-transform-async-generator-functions@npm:7.23.7": + version: 7.23.7 + resolution: "@babel/plugin-transform-async-generator-functions@npm:7.23.7" + dependencies: + "@babel/helper-environment-visitor": "npm:^7.22.20" + "@babel/helper-plugin-utils": "npm:^7.22.5" + "@babel/helper-remap-async-to-generator": "npm:^7.22.20" + "@babel/plugin-syntax-async-generators": "npm:^7.8.4" + peerDependencies: + "@babel/core": ^7.0.0-0 + checksum: 10/b1f66b23423933c27336b1161ac92efef46683321caea97e2255a666f992979376f47a5559f64188d3831fa66a4b24c2a7a40838cc0e9737e90eebe20e8e6372 + languageName: node + linkType: hard + +"@babel/plugin-transform-async-generator-functions@npm:^7.23.2, @babel/plugin-transform-async-generator-functions@npm:^7.23.7, @babel/plugin-transform-async-generator-functions@npm:^7.23.9": version: 7.23.9 resolution: "@babel/plugin-transform-async-generator-functions@npm:7.23.9" dependencies: @@ -1942,7 +2185,7 @@ __metadata: languageName: node linkType: hard -"@babel/plugin-transform-async-to-generator@npm:^7.22.5, @babel/plugin-transform-async-to-generator@npm:^7.23.3": +"@babel/plugin-transform-async-to-generator@npm:7.23.3, @babel/plugin-transform-async-to-generator@npm:^7.22.5, @babel/plugin-transform-async-to-generator@npm:^7.23.3": version: 7.23.3 resolution: "@babel/plugin-transform-async-to-generator@npm:7.23.3" dependencies: @@ -2002,7 +2245,7 @@ __metadata: languageName: node linkType: hard -"@babel/plugin-transform-classes@npm:^7.22.15, @babel/plugin-transform-classes@npm:^7.23.8": +"@babel/plugin-transform-classes@npm:^7.22.15, @babel/plugin-transform-classes@npm:^7.23.5, @babel/plugin-transform-classes@npm:^7.23.8": version: 7.23.8 resolution: "@babel/plugin-transform-classes@npm:7.23.8" dependencies: @@ -2210,7 +2453,7 @@ __metadata: languageName: node linkType: hard -"@babel/plugin-transform-modules-systemjs@npm:^7.23.0, @babel/plugin-transform-modules-systemjs@npm:^7.23.9": +"@babel/plugin-transform-modules-systemjs@npm:^7.23.0, @babel/plugin-transform-modules-systemjs@npm:^7.23.3, @babel/plugin-transform-modules-systemjs@npm:^7.23.9": version: 7.23.9 resolution: "@babel/plugin-transform-modules-systemjs@npm:7.23.9" dependencies: @@ -2422,6 +2665,22 @@ __metadata: languageName: node linkType: hard +"@babel/plugin-transform-runtime@npm:7.23.7": + version: 7.23.7 + resolution: "@babel/plugin-transform-runtime@npm:7.23.7" + dependencies: + "@babel/helper-module-imports": "npm:^7.22.15" + "@babel/helper-plugin-utils": "npm:^7.22.5" + babel-plugin-polyfill-corejs2: "npm:^0.4.7" + babel-plugin-polyfill-corejs3: "npm:^0.8.7" + babel-plugin-polyfill-regenerator: "npm:^0.5.4" + semver: "npm:^6.3.1" + peerDependencies: + "@babel/core": ^7.0.0-0 + checksum: 10/1e0b21c943e565e6a2a859991059f5b5a8b917689aab9b3beb172babece1843b42f9ae9ff9913f01134fb201fd67ac2831559578949c7287e7c782e6d6740de8 + languageName: node + linkType: hard + "@babel/plugin-transform-runtime@npm:^7.23.2": version: 7.23.9 resolution: "@babel/plugin-transform-runtime@npm:7.23.9" @@ -2645,6 +2904,96 @@ __metadata: languageName: node linkType: hard +"@babel/preset-env@npm:7.23.7": + version: 7.23.7 + resolution: "@babel/preset-env@npm:7.23.7" + dependencies: + "@babel/compat-data": "npm:^7.23.5" + "@babel/helper-compilation-targets": "npm:^7.23.6" + "@babel/helper-plugin-utils": "npm:^7.22.5" + "@babel/helper-validator-option": "npm:^7.23.5" + "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "npm:^7.23.3" + "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "npm:^7.23.3" + "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": "npm:^7.23.7" + "@babel/plugin-proposal-private-property-in-object": "npm:7.21.0-placeholder-for-preset-env.2" + "@babel/plugin-syntax-async-generators": "npm:^7.8.4" + "@babel/plugin-syntax-class-properties": "npm:^7.12.13" + "@babel/plugin-syntax-class-static-block": "npm:^7.14.5" + "@babel/plugin-syntax-dynamic-import": "npm:^7.8.3" + "@babel/plugin-syntax-export-namespace-from": "npm:^7.8.3" + "@babel/plugin-syntax-import-assertions": "npm:^7.23.3" + "@babel/plugin-syntax-import-attributes": "npm:^7.23.3" + "@babel/plugin-syntax-import-meta": "npm:^7.10.4" + "@babel/plugin-syntax-json-strings": "npm:^7.8.3" + "@babel/plugin-syntax-logical-assignment-operators": "npm:^7.10.4" + "@babel/plugin-syntax-nullish-coalescing-operator": "npm:^7.8.3" + "@babel/plugin-syntax-numeric-separator": "npm:^7.10.4" + "@babel/plugin-syntax-object-rest-spread": "npm:^7.8.3" + "@babel/plugin-syntax-optional-catch-binding": "npm:^7.8.3" + "@babel/plugin-syntax-optional-chaining": "npm:^7.8.3" + "@babel/plugin-syntax-private-property-in-object": "npm:^7.14.5" + "@babel/plugin-syntax-top-level-await": "npm:^7.14.5" + "@babel/plugin-syntax-unicode-sets-regex": "npm:^7.18.6" + "@babel/plugin-transform-arrow-functions": "npm:^7.23.3" + "@babel/plugin-transform-async-generator-functions": "npm:^7.23.7" + "@babel/plugin-transform-async-to-generator": "npm:^7.23.3" + "@babel/plugin-transform-block-scoped-functions": "npm:^7.23.3" + "@babel/plugin-transform-block-scoping": "npm:^7.23.4" + "@babel/plugin-transform-class-properties": "npm:^7.23.3" + "@babel/plugin-transform-class-static-block": "npm:^7.23.4" + "@babel/plugin-transform-classes": "npm:^7.23.5" + "@babel/plugin-transform-computed-properties": "npm:^7.23.3" + "@babel/plugin-transform-destructuring": "npm:^7.23.3" + "@babel/plugin-transform-dotall-regex": "npm:^7.23.3" + "@babel/plugin-transform-duplicate-keys": "npm:^7.23.3" + "@babel/plugin-transform-dynamic-import": "npm:^7.23.4" + "@babel/plugin-transform-exponentiation-operator": "npm:^7.23.3" + "@babel/plugin-transform-export-namespace-from": "npm:^7.23.4" + "@babel/plugin-transform-for-of": "npm:^7.23.6" + "@babel/plugin-transform-function-name": "npm:^7.23.3" + "@babel/plugin-transform-json-strings": "npm:^7.23.4" + "@babel/plugin-transform-literals": "npm:^7.23.3" + "@babel/plugin-transform-logical-assignment-operators": "npm:^7.23.4" + "@babel/plugin-transform-member-expression-literals": "npm:^7.23.3" + "@babel/plugin-transform-modules-amd": "npm:^7.23.3" + "@babel/plugin-transform-modules-commonjs": "npm:^7.23.3" + "@babel/plugin-transform-modules-systemjs": "npm:^7.23.3" + "@babel/plugin-transform-modules-umd": "npm:^7.23.3" + "@babel/plugin-transform-named-capturing-groups-regex": "npm:^7.22.5" + "@babel/plugin-transform-new-target": "npm:^7.23.3" + "@babel/plugin-transform-nullish-coalescing-operator": "npm:^7.23.4" + "@babel/plugin-transform-numeric-separator": "npm:^7.23.4" + "@babel/plugin-transform-object-rest-spread": "npm:^7.23.4" + "@babel/plugin-transform-object-super": "npm:^7.23.3" + "@babel/plugin-transform-optional-catch-binding": "npm:^7.23.4" + "@babel/plugin-transform-optional-chaining": "npm:^7.23.4" + "@babel/plugin-transform-parameters": "npm:^7.23.3" + "@babel/plugin-transform-private-methods": "npm:^7.23.3" + "@babel/plugin-transform-private-property-in-object": "npm:^7.23.4" + "@babel/plugin-transform-property-literals": "npm:^7.23.3" + "@babel/plugin-transform-regenerator": "npm:^7.23.3" + "@babel/plugin-transform-reserved-words": "npm:^7.23.3" + "@babel/plugin-transform-shorthand-properties": "npm:^7.23.3" + "@babel/plugin-transform-spread": "npm:^7.23.3" + "@babel/plugin-transform-sticky-regex": "npm:^7.23.3" + "@babel/plugin-transform-template-literals": "npm:^7.23.3" + "@babel/plugin-transform-typeof-symbol": "npm:^7.23.3" + "@babel/plugin-transform-unicode-escapes": "npm:^7.23.3" + "@babel/plugin-transform-unicode-property-regex": "npm:^7.23.3" + "@babel/plugin-transform-unicode-regex": "npm:^7.23.3" + "@babel/plugin-transform-unicode-sets-regex": "npm:^7.23.3" + "@babel/preset-modules": "npm:0.1.6-no-external-plugins" + babel-plugin-polyfill-corejs2: "npm:^0.4.7" + babel-plugin-polyfill-corejs3: "npm:^0.8.7" + babel-plugin-polyfill-regenerator: "npm:^0.5.4" + core-js-compat: "npm:^3.31.0" + semver: "npm:^6.3.1" + peerDependencies: + "@babel/core": ^7.0.0-0 + checksum: 10/2059dee350c39aba0a1f128d00ccfd7abf97f92a9b661f4db07a96c11d91c928a9f1df39477583f068090627bff571b4415f1a4f94008d29f6ad8b124e69804e + languageName: node + linkType: hard + "@babel/preset-env@npm:^7.23.2, @babel/preset-env@npm:^7.23.3": version: 7.23.9 resolution: "@babel/preset-env@npm:7.23.9" @@ -2807,6 +3156,15 @@ __metadata: languageName: node linkType: hard +"@babel/runtime@npm:7.23.7": + version: 7.23.7 + resolution: "@babel/runtime@npm:7.23.7" + dependencies: + regenerator-runtime: "npm:^0.14.0" + checksum: 10/b29cf3ca6277aea8c5c823d9b86e7f7153757f07eaaa81d726f125de00ac0e7451c90845770f919826a94ade8f71a6bda9c0421410dfcc285ee17a40f8f8ca00 + languageName: node + linkType: hard + "@babel/runtime@npm:^7.13.10, @babel/runtime@npm:^7.21.0, @babel/runtime@npm:^7.22.6, @babel/runtime@npm:^7.23.2, @babel/runtime@npm:^7.7.2, @babel/runtime@npm:^7.8.4": version: 7.23.9 resolution: "@babel/runtime@npm:7.23.9" @@ -2827,7 +3185,7 @@ __metadata: languageName: node linkType: hard -"@babel/traverse@npm:^7.16.0, @babel/traverse@npm:^7.23.2, @babel/traverse@npm:^7.23.9": +"@babel/traverse@npm:^7.16.0, @babel/traverse@npm:^7.23.2, @babel/traverse@npm:^7.23.7, @babel/traverse@npm:^7.23.9": version: 7.23.9 resolution: "@babel/traverse@npm:7.23.9" dependencies: @@ -3319,6 +3677,13 @@ __metadata: languageName: node linkType: hard +"@esbuild/aix-ppc64@npm:0.19.11": + version: 0.19.11 + resolution: "@esbuild/aix-ppc64@npm:0.19.11" + conditions: os=aix & cpu=ppc64 + languageName: node + linkType: hard + "@esbuild/aix-ppc64@npm:0.19.12": version: 0.19.12 resolution: "@esbuild/aix-ppc64@npm:0.19.12" @@ -3340,6 +3705,13 @@ __metadata: languageName: node linkType: hard +"@esbuild/android-arm64@npm:0.19.11": + version: 0.19.11 + resolution: "@esbuild/android-arm64@npm:0.19.11" + conditions: os=android & cpu=arm64 + languageName: node + linkType: hard + "@esbuild/android-arm64@npm:0.19.12": version: 0.19.12 resolution: "@esbuild/android-arm64@npm:0.19.12" @@ -3375,6 +3747,13 @@ __metadata: languageName: node linkType: hard +"@esbuild/android-arm@npm:0.19.11": + version: 0.19.11 + resolution: "@esbuild/android-arm@npm:0.19.11" + conditions: os=android & cpu=arm + languageName: node + linkType: hard + "@esbuild/android-arm@npm:0.19.12": version: 0.19.12 resolution: "@esbuild/android-arm@npm:0.19.12" @@ -3403,6 +3782,13 @@ __metadata: languageName: node linkType: hard +"@esbuild/android-x64@npm:0.19.11": + version: 0.19.11 + resolution: "@esbuild/android-x64@npm:0.19.11" + conditions: os=android & cpu=x64 + languageName: node + linkType: hard + "@esbuild/android-x64@npm:0.19.12": version: 0.19.12 resolution: "@esbuild/android-x64@npm:0.19.12" @@ -3431,6 +3817,13 @@ __metadata: languageName: node linkType: hard +"@esbuild/darwin-arm64@npm:0.19.11": + version: 0.19.11 + resolution: "@esbuild/darwin-arm64@npm:0.19.11" + conditions: os=darwin & cpu=arm64 + languageName: node + linkType: hard + "@esbuild/darwin-arm64@npm:0.19.12": version: 0.19.12 resolution: "@esbuild/darwin-arm64@npm:0.19.12" @@ -3459,6 +3852,13 @@ __metadata: languageName: node linkType: hard +"@esbuild/darwin-x64@npm:0.19.11": + version: 0.19.11 + resolution: "@esbuild/darwin-x64@npm:0.19.11" + conditions: os=darwin & cpu=x64 + languageName: node + linkType: hard + "@esbuild/darwin-x64@npm:0.19.12": version: 0.19.12 resolution: "@esbuild/darwin-x64@npm:0.19.12" @@ -3487,6 +3887,13 @@ __metadata: languageName: node linkType: hard +"@esbuild/freebsd-arm64@npm:0.19.11": + version: 0.19.11 + resolution: "@esbuild/freebsd-arm64@npm:0.19.11" + conditions: os=freebsd & cpu=arm64 + languageName: node + linkType: hard + "@esbuild/freebsd-arm64@npm:0.19.12": version: 0.19.12 resolution: "@esbuild/freebsd-arm64@npm:0.19.12" @@ -3515,6 +3922,13 @@ __metadata: languageName: node linkType: hard +"@esbuild/freebsd-x64@npm:0.19.11": + version: 0.19.11 + resolution: "@esbuild/freebsd-x64@npm:0.19.11" + conditions: os=freebsd & cpu=x64 + languageName: node + linkType: hard + "@esbuild/freebsd-x64@npm:0.19.12": version: 0.19.12 resolution: "@esbuild/freebsd-x64@npm:0.19.12" @@ -3543,6 +3957,13 @@ __metadata: languageName: node linkType: hard +"@esbuild/linux-arm64@npm:0.19.11": + version: 0.19.11 + resolution: "@esbuild/linux-arm64@npm:0.19.11" + conditions: os=linux & cpu=arm64 + languageName: node + linkType: hard + "@esbuild/linux-arm64@npm:0.19.12": version: 0.19.12 resolution: "@esbuild/linux-arm64@npm:0.19.12" @@ -3571,6 +3992,13 @@ __metadata: languageName: node linkType: hard +"@esbuild/linux-arm@npm:0.19.11": + version: 0.19.11 + resolution: "@esbuild/linux-arm@npm:0.19.11" + conditions: os=linux & cpu=arm + languageName: node + linkType: hard + "@esbuild/linux-arm@npm:0.19.12": version: 0.19.12 resolution: "@esbuild/linux-arm@npm:0.19.12" @@ -3599,6 +4027,13 @@ __metadata: languageName: node linkType: hard +"@esbuild/linux-ia32@npm:0.19.11": + version: 0.19.11 + resolution: "@esbuild/linux-ia32@npm:0.19.11" + conditions: os=linux & cpu=ia32 + languageName: node + linkType: hard + "@esbuild/linux-ia32@npm:0.19.12": version: 0.19.12 resolution: "@esbuild/linux-ia32@npm:0.19.12" @@ -3634,6 +4069,13 @@ __metadata: languageName: node linkType: hard +"@esbuild/linux-loong64@npm:0.19.11": + version: 0.19.11 + resolution: "@esbuild/linux-loong64@npm:0.19.11" + conditions: os=linux & cpu=loong64 + languageName: node + linkType: hard + "@esbuild/linux-loong64@npm:0.19.12": version: 0.19.12 resolution: "@esbuild/linux-loong64@npm:0.19.12" @@ -3662,6 +4104,13 @@ __metadata: languageName: node linkType: hard +"@esbuild/linux-mips64el@npm:0.19.11": + version: 0.19.11 + resolution: "@esbuild/linux-mips64el@npm:0.19.11" + conditions: os=linux & cpu=mips64el + languageName: node + linkType: hard + "@esbuild/linux-mips64el@npm:0.19.12": version: 0.19.12 resolution: "@esbuild/linux-mips64el@npm:0.19.12" @@ -3690,6 +4139,13 @@ __metadata: languageName: node linkType: hard +"@esbuild/linux-ppc64@npm:0.19.11": + version: 0.19.11 + resolution: "@esbuild/linux-ppc64@npm:0.19.11" + conditions: os=linux & cpu=ppc64 + languageName: node + linkType: hard + "@esbuild/linux-ppc64@npm:0.19.12": version: 0.19.12 resolution: "@esbuild/linux-ppc64@npm:0.19.12" @@ -3718,6 +4174,13 @@ __metadata: languageName: node linkType: hard +"@esbuild/linux-riscv64@npm:0.19.11": + version: 0.19.11 + resolution: "@esbuild/linux-riscv64@npm:0.19.11" + conditions: os=linux & cpu=riscv64 + languageName: node + linkType: hard + "@esbuild/linux-riscv64@npm:0.19.12": version: 0.19.12 resolution: "@esbuild/linux-riscv64@npm:0.19.12" @@ -3746,6 +4209,13 @@ __metadata: languageName: node linkType: hard +"@esbuild/linux-s390x@npm:0.19.11": + version: 0.19.11 + resolution: "@esbuild/linux-s390x@npm:0.19.11" + conditions: os=linux & cpu=s390x + languageName: node + linkType: hard + "@esbuild/linux-s390x@npm:0.19.12": version: 0.19.12 resolution: "@esbuild/linux-s390x@npm:0.19.12" @@ -3774,6 +4244,13 @@ __metadata: languageName: node linkType: hard +"@esbuild/linux-x64@npm:0.19.11": + version: 0.19.11 + resolution: "@esbuild/linux-x64@npm:0.19.11" + conditions: os=linux & cpu=x64 + languageName: node + linkType: hard + "@esbuild/linux-x64@npm:0.19.12": version: 0.19.12 resolution: "@esbuild/linux-x64@npm:0.19.12" @@ -3802,6 +4279,13 @@ __metadata: languageName: node linkType: hard +"@esbuild/netbsd-x64@npm:0.19.11": + version: 0.19.11 + resolution: "@esbuild/netbsd-x64@npm:0.19.11" + conditions: os=netbsd & cpu=x64 + languageName: node + linkType: hard + "@esbuild/netbsd-x64@npm:0.19.12": version: 0.19.12 resolution: "@esbuild/netbsd-x64@npm:0.19.12" @@ -3830,6 +4314,13 @@ __metadata: languageName: node linkType: hard +"@esbuild/openbsd-x64@npm:0.19.11": + version: 0.19.11 + resolution: "@esbuild/openbsd-x64@npm:0.19.11" + conditions: os=openbsd & cpu=x64 + languageName: node + linkType: hard + "@esbuild/openbsd-x64@npm:0.19.12": version: 0.19.12 resolution: "@esbuild/openbsd-x64@npm:0.19.12" @@ -3858,6 +4349,13 @@ __metadata: languageName: node linkType: hard +"@esbuild/sunos-x64@npm:0.19.11": + version: 0.19.11 + resolution: "@esbuild/sunos-x64@npm:0.19.11" + conditions: os=sunos & cpu=x64 + languageName: node + linkType: hard + "@esbuild/sunos-x64@npm:0.19.12": version: 0.19.12 resolution: "@esbuild/sunos-x64@npm:0.19.12" @@ -3886,6 +4384,13 @@ __metadata: languageName: node linkType: hard +"@esbuild/win32-arm64@npm:0.19.11": + version: 0.19.11 + resolution: "@esbuild/win32-arm64@npm:0.19.11" + conditions: os=win32 & cpu=arm64 + languageName: node + linkType: hard + "@esbuild/win32-arm64@npm:0.19.12": version: 0.19.12 resolution: "@esbuild/win32-arm64@npm:0.19.12" @@ -3914,6 +4419,13 @@ __metadata: languageName: node linkType: hard +"@esbuild/win32-ia32@npm:0.19.11": + version: 0.19.11 + resolution: "@esbuild/win32-ia32@npm:0.19.11" + conditions: os=win32 & cpu=ia32 + languageName: node + linkType: hard + "@esbuild/win32-ia32@npm:0.19.12": version: 0.19.12 resolution: "@esbuild/win32-ia32@npm:0.19.12" @@ -3942,6 +4454,13 @@ __metadata: languageName: node linkType: hard +"@esbuild/win32-x64@npm:0.19.11": + version: 0.19.11 + resolution: "@esbuild/win32-x64@npm:0.19.11" + conditions: os=win32 & cpu=x64 + languageName: node + linkType: hard + "@esbuild/win32-x64@npm:0.19.12": version: 0.19.12 resolution: "@esbuild/win32-x64@npm:0.19.12" @@ -4574,7 +5093,7 @@ __metadata: languageName: node linkType: hard -"@ljharb/through@npm:^2.3.9": +"@ljharb/through@npm:^2.3.11, @ljharb/through@npm:^2.3.9": version: 2.3.12 resolution: "@ljharb/through@npm:2.3.12" dependencies: @@ -4590,805 +5109,805 @@ __metadata: languageName: node linkType: hard -"@material/animation@npm:15.0.0-canary.a246a4439.0": - version: 15.0.0-canary.a246a4439.0 - resolution: "@material/animation@npm:15.0.0-canary.a246a4439.0" +"@material/animation@npm:15.0.0-canary.7f224ddd4.0": + version: 15.0.0-canary.7f224ddd4.0 + resolution: "@material/animation@npm:15.0.0-canary.7f224ddd4.0" dependencies: tslib: "npm:^2.1.0" - checksum: 10/31d2eae0b26c467eed9440c5b457b12bad1c1d66991d3ced63bfff63679170c93bf69bc8e4097877a4c93e3618183dd6eaddd9739ddcf537dd1269b8bd94c161 + checksum: 10/0babbf8c00b0afe509a580daba2ce04a8b5bb29d61a881632251924019caa51c0121d02157224e22d7bd00437d28a269fed0ad2397ad59faba3050d64ee07fa3 languageName: node linkType: hard -"@material/auto-init@npm:15.0.0-canary.a246a4439.0": - version: 15.0.0-canary.a246a4439.0 - resolution: "@material/auto-init@npm:15.0.0-canary.a246a4439.0" +"@material/auto-init@npm:15.0.0-canary.7f224ddd4.0": + version: 15.0.0-canary.7f224ddd4.0 + resolution: "@material/auto-init@npm:15.0.0-canary.7f224ddd4.0" dependencies: - "@material/base": "npm:15.0.0-canary.a246a4439.0" + "@material/base": "npm:15.0.0-canary.7f224ddd4.0" tslib: "npm:^2.1.0" - checksum: 10/201fb70145d235eb08dfeeb56379e5109bd995e24162677d40f42081e37b3cb195fb8dbfa29de2bfe970418acd921b00cba4338146f93ceeb8189220d98cae8c + checksum: 10/6a41258c554ee3f0498b0115a6e3e53c960a3d41e5cad3a846ed090d28b37709d21ff46e7669071835816f8e5db3d23c62d846125ae7ce7b7e4b128c828e8d6f languageName: node linkType: hard -"@material/banner@npm:15.0.0-canary.a246a4439.0": - version: 15.0.0-canary.a246a4439.0 - resolution: "@material/banner@npm:15.0.0-canary.a246a4439.0" +"@material/banner@npm:15.0.0-canary.7f224ddd4.0": + version: 15.0.0-canary.7f224ddd4.0 + resolution: "@material/banner@npm:15.0.0-canary.7f224ddd4.0" dependencies: - "@material/base": "npm:15.0.0-canary.a246a4439.0" - "@material/button": "npm:15.0.0-canary.a246a4439.0" - "@material/dom": "npm:15.0.0-canary.a246a4439.0" - "@material/elevation": "npm:15.0.0-canary.a246a4439.0" - "@material/feature-targeting": "npm:15.0.0-canary.a246a4439.0" - "@material/ripple": "npm:15.0.0-canary.a246a4439.0" - "@material/rtl": "npm:15.0.0-canary.a246a4439.0" - "@material/shape": "npm:15.0.0-canary.a246a4439.0" - "@material/theme": "npm:15.0.0-canary.a246a4439.0" - "@material/tokens": "npm:15.0.0-canary.a246a4439.0" - "@material/typography": "npm:15.0.0-canary.a246a4439.0" + "@material/base": "npm:15.0.0-canary.7f224ddd4.0" + "@material/button": "npm:15.0.0-canary.7f224ddd4.0" + "@material/dom": "npm:15.0.0-canary.7f224ddd4.0" + "@material/elevation": "npm:15.0.0-canary.7f224ddd4.0" + "@material/feature-targeting": "npm:15.0.0-canary.7f224ddd4.0" + "@material/ripple": "npm:15.0.0-canary.7f224ddd4.0" + "@material/rtl": "npm:15.0.0-canary.7f224ddd4.0" + "@material/shape": "npm:15.0.0-canary.7f224ddd4.0" + "@material/theme": "npm:15.0.0-canary.7f224ddd4.0" + "@material/tokens": "npm:15.0.0-canary.7f224ddd4.0" + "@material/typography": "npm:15.0.0-canary.7f224ddd4.0" tslib: "npm:^2.1.0" - checksum: 10/87c3f8fcb390043d53c5906e6bffbacf5546ece43f0b5680352c17e14b6f889ac1afa35ee160562533f8f046aeebb2a65743e5984950731f5262d3db5b610908 + checksum: 10/8f670b4c80220d280906348363e0b8fcc414f8f56ee2dd44aa9b909c5342e70122aec1ebdcb83f0d02c36615ddc3f038b5be17679a239a93e2f95498170e985c languageName: node linkType: hard -"@material/base@npm:15.0.0-canary.a246a4439.0": - version: 15.0.0-canary.a246a4439.0 - resolution: "@material/base@npm:15.0.0-canary.a246a4439.0" +"@material/base@npm:15.0.0-canary.7f224ddd4.0": + version: 15.0.0-canary.7f224ddd4.0 + resolution: "@material/base@npm:15.0.0-canary.7f224ddd4.0" dependencies: tslib: "npm:^2.1.0" - checksum: 10/a4e05f2fc7e49980f2c3ff1d59a96cd19f44aa95bd9419004ab039d63e19aa78838b3604bf33e851f99f9f33be990003c9f3fb97b945e8a05fcf7c8dcd662a34 - languageName: node - linkType: hard - -"@material/button@npm:15.0.0-canary.a246a4439.0": - version: 15.0.0-canary.a246a4439.0 - resolution: "@material/button@npm:15.0.0-canary.a246a4439.0" - dependencies: - "@material/density": "npm:15.0.0-canary.a246a4439.0" - "@material/dom": "npm:15.0.0-canary.a246a4439.0" - "@material/elevation": "npm:15.0.0-canary.a246a4439.0" - "@material/feature-targeting": "npm:15.0.0-canary.a246a4439.0" - "@material/focus-ring": "npm:15.0.0-canary.a246a4439.0" - "@material/ripple": "npm:15.0.0-canary.a246a4439.0" - "@material/rtl": "npm:15.0.0-canary.a246a4439.0" - "@material/shape": "npm:15.0.0-canary.a246a4439.0" - "@material/theme": "npm:15.0.0-canary.a246a4439.0" - "@material/tokens": "npm:15.0.0-canary.a246a4439.0" - "@material/touch-target": "npm:15.0.0-canary.a246a4439.0" - "@material/typography": "npm:15.0.0-canary.a246a4439.0" + checksum: 10/182739471e58eddd6e733768b0c4bb6d7f5405227da0e4d09f9d7781c2eabe80a7efbc551838b618d887a916852eebf780acc2944ea6bb9fe9648013e290ec76 + languageName: node + linkType: hard + +"@material/button@npm:15.0.0-canary.7f224ddd4.0": + version: 15.0.0-canary.7f224ddd4.0 + resolution: "@material/button@npm:15.0.0-canary.7f224ddd4.0" + dependencies: + "@material/density": "npm:15.0.0-canary.7f224ddd4.0" + "@material/dom": "npm:15.0.0-canary.7f224ddd4.0" + "@material/elevation": "npm:15.0.0-canary.7f224ddd4.0" + "@material/feature-targeting": "npm:15.0.0-canary.7f224ddd4.0" + "@material/focus-ring": "npm:15.0.0-canary.7f224ddd4.0" + "@material/ripple": "npm:15.0.0-canary.7f224ddd4.0" + "@material/rtl": "npm:15.0.0-canary.7f224ddd4.0" + "@material/shape": "npm:15.0.0-canary.7f224ddd4.0" + "@material/theme": "npm:15.0.0-canary.7f224ddd4.0" + "@material/tokens": "npm:15.0.0-canary.7f224ddd4.0" + "@material/touch-target": "npm:15.0.0-canary.7f224ddd4.0" + "@material/typography": "npm:15.0.0-canary.7f224ddd4.0" tslib: "npm:^2.1.0" - checksum: 10/23d868d180eb28c540ba10794cee9f972067b8c5bce13269a8a1b70494f8cca1013906d9db495b1d3cafb27cb06f2a57719cb3af91568ca3e7e4b88916737ac3 + checksum: 10/eeeb70e069010b44e43823e5edf8a4536a847bf8a4ee48e37b05ec726c09dae2b2a37d72bc066fdae57b8f66d8a26261c2b8dad4892bb6574614319d3204d51f languageName: node linkType: hard -"@material/card@npm:15.0.0-canary.a246a4439.0": - version: 15.0.0-canary.a246a4439.0 - resolution: "@material/card@npm:15.0.0-canary.a246a4439.0" +"@material/card@npm:15.0.0-canary.7f224ddd4.0": + version: 15.0.0-canary.7f224ddd4.0 + resolution: "@material/card@npm:15.0.0-canary.7f224ddd4.0" dependencies: - "@material/dom": "npm:15.0.0-canary.a246a4439.0" - "@material/elevation": "npm:15.0.0-canary.a246a4439.0" - "@material/feature-targeting": "npm:15.0.0-canary.a246a4439.0" - "@material/ripple": "npm:15.0.0-canary.a246a4439.0" - "@material/rtl": "npm:15.0.0-canary.a246a4439.0" - "@material/shape": "npm:15.0.0-canary.a246a4439.0" - "@material/theme": "npm:15.0.0-canary.a246a4439.0" - "@material/tokens": "npm:15.0.0-canary.a246a4439.0" + "@material/dom": "npm:15.0.0-canary.7f224ddd4.0" + "@material/elevation": "npm:15.0.0-canary.7f224ddd4.0" + "@material/feature-targeting": "npm:15.0.0-canary.7f224ddd4.0" + "@material/ripple": "npm:15.0.0-canary.7f224ddd4.0" + "@material/rtl": "npm:15.0.0-canary.7f224ddd4.0" + "@material/shape": "npm:15.0.0-canary.7f224ddd4.0" + "@material/theme": "npm:15.0.0-canary.7f224ddd4.0" + "@material/tokens": "npm:15.0.0-canary.7f224ddd4.0" tslib: "npm:^2.1.0" - checksum: 10/92afeb0d39a5d55cd5fa1cfa8cb623a8a6d4c0e5a838036f7d3690560fc9a374d9bea9883a4e81ad6049315cfa99eeb2fd99634ee3591ffa5e4da615e423665a + checksum: 10/e02a5465a4ec71c2666b4e8603c51cd19df9d691f0db46afcc70dd2776f2d630df4fd298de6b6d40512b1ed372d95fd7c820e22dbb09b2d9b49202092e7e6091 languageName: node linkType: hard -"@material/checkbox@npm:15.0.0-canary.a246a4439.0": - version: 15.0.0-canary.a246a4439.0 - resolution: "@material/checkbox@npm:15.0.0-canary.a246a4439.0" +"@material/checkbox@npm:15.0.0-canary.7f224ddd4.0": + version: 15.0.0-canary.7f224ddd4.0 + resolution: "@material/checkbox@npm:15.0.0-canary.7f224ddd4.0" dependencies: - "@material/animation": "npm:15.0.0-canary.a246a4439.0" - "@material/base": "npm:15.0.0-canary.a246a4439.0" - "@material/density": "npm:15.0.0-canary.a246a4439.0" - "@material/dom": "npm:15.0.0-canary.a246a4439.0" - "@material/feature-targeting": "npm:15.0.0-canary.a246a4439.0" - "@material/focus-ring": "npm:15.0.0-canary.a246a4439.0" - "@material/ripple": "npm:15.0.0-canary.a246a4439.0" - "@material/rtl": "npm:15.0.0-canary.a246a4439.0" - "@material/theme": "npm:15.0.0-canary.a246a4439.0" - "@material/touch-target": "npm:15.0.0-canary.a246a4439.0" + "@material/animation": "npm:15.0.0-canary.7f224ddd4.0" + "@material/base": "npm:15.0.0-canary.7f224ddd4.0" + "@material/density": "npm:15.0.0-canary.7f224ddd4.0" + "@material/dom": "npm:15.0.0-canary.7f224ddd4.0" + "@material/feature-targeting": "npm:15.0.0-canary.7f224ddd4.0" + "@material/focus-ring": "npm:15.0.0-canary.7f224ddd4.0" + "@material/ripple": "npm:15.0.0-canary.7f224ddd4.0" + "@material/rtl": "npm:15.0.0-canary.7f224ddd4.0" + "@material/theme": "npm:15.0.0-canary.7f224ddd4.0" + "@material/touch-target": "npm:15.0.0-canary.7f224ddd4.0" tslib: "npm:^2.1.0" - checksum: 10/637bf8473434422de0ad1940d9eeb4ab167d89b4a5d018bfb5c4f8d39fe4cca132e79543c494753e14c265a6e3f5b76195b4ecfe9de4eea74055749f5dd3bf1e - languageName: node - linkType: hard - -"@material/chips@npm:15.0.0-canary.a246a4439.0": - version: 15.0.0-canary.a246a4439.0 - resolution: "@material/chips@npm:15.0.0-canary.a246a4439.0" - dependencies: - "@material/animation": "npm:15.0.0-canary.a246a4439.0" - "@material/base": "npm:15.0.0-canary.a246a4439.0" - "@material/checkbox": "npm:15.0.0-canary.a246a4439.0" - "@material/density": "npm:15.0.0-canary.a246a4439.0" - "@material/dom": "npm:15.0.0-canary.a246a4439.0" - "@material/elevation": "npm:15.0.0-canary.a246a4439.0" - "@material/feature-targeting": "npm:15.0.0-canary.a246a4439.0" - "@material/focus-ring": "npm:15.0.0-canary.a246a4439.0" - "@material/ripple": "npm:15.0.0-canary.a246a4439.0" - "@material/rtl": "npm:15.0.0-canary.a246a4439.0" - "@material/shape": "npm:15.0.0-canary.a246a4439.0" - "@material/theme": "npm:15.0.0-canary.a246a4439.0" - "@material/tokens": "npm:15.0.0-canary.a246a4439.0" - "@material/touch-target": "npm:15.0.0-canary.a246a4439.0" - "@material/typography": "npm:15.0.0-canary.a246a4439.0" + checksum: 10/ee6766d6d4d48b82341df0a50209f8e32ad3bc48a864d9159b1785f372f82b8e744c12429932a22844b0d3fc45c274844ca6218cbab10239cec62558493cf539 + languageName: node + linkType: hard + +"@material/chips@npm:15.0.0-canary.7f224ddd4.0": + version: 15.0.0-canary.7f224ddd4.0 + resolution: "@material/chips@npm:15.0.0-canary.7f224ddd4.0" + dependencies: + "@material/animation": "npm:15.0.0-canary.7f224ddd4.0" + "@material/base": "npm:15.0.0-canary.7f224ddd4.0" + "@material/checkbox": "npm:15.0.0-canary.7f224ddd4.0" + "@material/density": "npm:15.0.0-canary.7f224ddd4.0" + "@material/dom": "npm:15.0.0-canary.7f224ddd4.0" + "@material/elevation": "npm:15.0.0-canary.7f224ddd4.0" + "@material/feature-targeting": "npm:15.0.0-canary.7f224ddd4.0" + "@material/focus-ring": "npm:15.0.0-canary.7f224ddd4.0" + "@material/ripple": "npm:15.0.0-canary.7f224ddd4.0" + "@material/rtl": "npm:15.0.0-canary.7f224ddd4.0" + "@material/shape": "npm:15.0.0-canary.7f224ddd4.0" + "@material/theme": "npm:15.0.0-canary.7f224ddd4.0" + "@material/tokens": "npm:15.0.0-canary.7f224ddd4.0" + "@material/touch-target": "npm:15.0.0-canary.7f224ddd4.0" + "@material/typography": "npm:15.0.0-canary.7f224ddd4.0" safevalues: "npm:^0.3.4" tslib: "npm:^2.1.0" - checksum: 10/abfe16d005b1b07b7174c8980ac4713e47db40448237d60fa4d018767ea0dd682996d7cc7a36263872f2cc864050251128673a7ee1563eef0ab0f3c0e7e43ae2 + checksum: 10/06754d3c7b94262787a895f7a2089a8372732edb77a481963fc5c50ecdfbdd8753c5192b2295a3f5a02833ce0c9bd39efc1e44aa861fc0f2392d50397b13b619 languageName: node linkType: hard -"@material/circular-progress@npm:15.0.0-canary.a246a4439.0": - version: 15.0.0-canary.a246a4439.0 - resolution: "@material/circular-progress@npm:15.0.0-canary.a246a4439.0" +"@material/circular-progress@npm:15.0.0-canary.7f224ddd4.0": + version: 15.0.0-canary.7f224ddd4.0 + resolution: "@material/circular-progress@npm:15.0.0-canary.7f224ddd4.0" dependencies: - "@material/animation": "npm:15.0.0-canary.a246a4439.0" - "@material/base": "npm:15.0.0-canary.a246a4439.0" - "@material/dom": "npm:15.0.0-canary.a246a4439.0" - "@material/feature-targeting": "npm:15.0.0-canary.a246a4439.0" - "@material/progress-indicator": "npm:15.0.0-canary.a246a4439.0" - "@material/rtl": "npm:15.0.0-canary.a246a4439.0" - "@material/theme": "npm:15.0.0-canary.a246a4439.0" + "@material/animation": "npm:15.0.0-canary.7f224ddd4.0" + "@material/base": "npm:15.0.0-canary.7f224ddd4.0" + "@material/dom": "npm:15.0.0-canary.7f224ddd4.0" + "@material/feature-targeting": "npm:15.0.0-canary.7f224ddd4.0" + "@material/progress-indicator": "npm:15.0.0-canary.7f224ddd4.0" + "@material/rtl": "npm:15.0.0-canary.7f224ddd4.0" + "@material/theme": "npm:15.0.0-canary.7f224ddd4.0" tslib: "npm:^2.1.0" - checksum: 10/959d7cf99f706e853741dd500f12e7baa3f0e0084c6ce81b26e945968654d7b2a54205fe5aa089b05df3f0218c36c55552079dadc6923f3839e7caae5dddc01c - languageName: node - linkType: hard - -"@material/data-table@npm:15.0.0-canary.a246a4439.0": - version: 15.0.0-canary.a246a4439.0 - resolution: "@material/data-table@npm:15.0.0-canary.a246a4439.0" - dependencies: - "@material/animation": "npm:15.0.0-canary.a246a4439.0" - "@material/base": "npm:15.0.0-canary.a246a4439.0" - "@material/checkbox": "npm:15.0.0-canary.a246a4439.0" - "@material/density": "npm:15.0.0-canary.a246a4439.0" - "@material/dom": "npm:15.0.0-canary.a246a4439.0" - "@material/elevation": "npm:15.0.0-canary.a246a4439.0" - "@material/feature-targeting": "npm:15.0.0-canary.a246a4439.0" - "@material/icon-button": "npm:15.0.0-canary.a246a4439.0" - "@material/linear-progress": "npm:15.0.0-canary.a246a4439.0" - "@material/list": "npm:15.0.0-canary.a246a4439.0" - "@material/menu": "npm:15.0.0-canary.a246a4439.0" - "@material/rtl": "npm:15.0.0-canary.a246a4439.0" - "@material/select": "npm:15.0.0-canary.a246a4439.0" - "@material/shape": "npm:15.0.0-canary.a246a4439.0" - "@material/theme": "npm:15.0.0-canary.a246a4439.0" - "@material/tokens": "npm:15.0.0-canary.a246a4439.0" - "@material/touch-target": "npm:15.0.0-canary.a246a4439.0" - "@material/typography": "npm:15.0.0-canary.a246a4439.0" + checksum: 10/9c517f3848b4e8f561ee343367131b55c132f99f3cc7a0a3a58d818b314312d011347ed5c6398bf18f1fea06da66d1ed0cea477529180d19b04e98abeaeda219 + languageName: node + linkType: hard + +"@material/data-table@npm:15.0.0-canary.7f224ddd4.0": + version: 15.0.0-canary.7f224ddd4.0 + resolution: "@material/data-table@npm:15.0.0-canary.7f224ddd4.0" + dependencies: + "@material/animation": "npm:15.0.0-canary.7f224ddd4.0" + "@material/base": "npm:15.0.0-canary.7f224ddd4.0" + "@material/checkbox": "npm:15.0.0-canary.7f224ddd4.0" + "@material/density": "npm:15.0.0-canary.7f224ddd4.0" + "@material/dom": "npm:15.0.0-canary.7f224ddd4.0" + "@material/elevation": "npm:15.0.0-canary.7f224ddd4.0" + "@material/feature-targeting": "npm:15.0.0-canary.7f224ddd4.0" + "@material/icon-button": "npm:15.0.0-canary.7f224ddd4.0" + "@material/linear-progress": "npm:15.0.0-canary.7f224ddd4.0" + "@material/list": "npm:15.0.0-canary.7f224ddd4.0" + "@material/menu": "npm:15.0.0-canary.7f224ddd4.0" + "@material/rtl": "npm:15.0.0-canary.7f224ddd4.0" + "@material/select": "npm:15.0.0-canary.7f224ddd4.0" + "@material/shape": "npm:15.0.0-canary.7f224ddd4.0" + "@material/theme": "npm:15.0.0-canary.7f224ddd4.0" + "@material/tokens": "npm:15.0.0-canary.7f224ddd4.0" + "@material/touch-target": "npm:15.0.0-canary.7f224ddd4.0" + "@material/typography": "npm:15.0.0-canary.7f224ddd4.0" tslib: "npm:^2.1.0" - checksum: 10/0190a86d491a7763c831b8124ef395a6dc9eb3825d1b3971200e96581b11f04c8762cb0f6dd4803fb1923c31f1fc9ca10210508c80b54136833dee23f7974df9 + checksum: 10/d825b9ce007f10700800315774c0e08c22f12b34d76baa9d8bec8694e49faf1d49088bcb605265d8e47220ebda12e5197b0b5004199a7cbffc1b4acd78bae64e languageName: node linkType: hard -"@material/density@npm:15.0.0-canary.a246a4439.0": - version: 15.0.0-canary.a246a4439.0 - resolution: "@material/density@npm:15.0.0-canary.a246a4439.0" +"@material/density@npm:15.0.0-canary.7f224ddd4.0": + version: 15.0.0-canary.7f224ddd4.0 + resolution: "@material/density@npm:15.0.0-canary.7f224ddd4.0" dependencies: tslib: "npm:^2.1.0" - checksum: 10/4047dd484db4754689c052c12a07094f1b683ceb2a0c1f1c2f7262789f66c25a3fc3b6e3592c9daca3e4f0736c23c889899961c5084fd0cb58945083535a8564 - languageName: node - linkType: hard - -"@material/dialog@npm:15.0.0-canary.a246a4439.0": - version: 15.0.0-canary.a246a4439.0 - resolution: "@material/dialog@npm:15.0.0-canary.a246a4439.0" - dependencies: - "@material/animation": "npm:15.0.0-canary.a246a4439.0" - "@material/base": "npm:15.0.0-canary.a246a4439.0" - "@material/button": "npm:15.0.0-canary.a246a4439.0" - "@material/dom": "npm:15.0.0-canary.a246a4439.0" - "@material/elevation": "npm:15.0.0-canary.a246a4439.0" - "@material/feature-targeting": "npm:15.0.0-canary.a246a4439.0" - "@material/icon-button": "npm:15.0.0-canary.a246a4439.0" - "@material/ripple": "npm:15.0.0-canary.a246a4439.0" - "@material/rtl": "npm:15.0.0-canary.a246a4439.0" - "@material/shape": "npm:15.0.0-canary.a246a4439.0" - "@material/theme": "npm:15.0.0-canary.a246a4439.0" - "@material/tokens": "npm:15.0.0-canary.a246a4439.0" - "@material/touch-target": "npm:15.0.0-canary.a246a4439.0" - "@material/typography": "npm:15.0.0-canary.a246a4439.0" + checksum: 10/1468d1a2381e49b7eae5cc05043beed0d23b735cb8b3220844f2859ad92c286be94a7b22c0420f9ebba4012d1cfa69bf4fdc1bc8518d3e758f5e07a28f13fb55 + languageName: node + linkType: hard + +"@material/dialog@npm:15.0.0-canary.7f224ddd4.0": + version: 15.0.0-canary.7f224ddd4.0 + resolution: "@material/dialog@npm:15.0.0-canary.7f224ddd4.0" + dependencies: + "@material/animation": "npm:15.0.0-canary.7f224ddd4.0" + "@material/base": "npm:15.0.0-canary.7f224ddd4.0" + "@material/button": "npm:15.0.0-canary.7f224ddd4.0" + "@material/dom": "npm:15.0.0-canary.7f224ddd4.0" + "@material/elevation": "npm:15.0.0-canary.7f224ddd4.0" + "@material/feature-targeting": "npm:15.0.0-canary.7f224ddd4.0" + "@material/icon-button": "npm:15.0.0-canary.7f224ddd4.0" + "@material/ripple": "npm:15.0.0-canary.7f224ddd4.0" + "@material/rtl": "npm:15.0.0-canary.7f224ddd4.0" + "@material/shape": "npm:15.0.0-canary.7f224ddd4.0" + "@material/theme": "npm:15.0.0-canary.7f224ddd4.0" + "@material/tokens": "npm:15.0.0-canary.7f224ddd4.0" + "@material/touch-target": "npm:15.0.0-canary.7f224ddd4.0" + "@material/typography": "npm:15.0.0-canary.7f224ddd4.0" tslib: "npm:^2.1.0" - checksum: 10/a9c1ceb8b40cbe94abd1c9d44fed2fb154c7b4cf5c31281a19410a7676a66c1d4b23098f7fda75e335b7535c9e16743b461e22def7ee9a84b37cf672faf20fd4 + checksum: 10/44df610e6afc7784c1105d19f38e37c9ae2e24377d6fa124b8d4d17cfebed6b3077ba7e0ccffcff3b48718fd118d3936e82b813cfdda8f6c9ee0e2828f0a9bcb languageName: node linkType: hard -"@material/dom@npm:15.0.0-canary.a246a4439.0": - version: 15.0.0-canary.a246a4439.0 - resolution: "@material/dom@npm:15.0.0-canary.a246a4439.0" +"@material/dom@npm:15.0.0-canary.7f224ddd4.0": + version: 15.0.0-canary.7f224ddd4.0 + resolution: "@material/dom@npm:15.0.0-canary.7f224ddd4.0" dependencies: - "@material/feature-targeting": "npm:15.0.0-canary.a246a4439.0" - "@material/rtl": "npm:15.0.0-canary.a246a4439.0" + "@material/feature-targeting": "npm:15.0.0-canary.7f224ddd4.0" + "@material/rtl": "npm:15.0.0-canary.7f224ddd4.0" tslib: "npm:^2.1.0" - checksum: 10/79cb820d68f8dc469d5eda47e43ce9d51686c135c3b10c11e3825fd8bfd4c36449bdefb120f69bf94af0467284c9473efa0aee82ba70b75ee50d02475e9564c4 + checksum: 10/e0447f8d1caf4cfde438b8b390330485f217d8860f0954e1ee12fe68ad75d5d1719f33c56010fcfe63fb7c455943b57d86eb3ce1786248ec565d4b948bafb44c languageName: node linkType: hard -"@material/drawer@npm:15.0.0-canary.a246a4439.0": - version: 15.0.0-canary.a246a4439.0 - resolution: "@material/drawer@npm:15.0.0-canary.a246a4439.0" +"@material/drawer@npm:15.0.0-canary.7f224ddd4.0": + version: 15.0.0-canary.7f224ddd4.0 + resolution: "@material/drawer@npm:15.0.0-canary.7f224ddd4.0" dependencies: - "@material/animation": "npm:15.0.0-canary.a246a4439.0" - "@material/base": "npm:15.0.0-canary.a246a4439.0" - "@material/dom": "npm:15.0.0-canary.a246a4439.0" - "@material/elevation": "npm:15.0.0-canary.a246a4439.0" - "@material/feature-targeting": "npm:15.0.0-canary.a246a4439.0" - "@material/list": "npm:15.0.0-canary.a246a4439.0" - "@material/ripple": "npm:15.0.0-canary.a246a4439.0" - "@material/rtl": "npm:15.0.0-canary.a246a4439.0" - "@material/shape": "npm:15.0.0-canary.a246a4439.0" - "@material/theme": "npm:15.0.0-canary.a246a4439.0" - "@material/typography": "npm:15.0.0-canary.a246a4439.0" + "@material/animation": "npm:15.0.0-canary.7f224ddd4.0" + "@material/base": "npm:15.0.0-canary.7f224ddd4.0" + "@material/dom": "npm:15.0.0-canary.7f224ddd4.0" + "@material/elevation": "npm:15.0.0-canary.7f224ddd4.0" + "@material/feature-targeting": "npm:15.0.0-canary.7f224ddd4.0" + "@material/list": "npm:15.0.0-canary.7f224ddd4.0" + "@material/ripple": "npm:15.0.0-canary.7f224ddd4.0" + "@material/rtl": "npm:15.0.0-canary.7f224ddd4.0" + "@material/shape": "npm:15.0.0-canary.7f224ddd4.0" + "@material/theme": "npm:15.0.0-canary.7f224ddd4.0" + "@material/typography": "npm:15.0.0-canary.7f224ddd4.0" tslib: "npm:^2.1.0" - checksum: 10/e4007ad7dd48f2662efad1fe321df3634d8b784f8eb316c756c4b10a98c1a9a2f74704fae803e6ea79382e2ff1980c9f71c46aa4579be9df8989fe9c8c87ad50 + checksum: 10/c088da1ebee212748fe1d6caefaf611342f3ede552696bb142fec6eaa53f430a164f4afd1e6145644766069eff16bf6c656f16296d8d937857f3f24c9e859958 languageName: node linkType: hard -"@material/elevation@npm:15.0.0-canary.a246a4439.0": - version: 15.0.0-canary.a246a4439.0 - resolution: "@material/elevation@npm:15.0.0-canary.a246a4439.0" +"@material/elevation@npm:15.0.0-canary.7f224ddd4.0": + version: 15.0.0-canary.7f224ddd4.0 + resolution: "@material/elevation@npm:15.0.0-canary.7f224ddd4.0" dependencies: - "@material/animation": "npm:15.0.0-canary.a246a4439.0" - "@material/base": "npm:15.0.0-canary.a246a4439.0" - "@material/feature-targeting": "npm:15.0.0-canary.a246a4439.0" - "@material/rtl": "npm:15.0.0-canary.a246a4439.0" - "@material/theme": "npm:15.0.0-canary.a246a4439.0" + "@material/animation": "npm:15.0.0-canary.7f224ddd4.0" + "@material/base": "npm:15.0.0-canary.7f224ddd4.0" + "@material/feature-targeting": "npm:15.0.0-canary.7f224ddd4.0" + "@material/rtl": "npm:15.0.0-canary.7f224ddd4.0" + "@material/theme": "npm:15.0.0-canary.7f224ddd4.0" tslib: "npm:^2.1.0" - checksum: 10/692fd4d8d58190b0fc528961f3fa51d67f651025c621423fee65baac4c4a39cdb66a83af6726961b2a445db4f3cb26452f353de9f453d354f6a1fc90f72f0add - languageName: node - linkType: hard - -"@material/fab@npm:15.0.0-canary.a246a4439.0": - version: 15.0.0-canary.a246a4439.0 - resolution: "@material/fab@npm:15.0.0-canary.a246a4439.0" - dependencies: - "@material/animation": "npm:15.0.0-canary.a246a4439.0" - "@material/dom": "npm:15.0.0-canary.a246a4439.0" - "@material/elevation": "npm:15.0.0-canary.a246a4439.0" - "@material/feature-targeting": "npm:15.0.0-canary.a246a4439.0" - "@material/focus-ring": "npm:15.0.0-canary.a246a4439.0" - "@material/ripple": "npm:15.0.0-canary.a246a4439.0" - "@material/rtl": "npm:15.0.0-canary.a246a4439.0" - "@material/shape": "npm:15.0.0-canary.a246a4439.0" - "@material/theme": "npm:15.0.0-canary.a246a4439.0" - "@material/tokens": "npm:15.0.0-canary.a246a4439.0" - "@material/touch-target": "npm:15.0.0-canary.a246a4439.0" - "@material/typography": "npm:15.0.0-canary.a246a4439.0" + checksum: 10/02d7118442f5ebef9b31257ba3bf46559869682817dab8c9c74516beb97ddfdf82336db2a81be1c4e2f888171f623d43b87b16a56bdba4f1e37654d31fbf124d + languageName: node + linkType: hard + +"@material/fab@npm:15.0.0-canary.7f224ddd4.0": + version: 15.0.0-canary.7f224ddd4.0 + resolution: "@material/fab@npm:15.0.0-canary.7f224ddd4.0" + dependencies: + "@material/animation": "npm:15.0.0-canary.7f224ddd4.0" + "@material/dom": "npm:15.0.0-canary.7f224ddd4.0" + "@material/elevation": "npm:15.0.0-canary.7f224ddd4.0" + "@material/feature-targeting": "npm:15.0.0-canary.7f224ddd4.0" + "@material/focus-ring": "npm:15.0.0-canary.7f224ddd4.0" + "@material/ripple": "npm:15.0.0-canary.7f224ddd4.0" + "@material/rtl": "npm:15.0.0-canary.7f224ddd4.0" + "@material/shape": "npm:15.0.0-canary.7f224ddd4.0" + "@material/theme": "npm:15.0.0-canary.7f224ddd4.0" + "@material/tokens": "npm:15.0.0-canary.7f224ddd4.0" + "@material/touch-target": "npm:15.0.0-canary.7f224ddd4.0" + "@material/typography": "npm:15.0.0-canary.7f224ddd4.0" tslib: "npm:^2.1.0" - checksum: 10/61a1795a4e319fa072366e31eff8e66a45dcb57885487024ab5cf22b785c5e6b8eb9c7e6f5391391a403381dec727096c2729d19a3bcb79eb32b1bfefa5c0c4b + checksum: 10/60c9cd39f058f9b60d2e85ec4a72b3d57b661b18b9dfd6ad53fcb82f6993688bc665453e867dde74ffc00e5600399aa22d73ac55a88dcb2a1f9ff510e622cda0 languageName: node linkType: hard -"@material/feature-targeting@npm:15.0.0-canary.a246a4439.0": - version: 15.0.0-canary.a246a4439.0 - resolution: "@material/feature-targeting@npm:15.0.0-canary.a246a4439.0" +"@material/feature-targeting@npm:15.0.0-canary.7f224ddd4.0": + version: 15.0.0-canary.7f224ddd4.0 + resolution: "@material/feature-targeting@npm:15.0.0-canary.7f224ddd4.0" dependencies: tslib: "npm:^2.1.0" - checksum: 10/c772e450f13d5868a8fd61a66182a877b89c671d21426007c8aabf8a2aa4049c6c41cd0c37565c39b75399aaa085fd548ae93dfa5ea76c692e8f3040e54036de + checksum: 10/bec51d4561d5f1aca1dd0edd4e9bcba5ef9b2137791ba155e676e74c2d6eaff39b9b7d6acb4ae8a8621bd830b29b1e527fdcaf8ff1cd0ef6ebd4388ffb45286e languageName: node linkType: hard -"@material/floating-label@npm:15.0.0-canary.a246a4439.0": - version: 15.0.0-canary.a246a4439.0 - resolution: "@material/floating-label@npm:15.0.0-canary.a246a4439.0" +"@material/floating-label@npm:15.0.0-canary.7f224ddd4.0": + version: 15.0.0-canary.7f224ddd4.0 + resolution: "@material/floating-label@npm:15.0.0-canary.7f224ddd4.0" dependencies: - "@material/animation": "npm:15.0.0-canary.a246a4439.0" - "@material/base": "npm:15.0.0-canary.a246a4439.0" - "@material/dom": "npm:15.0.0-canary.a246a4439.0" - "@material/feature-targeting": "npm:15.0.0-canary.a246a4439.0" - "@material/rtl": "npm:15.0.0-canary.a246a4439.0" - "@material/theme": "npm:15.0.0-canary.a246a4439.0" - "@material/typography": "npm:15.0.0-canary.a246a4439.0" + "@material/animation": "npm:15.0.0-canary.7f224ddd4.0" + "@material/base": "npm:15.0.0-canary.7f224ddd4.0" + "@material/dom": "npm:15.0.0-canary.7f224ddd4.0" + "@material/feature-targeting": "npm:15.0.0-canary.7f224ddd4.0" + "@material/rtl": "npm:15.0.0-canary.7f224ddd4.0" + "@material/theme": "npm:15.0.0-canary.7f224ddd4.0" + "@material/typography": "npm:15.0.0-canary.7f224ddd4.0" tslib: "npm:^2.1.0" - checksum: 10/e27fa3f54ef7acaf5fd9c4249922e1623140e6f91d4173e4214007d34a60688578c77b010795271b7605880f511d51feb5717b5143143a49937983f7e35119c5 + checksum: 10/4941c260495c8562686acd4763afe103f4062da35cf5c23c47234906412d680e5d21a8b3c4eaad8589b045fa765806de7327eac4d07b3a2cc1144eadf731e07e languageName: node linkType: hard -"@material/focus-ring@npm:15.0.0-canary.a246a4439.0": - version: 15.0.0-canary.a246a4439.0 - resolution: "@material/focus-ring@npm:15.0.0-canary.a246a4439.0" +"@material/focus-ring@npm:15.0.0-canary.7f224ddd4.0": + version: 15.0.0-canary.7f224ddd4.0 + resolution: "@material/focus-ring@npm:15.0.0-canary.7f224ddd4.0" dependencies: - "@material/dom": "npm:15.0.0-canary.a246a4439.0" - "@material/feature-targeting": "npm:15.0.0-canary.a246a4439.0" - "@material/rtl": "npm:15.0.0-canary.a246a4439.0" - checksum: 10/d904845cd471530ac026b2a6d2b986ad737642ed5a3cc66b20dfa9a7d4f96d601b116841930e3fad0cc13323831a7b306482ef9b3bb435b6f639dbc1f324d7ee + "@material/dom": "npm:15.0.0-canary.7f224ddd4.0" + "@material/feature-targeting": "npm:15.0.0-canary.7f224ddd4.0" + "@material/rtl": "npm:15.0.0-canary.7f224ddd4.0" + checksum: 10/91eb13d0750e11052e83657cd19797175608fb809443a730bc1f71f2fb91e64791fcb732e5139af0685b46006cc1695508cd673d07b20aaf74f8ebedabde8e77 languageName: node linkType: hard -"@material/form-field@npm:15.0.0-canary.a246a4439.0": - version: 15.0.0-canary.a246a4439.0 - resolution: "@material/form-field@npm:15.0.0-canary.a246a4439.0" +"@material/form-field@npm:15.0.0-canary.7f224ddd4.0": + version: 15.0.0-canary.7f224ddd4.0 + resolution: "@material/form-field@npm:15.0.0-canary.7f224ddd4.0" dependencies: - "@material/base": "npm:15.0.0-canary.a246a4439.0" - "@material/feature-targeting": "npm:15.0.0-canary.a246a4439.0" - "@material/ripple": "npm:15.0.0-canary.a246a4439.0" - "@material/rtl": "npm:15.0.0-canary.a246a4439.0" - "@material/theme": "npm:15.0.0-canary.a246a4439.0" - "@material/typography": "npm:15.0.0-canary.a246a4439.0" + "@material/base": "npm:15.0.0-canary.7f224ddd4.0" + "@material/feature-targeting": "npm:15.0.0-canary.7f224ddd4.0" + "@material/ripple": "npm:15.0.0-canary.7f224ddd4.0" + "@material/rtl": "npm:15.0.0-canary.7f224ddd4.0" + "@material/theme": "npm:15.0.0-canary.7f224ddd4.0" + "@material/typography": "npm:15.0.0-canary.7f224ddd4.0" tslib: "npm:^2.1.0" - checksum: 10/0b30a8578b02ee05da77bb594acfbf3f931bfaeca88b62efbec3331c36526c35b4cde3311d024421017631df8ea43abb1e3614a8bb3a2fcd8d45d55f717c8473 + checksum: 10/ff49182b09fe036caf79ddb2b8b4b46bf24512c1cf8c94dec3f9f4314c3538af9a5c7dc0e3f992ad168b2df2c7877101c96dafd83fb2a6def62d0098afe00d3b languageName: node linkType: hard -"@material/icon-button@npm:15.0.0-canary.a246a4439.0": - version: 15.0.0-canary.a246a4439.0 - resolution: "@material/icon-button@npm:15.0.0-canary.a246a4439.0" +"@material/icon-button@npm:15.0.0-canary.7f224ddd4.0": + version: 15.0.0-canary.7f224ddd4.0 + resolution: "@material/icon-button@npm:15.0.0-canary.7f224ddd4.0" dependencies: - "@material/base": "npm:15.0.0-canary.a246a4439.0" - "@material/density": "npm:15.0.0-canary.a246a4439.0" - "@material/dom": "npm:15.0.0-canary.a246a4439.0" - "@material/elevation": "npm:15.0.0-canary.a246a4439.0" - "@material/feature-targeting": "npm:15.0.0-canary.a246a4439.0" - "@material/focus-ring": "npm:15.0.0-canary.a246a4439.0" - "@material/ripple": "npm:15.0.0-canary.a246a4439.0" - "@material/rtl": "npm:15.0.0-canary.a246a4439.0" - "@material/theme": "npm:15.0.0-canary.a246a4439.0" - "@material/touch-target": "npm:15.0.0-canary.a246a4439.0" + "@material/base": "npm:15.0.0-canary.7f224ddd4.0" + "@material/density": "npm:15.0.0-canary.7f224ddd4.0" + "@material/dom": "npm:15.0.0-canary.7f224ddd4.0" + "@material/elevation": "npm:15.0.0-canary.7f224ddd4.0" + "@material/feature-targeting": "npm:15.0.0-canary.7f224ddd4.0" + "@material/focus-ring": "npm:15.0.0-canary.7f224ddd4.0" + "@material/ripple": "npm:15.0.0-canary.7f224ddd4.0" + "@material/rtl": "npm:15.0.0-canary.7f224ddd4.0" + "@material/theme": "npm:15.0.0-canary.7f224ddd4.0" + "@material/touch-target": "npm:15.0.0-canary.7f224ddd4.0" tslib: "npm:^2.1.0" - checksum: 10/799b3eadba90853b561ea3e6733c463046c7fa7f6ce59cbee819de67b131dfee8b9f60cff5781e0d33d7296bce56c073cab9fb8dce889c4db0c67b23664ad9de + checksum: 10/ac390fbcfc8738e5eed761fa1e4a3fec58b617d8f65d3ba6bb1d495575b7005c9c8d6cb668944c791b749021a54f7c00c505b2fd02a1066ce9f1a6ecbdad7bc9 languageName: node linkType: hard -"@material/image-list@npm:15.0.0-canary.a246a4439.0": - version: 15.0.0-canary.a246a4439.0 - resolution: "@material/image-list@npm:15.0.0-canary.a246a4439.0" +"@material/image-list@npm:15.0.0-canary.7f224ddd4.0": + version: 15.0.0-canary.7f224ddd4.0 + resolution: "@material/image-list@npm:15.0.0-canary.7f224ddd4.0" dependencies: - "@material/feature-targeting": "npm:15.0.0-canary.a246a4439.0" - "@material/shape": "npm:15.0.0-canary.a246a4439.0" - "@material/theme": "npm:15.0.0-canary.a246a4439.0" - "@material/typography": "npm:15.0.0-canary.a246a4439.0" + "@material/feature-targeting": "npm:15.0.0-canary.7f224ddd4.0" + "@material/shape": "npm:15.0.0-canary.7f224ddd4.0" + "@material/theme": "npm:15.0.0-canary.7f224ddd4.0" + "@material/typography": "npm:15.0.0-canary.7f224ddd4.0" tslib: "npm:^2.1.0" - checksum: 10/a5bd44419799f3003c6d366b9659e6b9295f2098b74dba57951113a0f7de2d4e3543ab6c12573fd1e184d588db5a0bdfb392031229a73c23bd3c6443cea8bff7 + checksum: 10/202c34be7cb64acce4a05cfe8a248ce388396affc3abd29d840d202f0a92278f967ea8d7b5e7277a5d1873acab70990cbeb0c052783177880925f895e1128f37 languageName: node linkType: hard -"@material/layout-grid@npm:15.0.0-canary.a246a4439.0": - version: 15.0.0-canary.a246a4439.0 - resolution: "@material/layout-grid@npm:15.0.0-canary.a246a4439.0" +"@material/layout-grid@npm:15.0.0-canary.7f224ddd4.0": + version: 15.0.0-canary.7f224ddd4.0 + resolution: "@material/layout-grid@npm:15.0.0-canary.7f224ddd4.0" dependencies: tslib: "npm:^2.1.0" - checksum: 10/5ccd0406a7c517e6a042bfcfccca6913bc5b15a5cae2d5b36fc561cea82eafd27f3bb8527f3917abf91dd369d67c62c67a1b7effa0f50a6f25f395d078441cd9 + checksum: 10/5284c932ec191d98bb900844568da4d39f1b74529d49ae5238f93274e696d24c66e973587721f1d47b95698e3b1dd18e2d94c4624ad6ae7c1e19f43f942f02d8 languageName: node linkType: hard -"@material/line-ripple@npm:15.0.0-canary.a246a4439.0": - version: 15.0.0-canary.a246a4439.0 - resolution: "@material/line-ripple@npm:15.0.0-canary.a246a4439.0" +"@material/line-ripple@npm:15.0.0-canary.7f224ddd4.0": + version: 15.0.0-canary.7f224ddd4.0 + resolution: "@material/line-ripple@npm:15.0.0-canary.7f224ddd4.0" dependencies: - "@material/animation": "npm:15.0.0-canary.a246a4439.0" - "@material/base": "npm:15.0.0-canary.a246a4439.0" - "@material/feature-targeting": "npm:15.0.0-canary.a246a4439.0" - "@material/theme": "npm:15.0.0-canary.a246a4439.0" + "@material/animation": "npm:15.0.0-canary.7f224ddd4.0" + "@material/base": "npm:15.0.0-canary.7f224ddd4.0" + "@material/feature-targeting": "npm:15.0.0-canary.7f224ddd4.0" + "@material/theme": "npm:15.0.0-canary.7f224ddd4.0" tslib: "npm:^2.1.0" - checksum: 10/7d6e91d779a130039fb87639a65d9390809c621dff68e0ced16702ec4590858f1b1b8e2cbf143fa766bef7ba3d9fed1dd5353e012c0d6e8eab41881dcdda03eb + checksum: 10/40163d05bc31709521d5dea729d637f1282b76b95533c3e9e122d748a396ac49ce50aeb90fd48869ed5cb0b2877477717270e2cc9d05835f3d435dc7877da6e0 languageName: node linkType: hard -"@material/linear-progress@npm:15.0.0-canary.a246a4439.0": - version: 15.0.0-canary.a246a4439.0 - resolution: "@material/linear-progress@npm:15.0.0-canary.a246a4439.0" +"@material/linear-progress@npm:15.0.0-canary.7f224ddd4.0": + version: 15.0.0-canary.7f224ddd4.0 + resolution: "@material/linear-progress@npm:15.0.0-canary.7f224ddd4.0" dependencies: - "@material/animation": "npm:15.0.0-canary.a246a4439.0" - "@material/base": "npm:15.0.0-canary.a246a4439.0" - "@material/dom": "npm:15.0.0-canary.a246a4439.0" - "@material/feature-targeting": "npm:15.0.0-canary.a246a4439.0" - "@material/progress-indicator": "npm:15.0.0-canary.a246a4439.0" - "@material/rtl": "npm:15.0.0-canary.a246a4439.0" - "@material/theme": "npm:15.0.0-canary.a246a4439.0" + "@material/animation": "npm:15.0.0-canary.7f224ddd4.0" + "@material/base": "npm:15.0.0-canary.7f224ddd4.0" + "@material/dom": "npm:15.0.0-canary.7f224ddd4.0" + "@material/feature-targeting": "npm:15.0.0-canary.7f224ddd4.0" + "@material/progress-indicator": "npm:15.0.0-canary.7f224ddd4.0" + "@material/rtl": "npm:15.0.0-canary.7f224ddd4.0" + "@material/theme": "npm:15.0.0-canary.7f224ddd4.0" tslib: "npm:^2.1.0" - checksum: 10/41803f3d67cb549b538a6c437a03e158024c865644d1185db70f69754674c78998b26cee42d6495ece9cd6ebc249a03b95168352aaf3812780d8b175a6c2c894 + checksum: 10/25810041b4faab186050a316eb410155fa56b671c93c513d0278afa37e42debf896e5ae309fe01a7117f25aa5ace72d99bf9af5e3c4f07c8cb4723adb4f5c0f8 languageName: node linkType: hard -"@material/list@npm:15.0.0-canary.a246a4439.0": - version: 15.0.0-canary.a246a4439.0 - resolution: "@material/list@npm:15.0.0-canary.a246a4439.0" +"@material/list@npm:15.0.0-canary.7f224ddd4.0": + version: 15.0.0-canary.7f224ddd4.0 + resolution: "@material/list@npm:15.0.0-canary.7f224ddd4.0" dependencies: - "@material/base": "npm:15.0.0-canary.a246a4439.0" - "@material/density": "npm:15.0.0-canary.a246a4439.0" - "@material/dom": "npm:15.0.0-canary.a246a4439.0" - "@material/feature-targeting": "npm:15.0.0-canary.a246a4439.0" - "@material/ripple": "npm:15.0.0-canary.a246a4439.0" - "@material/rtl": "npm:15.0.0-canary.a246a4439.0" - "@material/shape": "npm:15.0.0-canary.a246a4439.0" - "@material/theme": "npm:15.0.0-canary.a246a4439.0" - "@material/tokens": "npm:15.0.0-canary.a246a4439.0" - "@material/typography": "npm:15.0.0-canary.a246a4439.0" + "@material/base": "npm:15.0.0-canary.7f224ddd4.0" + "@material/density": "npm:15.0.0-canary.7f224ddd4.0" + "@material/dom": "npm:15.0.0-canary.7f224ddd4.0" + "@material/feature-targeting": "npm:15.0.0-canary.7f224ddd4.0" + "@material/ripple": "npm:15.0.0-canary.7f224ddd4.0" + "@material/rtl": "npm:15.0.0-canary.7f224ddd4.0" + "@material/shape": "npm:15.0.0-canary.7f224ddd4.0" + "@material/theme": "npm:15.0.0-canary.7f224ddd4.0" + "@material/tokens": "npm:15.0.0-canary.7f224ddd4.0" + "@material/typography": "npm:15.0.0-canary.7f224ddd4.0" tslib: "npm:^2.1.0" - checksum: 10/83582ed6694d7e7d1c5ddf6c141b8351b2751b1deb60995e68dd52933ca0854f556cb76c88ab91ed00513806665be72e988ce93cd77115310920e995dd0acb72 + checksum: 10/60decc1414a5ab4b78b290e8fc48a4dc828a1378399a87e6a96c937d3f89dd7615028f03d0b15adbeff0ccbe50152b631e0447b14fc94c09c1f5c01593da603f languageName: node linkType: hard -"@material/menu-surface@npm:15.0.0-canary.a246a4439.0": - version: 15.0.0-canary.a246a4439.0 - resolution: "@material/menu-surface@npm:15.0.0-canary.a246a4439.0" +"@material/menu-surface@npm:15.0.0-canary.7f224ddd4.0": + version: 15.0.0-canary.7f224ddd4.0 + resolution: "@material/menu-surface@npm:15.0.0-canary.7f224ddd4.0" dependencies: - "@material/animation": "npm:15.0.0-canary.a246a4439.0" - "@material/base": "npm:15.0.0-canary.a246a4439.0" - "@material/elevation": "npm:15.0.0-canary.a246a4439.0" - "@material/feature-targeting": "npm:15.0.0-canary.a246a4439.0" - "@material/rtl": "npm:15.0.0-canary.a246a4439.0" - "@material/shape": "npm:15.0.0-canary.a246a4439.0" - "@material/theme": "npm:15.0.0-canary.a246a4439.0" + "@material/animation": "npm:15.0.0-canary.7f224ddd4.0" + "@material/base": "npm:15.0.0-canary.7f224ddd4.0" + "@material/elevation": "npm:15.0.0-canary.7f224ddd4.0" + "@material/feature-targeting": "npm:15.0.0-canary.7f224ddd4.0" + "@material/rtl": "npm:15.0.0-canary.7f224ddd4.0" + "@material/shape": "npm:15.0.0-canary.7f224ddd4.0" + "@material/theme": "npm:15.0.0-canary.7f224ddd4.0" tslib: "npm:^2.1.0" - checksum: 10/a703e13830199faeec6768026d530f856e13c89cc6f60619e3924e781b4711b5e0746ac7179b7d4f99d9e2312febf9f2c741b39ca7c6bd6f1dc9eb1210049409 + checksum: 10/2e0b1dc80afc2f155b93300df11259bf1cadd39eb1200aa402ab69ce6165f3820789b3325373bad962ec44a027d822e7943f65e30807e07501cd2e6ff290d577 languageName: node linkType: hard -"@material/menu@npm:15.0.0-canary.a246a4439.0": - version: 15.0.0-canary.a246a4439.0 - resolution: "@material/menu@npm:15.0.0-canary.a246a4439.0" +"@material/menu@npm:15.0.0-canary.7f224ddd4.0": + version: 15.0.0-canary.7f224ddd4.0 + resolution: "@material/menu@npm:15.0.0-canary.7f224ddd4.0" dependencies: - "@material/base": "npm:15.0.0-canary.a246a4439.0" - "@material/dom": "npm:15.0.0-canary.a246a4439.0" - "@material/elevation": "npm:15.0.0-canary.a246a4439.0" - "@material/feature-targeting": "npm:15.0.0-canary.a246a4439.0" - "@material/list": "npm:15.0.0-canary.a246a4439.0" - "@material/menu-surface": "npm:15.0.0-canary.a246a4439.0" - "@material/ripple": "npm:15.0.0-canary.a246a4439.0" - "@material/rtl": "npm:15.0.0-canary.a246a4439.0" - "@material/shape": "npm:15.0.0-canary.a246a4439.0" - "@material/theme": "npm:15.0.0-canary.a246a4439.0" - "@material/tokens": "npm:15.0.0-canary.a246a4439.0" + "@material/base": "npm:15.0.0-canary.7f224ddd4.0" + "@material/dom": "npm:15.0.0-canary.7f224ddd4.0" + "@material/elevation": "npm:15.0.0-canary.7f224ddd4.0" + "@material/feature-targeting": "npm:15.0.0-canary.7f224ddd4.0" + "@material/list": "npm:15.0.0-canary.7f224ddd4.0" + "@material/menu-surface": "npm:15.0.0-canary.7f224ddd4.0" + "@material/ripple": "npm:15.0.0-canary.7f224ddd4.0" + "@material/rtl": "npm:15.0.0-canary.7f224ddd4.0" + "@material/shape": "npm:15.0.0-canary.7f224ddd4.0" + "@material/theme": "npm:15.0.0-canary.7f224ddd4.0" + "@material/tokens": "npm:15.0.0-canary.7f224ddd4.0" tslib: "npm:^2.1.0" - checksum: 10/38d93de09c840458cf6017303bff694fa4bfaf4a317cd2af13faa8e7410983967f5f481ebcf6810690008a3a008e5bdb452a0884095b47a0d1aa353adae875a6 + checksum: 10/d812f0a72670394e1dafc1223012b7580fcadc8fc9c145e44861453e975b5a8c973dda4fcabdd3c5c908f17ad7c0e15ae8288c4e10fc70472653b73f649549c8 languageName: node linkType: hard -"@material/notched-outline@npm:15.0.0-canary.a246a4439.0": - version: 15.0.0-canary.a246a4439.0 - resolution: "@material/notched-outline@npm:15.0.0-canary.a246a4439.0" +"@material/notched-outline@npm:15.0.0-canary.7f224ddd4.0": + version: 15.0.0-canary.7f224ddd4.0 + resolution: "@material/notched-outline@npm:15.0.0-canary.7f224ddd4.0" dependencies: - "@material/base": "npm:15.0.0-canary.a246a4439.0" - "@material/feature-targeting": "npm:15.0.0-canary.a246a4439.0" - "@material/floating-label": "npm:15.0.0-canary.a246a4439.0" - "@material/rtl": "npm:15.0.0-canary.a246a4439.0" - "@material/shape": "npm:15.0.0-canary.a246a4439.0" - "@material/theme": "npm:15.0.0-canary.a246a4439.0" + "@material/base": "npm:15.0.0-canary.7f224ddd4.0" + "@material/feature-targeting": "npm:15.0.0-canary.7f224ddd4.0" + "@material/floating-label": "npm:15.0.0-canary.7f224ddd4.0" + "@material/rtl": "npm:15.0.0-canary.7f224ddd4.0" + "@material/shape": "npm:15.0.0-canary.7f224ddd4.0" + "@material/theme": "npm:15.0.0-canary.7f224ddd4.0" tslib: "npm:^2.1.0" - checksum: 10/4003e27562ba88a78a22768c3fcb4c85e0b61619a04febfb3022ed067b1e6234604c613e3e09f403362871345f449203713305bc70d613e42cbd32c281f68f0b + checksum: 10/5bdeb89a254fce7ab4600410039a8d653dd60781db907ac250b52a0db6bb87d3b0148fefe6dab8437de8e367383b64de4a7f2981c26cd05af7f4f58e56e021ad languageName: node linkType: hard -"@material/progress-indicator@npm:15.0.0-canary.a246a4439.0": - version: 15.0.0-canary.a246a4439.0 - resolution: "@material/progress-indicator@npm:15.0.0-canary.a246a4439.0" +"@material/progress-indicator@npm:15.0.0-canary.7f224ddd4.0": + version: 15.0.0-canary.7f224ddd4.0 + resolution: "@material/progress-indicator@npm:15.0.0-canary.7f224ddd4.0" dependencies: tslib: "npm:^2.1.0" - checksum: 10/ce260ae8b6120fc75f31179dd826f0166b3437a2ed8e1d527f289aff278ce60c16e2e1dccfd85849aee9269c8728d19bb6cb7dc8389387ec2b75b511ac337851 + checksum: 10/9a3e24bc9874b62d3a15392f81ea77f9ed0920f243eaa584bb1cea3a239df8894aca75fc2af8dd7b64610a1567b49f3c85902f66b346d483ac13ddac83ff7af5 languageName: node linkType: hard -"@material/radio@npm:15.0.0-canary.a246a4439.0": - version: 15.0.0-canary.a246a4439.0 - resolution: "@material/radio@npm:15.0.0-canary.a246a4439.0" +"@material/radio@npm:15.0.0-canary.7f224ddd4.0": + version: 15.0.0-canary.7f224ddd4.0 + resolution: "@material/radio@npm:15.0.0-canary.7f224ddd4.0" dependencies: - "@material/animation": "npm:15.0.0-canary.a246a4439.0" - "@material/base": "npm:15.0.0-canary.a246a4439.0" - "@material/density": "npm:15.0.0-canary.a246a4439.0" - "@material/dom": "npm:15.0.0-canary.a246a4439.0" - "@material/feature-targeting": "npm:15.0.0-canary.a246a4439.0" - "@material/focus-ring": "npm:15.0.0-canary.a246a4439.0" - "@material/ripple": "npm:15.0.0-canary.a246a4439.0" - "@material/theme": "npm:15.0.0-canary.a246a4439.0" - "@material/touch-target": "npm:15.0.0-canary.a246a4439.0" + "@material/animation": "npm:15.0.0-canary.7f224ddd4.0" + "@material/base": "npm:15.0.0-canary.7f224ddd4.0" + "@material/density": "npm:15.0.0-canary.7f224ddd4.0" + "@material/dom": "npm:15.0.0-canary.7f224ddd4.0" + "@material/feature-targeting": "npm:15.0.0-canary.7f224ddd4.0" + "@material/focus-ring": "npm:15.0.0-canary.7f224ddd4.0" + "@material/ripple": "npm:15.0.0-canary.7f224ddd4.0" + "@material/theme": "npm:15.0.0-canary.7f224ddd4.0" + "@material/touch-target": "npm:15.0.0-canary.7f224ddd4.0" tslib: "npm:^2.1.0" - checksum: 10/bf43b832c3c670dd244e66e4c6e0c8b87ba58103b4e915d8e8c380fe306c04b53ca9661e05c5b14cd565d5ab23c83e62562637507ee85e949a48494f25b27803 + checksum: 10/efdf3d04995e9e074ed271b6017a30b29c8e97adb11d1306b1e49f5519516173b0761b029efa037230078908c787aabd2a484859f4ab8958875cd2ae39f3000c languageName: node linkType: hard -"@material/ripple@npm:15.0.0-canary.a246a4439.0": - version: 15.0.0-canary.a246a4439.0 - resolution: "@material/ripple@npm:15.0.0-canary.a246a4439.0" +"@material/ripple@npm:15.0.0-canary.7f224ddd4.0": + version: 15.0.0-canary.7f224ddd4.0 + resolution: "@material/ripple@npm:15.0.0-canary.7f224ddd4.0" dependencies: - "@material/animation": "npm:15.0.0-canary.a246a4439.0" - "@material/base": "npm:15.0.0-canary.a246a4439.0" - "@material/dom": "npm:15.0.0-canary.a246a4439.0" - "@material/feature-targeting": "npm:15.0.0-canary.a246a4439.0" - "@material/rtl": "npm:15.0.0-canary.a246a4439.0" - "@material/theme": "npm:15.0.0-canary.a246a4439.0" + "@material/animation": "npm:15.0.0-canary.7f224ddd4.0" + "@material/base": "npm:15.0.0-canary.7f224ddd4.0" + "@material/dom": "npm:15.0.0-canary.7f224ddd4.0" + "@material/feature-targeting": "npm:15.0.0-canary.7f224ddd4.0" + "@material/rtl": "npm:15.0.0-canary.7f224ddd4.0" + "@material/theme": "npm:15.0.0-canary.7f224ddd4.0" tslib: "npm:^2.1.0" - checksum: 10/b2bdfea6c1ac105d3f9bbc8bc52263f4487d8c38f0c6abbb16f8b693ea2ea4fb89bc9d6e9e4284cfe0db838fedd940fb49a7a269573e704a5f3fb338326d2e5c + checksum: 10/fef2d31a8a1cf252e159a268ecf8b20b7eb7e68f495a77f37e9527e9a55fa07874f4e160c4ae548b6760c77285b18bd70e857cb3e5692511aaaf6695b5a2f915 languageName: node linkType: hard -"@material/rtl@npm:15.0.0-canary.a246a4439.0": - version: 15.0.0-canary.a246a4439.0 - resolution: "@material/rtl@npm:15.0.0-canary.a246a4439.0" +"@material/rtl@npm:15.0.0-canary.7f224ddd4.0": + version: 15.0.0-canary.7f224ddd4.0 + resolution: "@material/rtl@npm:15.0.0-canary.7f224ddd4.0" dependencies: - "@material/theme": "npm:15.0.0-canary.a246a4439.0" + "@material/theme": "npm:15.0.0-canary.7f224ddd4.0" tslib: "npm:^2.1.0" - checksum: 10/8a4b5062e4756672cd74de776ab1f5872edfe1eccb0028cc2973f74e4ec6b852dba9b6abeb1cccd403dac5250651ed12e5a60ecfd9f3cd5e03fa16cfad086661 + checksum: 10/e4cb429649311ceb8fabd2636cfd0539715437e84946024c53b7146b927b84ef87cbf266c02b63a7c2203311b526985107cfec74ad096022540efd549ccd5333 languageName: node linkType: hard -"@material/segmented-button@npm:15.0.0-canary.a246a4439.0": - version: 15.0.0-canary.a246a4439.0 - resolution: "@material/segmented-button@npm:15.0.0-canary.a246a4439.0" +"@material/segmented-button@npm:15.0.0-canary.7f224ddd4.0": + version: 15.0.0-canary.7f224ddd4.0 + resolution: "@material/segmented-button@npm:15.0.0-canary.7f224ddd4.0" dependencies: - "@material/base": "npm:15.0.0-canary.a246a4439.0" - "@material/elevation": "npm:15.0.0-canary.a246a4439.0" - "@material/feature-targeting": "npm:15.0.0-canary.a246a4439.0" - "@material/ripple": "npm:15.0.0-canary.a246a4439.0" - "@material/theme": "npm:15.0.0-canary.a246a4439.0" - "@material/touch-target": "npm:15.0.0-canary.a246a4439.0" - "@material/typography": "npm:15.0.0-canary.a246a4439.0" + "@material/base": "npm:15.0.0-canary.7f224ddd4.0" + "@material/elevation": "npm:15.0.0-canary.7f224ddd4.0" + "@material/feature-targeting": "npm:15.0.0-canary.7f224ddd4.0" + "@material/ripple": "npm:15.0.0-canary.7f224ddd4.0" + "@material/theme": "npm:15.0.0-canary.7f224ddd4.0" + "@material/touch-target": "npm:15.0.0-canary.7f224ddd4.0" + "@material/typography": "npm:15.0.0-canary.7f224ddd4.0" tslib: "npm:^2.1.0" - checksum: 10/cd80ee87fe28b559513f28b04f9e9f2a79a44f0730c072c7d082cbf0d7944208339abf7b9aad4ca5f462ae8a95674359907f6593157a99941c08276e4a6b8d89 - languageName: node - linkType: hard - -"@material/select@npm:15.0.0-canary.a246a4439.0": - version: 15.0.0-canary.a246a4439.0 - resolution: "@material/select@npm:15.0.0-canary.a246a4439.0" - dependencies: - "@material/animation": "npm:15.0.0-canary.a246a4439.0" - "@material/base": "npm:15.0.0-canary.a246a4439.0" - "@material/density": "npm:15.0.0-canary.a246a4439.0" - "@material/dom": "npm:15.0.0-canary.a246a4439.0" - "@material/elevation": "npm:15.0.0-canary.a246a4439.0" - "@material/feature-targeting": "npm:15.0.0-canary.a246a4439.0" - "@material/floating-label": "npm:15.0.0-canary.a246a4439.0" - "@material/line-ripple": "npm:15.0.0-canary.a246a4439.0" - "@material/list": "npm:15.0.0-canary.a246a4439.0" - "@material/menu": "npm:15.0.0-canary.a246a4439.0" - "@material/menu-surface": "npm:15.0.0-canary.a246a4439.0" - "@material/notched-outline": "npm:15.0.0-canary.a246a4439.0" - "@material/ripple": "npm:15.0.0-canary.a246a4439.0" - "@material/rtl": "npm:15.0.0-canary.a246a4439.0" - "@material/shape": "npm:15.0.0-canary.a246a4439.0" - "@material/theme": "npm:15.0.0-canary.a246a4439.0" - "@material/tokens": "npm:15.0.0-canary.a246a4439.0" - "@material/typography": "npm:15.0.0-canary.a246a4439.0" + checksum: 10/9d17f8ed5b9ee4760e8ef38b1acb26a29377409e40d3817087f002d14e7138999c85ae5a82e602901cf44b2d4d7c770ca9a520b3247b1d44439493504abcbfbb + languageName: node + linkType: hard + +"@material/select@npm:15.0.0-canary.7f224ddd4.0": + version: 15.0.0-canary.7f224ddd4.0 + resolution: "@material/select@npm:15.0.0-canary.7f224ddd4.0" + dependencies: + "@material/animation": "npm:15.0.0-canary.7f224ddd4.0" + "@material/base": "npm:15.0.0-canary.7f224ddd4.0" + "@material/density": "npm:15.0.0-canary.7f224ddd4.0" + "@material/dom": "npm:15.0.0-canary.7f224ddd4.0" + "@material/elevation": "npm:15.0.0-canary.7f224ddd4.0" + "@material/feature-targeting": "npm:15.0.0-canary.7f224ddd4.0" + "@material/floating-label": "npm:15.0.0-canary.7f224ddd4.0" + "@material/line-ripple": "npm:15.0.0-canary.7f224ddd4.0" + "@material/list": "npm:15.0.0-canary.7f224ddd4.0" + "@material/menu": "npm:15.0.0-canary.7f224ddd4.0" + "@material/menu-surface": "npm:15.0.0-canary.7f224ddd4.0" + "@material/notched-outline": "npm:15.0.0-canary.7f224ddd4.0" + "@material/ripple": "npm:15.0.0-canary.7f224ddd4.0" + "@material/rtl": "npm:15.0.0-canary.7f224ddd4.0" + "@material/shape": "npm:15.0.0-canary.7f224ddd4.0" + "@material/theme": "npm:15.0.0-canary.7f224ddd4.0" + "@material/tokens": "npm:15.0.0-canary.7f224ddd4.0" + "@material/typography": "npm:15.0.0-canary.7f224ddd4.0" tslib: "npm:^2.1.0" - checksum: 10/2e69a4a2dc733861a3bc305e00026554db6d37206543adeaef64d054a6ae64fbb6cbf7b98c7dc388533986793bc94ca39bc3f74f00baf23223664ecd8fd3cdf7 + checksum: 10/e4eb9b5ee7a5142ec5f553e833484c9c32cffad526a9ca54758ef81a69941d093e7ec9cfa00ab7110f4e39b742cb6958579b4e1be22804ada5d8a13c4957089a languageName: node linkType: hard -"@material/shape@npm:15.0.0-canary.a246a4439.0": - version: 15.0.0-canary.a246a4439.0 - resolution: "@material/shape@npm:15.0.0-canary.a246a4439.0" +"@material/shape@npm:15.0.0-canary.7f224ddd4.0": + version: 15.0.0-canary.7f224ddd4.0 + resolution: "@material/shape@npm:15.0.0-canary.7f224ddd4.0" dependencies: - "@material/feature-targeting": "npm:15.0.0-canary.a246a4439.0" - "@material/rtl": "npm:15.0.0-canary.a246a4439.0" - "@material/theme": "npm:15.0.0-canary.a246a4439.0" + "@material/feature-targeting": "npm:15.0.0-canary.7f224ddd4.0" + "@material/rtl": "npm:15.0.0-canary.7f224ddd4.0" + "@material/theme": "npm:15.0.0-canary.7f224ddd4.0" tslib: "npm:^2.1.0" - checksum: 10/caad43d31f9697c6544ebfc68cee86f4ea68c0466ad999819fea39b40fa1e6e7688971c4502fa3104ee576e44b3f27bee14fb289ba018248f468c2869726081c + checksum: 10/de41060eb871bc03c4003cf9d3225de15fdd4cdad176c1234abf2cc4a2ab1619b02ff39ea1102e62e7001e7b2a21b31cdadaebbf22d8caef949d99816e3c1252 languageName: node linkType: hard -"@material/slider@npm:15.0.0-canary.a246a4439.0": - version: 15.0.0-canary.a246a4439.0 - resolution: "@material/slider@npm:15.0.0-canary.a246a4439.0" +"@material/slider@npm:15.0.0-canary.7f224ddd4.0": + version: 15.0.0-canary.7f224ddd4.0 + resolution: "@material/slider@npm:15.0.0-canary.7f224ddd4.0" dependencies: - "@material/animation": "npm:15.0.0-canary.a246a4439.0" - "@material/base": "npm:15.0.0-canary.a246a4439.0" - "@material/dom": "npm:15.0.0-canary.a246a4439.0" - "@material/elevation": "npm:15.0.0-canary.a246a4439.0" - "@material/feature-targeting": "npm:15.0.0-canary.a246a4439.0" - "@material/ripple": "npm:15.0.0-canary.a246a4439.0" - "@material/rtl": "npm:15.0.0-canary.a246a4439.0" - "@material/theme": "npm:15.0.0-canary.a246a4439.0" - "@material/tokens": "npm:15.0.0-canary.a246a4439.0" - "@material/typography": "npm:15.0.0-canary.a246a4439.0" + "@material/animation": "npm:15.0.0-canary.7f224ddd4.0" + "@material/base": "npm:15.0.0-canary.7f224ddd4.0" + "@material/dom": "npm:15.0.0-canary.7f224ddd4.0" + "@material/elevation": "npm:15.0.0-canary.7f224ddd4.0" + "@material/feature-targeting": "npm:15.0.0-canary.7f224ddd4.0" + "@material/ripple": "npm:15.0.0-canary.7f224ddd4.0" + "@material/rtl": "npm:15.0.0-canary.7f224ddd4.0" + "@material/theme": "npm:15.0.0-canary.7f224ddd4.0" + "@material/tokens": "npm:15.0.0-canary.7f224ddd4.0" + "@material/typography": "npm:15.0.0-canary.7f224ddd4.0" tslib: "npm:^2.1.0" - checksum: 10/a20efabde42aef362a416da94c41d3ad02307b21a7d72292d2665e75923524328a7f6096b0411b78df6392eaf0f13213de5e0071c373871f69589016cd906fc1 - languageName: node - linkType: hard - -"@material/snackbar@npm:15.0.0-canary.a246a4439.0": - version: 15.0.0-canary.a246a4439.0 - resolution: "@material/snackbar@npm:15.0.0-canary.a246a4439.0" - dependencies: - "@material/animation": "npm:15.0.0-canary.a246a4439.0" - "@material/base": "npm:15.0.0-canary.a246a4439.0" - "@material/button": "npm:15.0.0-canary.a246a4439.0" - "@material/dom": "npm:15.0.0-canary.a246a4439.0" - "@material/elevation": "npm:15.0.0-canary.a246a4439.0" - "@material/feature-targeting": "npm:15.0.0-canary.a246a4439.0" - "@material/icon-button": "npm:15.0.0-canary.a246a4439.0" - "@material/ripple": "npm:15.0.0-canary.a246a4439.0" - "@material/rtl": "npm:15.0.0-canary.a246a4439.0" - "@material/shape": "npm:15.0.0-canary.a246a4439.0" - "@material/theme": "npm:15.0.0-canary.a246a4439.0" - "@material/tokens": "npm:15.0.0-canary.a246a4439.0" - "@material/typography": "npm:15.0.0-canary.a246a4439.0" + checksum: 10/1a95d41ce4ac1bce42bbae52ad66f085d5ca493954d27af8fb8a8d823b1aaf1be13e440a80fdd640287df9aff706b43a51c2ca0093a4c59c040c2775eaa0f622 + languageName: node + linkType: hard + +"@material/snackbar@npm:15.0.0-canary.7f224ddd4.0": + version: 15.0.0-canary.7f224ddd4.0 + resolution: "@material/snackbar@npm:15.0.0-canary.7f224ddd4.0" + dependencies: + "@material/animation": "npm:15.0.0-canary.7f224ddd4.0" + "@material/base": "npm:15.0.0-canary.7f224ddd4.0" + "@material/button": "npm:15.0.0-canary.7f224ddd4.0" + "@material/dom": "npm:15.0.0-canary.7f224ddd4.0" + "@material/elevation": "npm:15.0.0-canary.7f224ddd4.0" + "@material/feature-targeting": "npm:15.0.0-canary.7f224ddd4.0" + "@material/icon-button": "npm:15.0.0-canary.7f224ddd4.0" + "@material/ripple": "npm:15.0.0-canary.7f224ddd4.0" + "@material/rtl": "npm:15.0.0-canary.7f224ddd4.0" + "@material/shape": "npm:15.0.0-canary.7f224ddd4.0" + "@material/theme": "npm:15.0.0-canary.7f224ddd4.0" + "@material/tokens": "npm:15.0.0-canary.7f224ddd4.0" + "@material/typography": "npm:15.0.0-canary.7f224ddd4.0" tslib: "npm:^2.1.0" - checksum: 10/2513fa9180d80f9227a82b787b60e709c84cc438741b8fcb7728a36c495888f101cb5a6212df51184206273aebd49715502493e97a59be367c933aa2629b8ec8 - languageName: node - linkType: hard - -"@material/switch@npm:15.0.0-canary.a246a4439.0": - version: 15.0.0-canary.a246a4439.0 - resolution: "@material/switch@npm:15.0.0-canary.a246a4439.0" - dependencies: - "@material/animation": "npm:15.0.0-canary.a246a4439.0" - "@material/base": "npm:15.0.0-canary.a246a4439.0" - "@material/density": "npm:15.0.0-canary.a246a4439.0" - "@material/dom": "npm:15.0.0-canary.a246a4439.0" - "@material/elevation": "npm:15.0.0-canary.a246a4439.0" - "@material/feature-targeting": "npm:15.0.0-canary.a246a4439.0" - "@material/focus-ring": "npm:15.0.0-canary.a246a4439.0" - "@material/ripple": "npm:15.0.0-canary.a246a4439.0" - "@material/rtl": "npm:15.0.0-canary.a246a4439.0" - "@material/shape": "npm:15.0.0-canary.a246a4439.0" - "@material/theme": "npm:15.0.0-canary.a246a4439.0" - "@material/tokens": "npm:15.0.0-canary.a246a4439.0" + checksum: 10/4d3609eff376f377a2031fb5986af7b6a2a324eba88af88a415189d918bcaf2474bfe9b271b6a7fb59b699335acc5e6f116f37d804e70fc334ced542ba61e8bb + languageName: node + linkType: hard + +"@material/switch@npm:15.0.0-canary.7f224ddd4.0": + version: 15.0.0-canary.7f224ddd4.0 + resolution: "@material/switch@npm:15.0.0-canary.7f224ddd4.0" + dependencies: + "@material/animation": "npm:15.0.0-canary.7f224ddd4.0" + "@material/base": "npm:15.0.0-canary.7f224ddd4.0" + "@material/density": "npm:15.0.0-canary.7f224ddd4.0" + "@material/dom": "npm:15.0.0-canary.7f224ddd4.0" + "@material/elevation": "npm:15.0.0-canary.7f224ddd4.0" + "@material/feature-targeting": "npm:15.0.0-canary.7f224ddd4.0" + "@material/focus-ring": "npm:15.0.0-canary.7f224ddd4.0" + "@material/ripple": "npm:15.0.0-canary.7f224ddd4.0" + "@material/rtl": "npm:15.0.0-canary.7f224ddd4.0" + "@material/shape": "npm:15.0.0-canary.7f224ddd4.0" + "@material/theme": "npm:15.0.0-canary.7f224ddd4.0" + "@material/tokens": "npm:15.0.0-canary.7f224ddd4.0" safevalues: "npm:^0.3.4" tslib: "npm:^2.1.0" - checksum: 10/7eabbe0c510cb8e04e244a1b2ce5985a56334e6d9e3c418889a04881fb7f32fdd663cc3a83857a702b4c33e4dbc69995988b1ff15ec095a6b50ab94206ae85e3 + checksum: 10/a24b0f6992251f60c74766ad3b698031346e847269a762b4ab1bbcac53fbe2499029d6d3c19f052b73b3d8520b6022e3009ce12c8515021ecf919684ece45887 languageName: node linkType: hard -"@material/tab-bar@npm:15.0.0-canary.a246a4439.0": - version: 15.0.0-canary.a246a4439.0 - resolution: "@material/tab-bar@npm:15.0.0-canary.a246a4439.0" +"@material/tab-bar@npm:15.0.0-canary.7f224ddd4.0": + version: 15.0.0-canary.7f224ddd4.0 + resolution: "@material/tab-bar@npm:15.0.0-canary.7f224ddd4.0" dependencies: - "@material/animation": "npm:15.0.0-canary.a246a4439.0" - "@material/base": "npm:15.0.0-canary.a246a4439.0" - "@material/density": "npm:15.0.0-canary.a246a4439.0" - "@material/elevation": "npm:15.0.0-canary.a246a4439.0" - "@material/feature-targeting": "npm:15.0.0-canary.a246a4439.0" - "@material/tab": "npm:15.0.0-canary.a246a4439.0" - "@material/tab-indicator": "npm:15.0.0-canary.a246a4439.0" - "@material/tab-scroller": "npm:15.0.0-canary.a246a4439.0" - "@material/theme": "npm:15.0.0-canary.a246a4439.0" - "@material/tokens": "npm:15.0.0-canary.a246a4439.0" - "@material/typography": "npm:15.0.0-canary.a246a4439.0" + "@material/animation": "npm:15.0.0-canary.7f224ddd4.0" + "@material/base": "npm:15.0.0-canary.7f224ddd4.0" + "@material/density": "npm:15.0.0-canary.7f224ddd4.0" + "@material/elevation": "npm:15.0.0-canary.7f224ddd4.0" + "@material/feature-targeting": "npm:15.0.0-canary.7f224ddd4.0" + "@material/tab": "npm:15.0.0-canary.7f224ddd4.0" + "@material/tab-indicator": "npm:15.0.0-canary.7f224ddd4.0" + "@material/tab-scroller": "npm:15.0.0-canary.7f224ddd4.0" + "@material/theme": "npm:15.0.0-canary.7f224ddd4.0" + "@material/tokens": "npm:15.0.0-canary.7f224ddd4.0" + "@material/typography": "npm:15.0.0-canary.7f224ddd4.0" tslib: "npm:^2.1.0" - checksum: 10/c5d6e636694d0850f63c979221b1a807f9defdc9f69bcba16efa3ec02ecfce3820b2d1d2ecb4304d927181906853b99799a874e9f8411e33f4f1afcd7c75b8ec + checksum: 10/f3759487ab8f4af0c6674bd28ebaf69572fa918bff93a353f27577389bf49f761e10991de4f8f351b09a10a4cfcea383216b759702d4615ee58ebc96ea37d278 languageName: node linkType: hard -"@material/tab-indicator@npm:15.0.0-canary.a246a4439.0": - version: 15.0.0-canary.a246a4439.0 - resolution: "@material/tab-indicator@npm:15.0.0-canary.a246a4439.0" +"@material/tab-indicator@npm:15.0.0-canary.7f224ddd4.0": + version: 15.0.0-canary.7f224ddd4.0 + resolution: "@material/tab-indicator@npm:15.0.0-canary.7f224ddd4.0" dependencies: - "@material/animation": "npm:15.0.0-canary.a246a4439.0" - "@material/base": "npm:15.0.0-canary.a246a4439.0" - "@material/feature-targeting": "npm:15.0.0-canary.a246a4439.0" - "@material/theme": "npm:15.0.0-canary.a246a4439.0" + "@material/animation": "npm:15.0.0-canary.7f224ddd4.0" + "@material/base": "npm:15.0.0-canary.7f224ddd4.0" + "@material/feature-targeting": "npm:15.0.0-canary.7f224ddd4.0" + "@material/theme": "npm:15.0.0-canary.7f224ddd4.0" tslib: "npm:^2.1.0" - checksum: 10/584d38ea97051c53f1319f8468305a40ae32e3b4b3ababaad4a0a3791fcb09ed2ab97a2253ff403440738c7d763591461cedaae834d467fe0d241e7429c7f101 + checksum: 10/80a6afef3f50bf0403d8c250c94a71cdcbd68dd8af7ee0524aa6d16365917ec2f1bdfb4e3d066807ab49d88fa91884fce33696d8fff75816242417c78f0f53ed languageName: node linkType: hard -"@material/tab-scroller@npm:15.0.0-canary.a246a4439.0": - version: 15.0.0-canary.a246a4439.0 - resolution: "@material/tab-scroller@npm:15.0.0-canary.a246a4439.0" +"@material/tab-scroller@npm:15.0.0-canary.7f224ddd4.0": + version: 15.0.0-canary.7f224ddd4.0 + resolution: "@material/tab-scroller@npm:15.0.0-canary.7f224ddd4.0" dependencies: - "@material/animation": "npm:15.0.0-canary.a246a4439.0" - "@material/base": "npm:15.0.0-canary.a246a4439.0" - "@material/dom": "npm:15.0.0-canary.a246a4439.0" - "@material/feature-targeting": "npm:15.0.0-canary.a246a4439.0" - "@material/tab": "npm:15.0.0-canary.a246a4439.0" + "@material/animation": "npm:15.0.0-canary.7f224ddd4.0" + "@material/base": "npm:15.0.0-canary.7f224ddd4.0" + "@material/dom": "npm:15.0.0-canary.7f224ddd4.0" + "@material/feature-targeting": "npm:15.0.0-canary.7f224ddd4.0" + "@material/tab": "npm:15.0.0-canary.7f224ddd4.0" tslib: "npm:^2.1.0" - checksum: 10/3d2aae87fd9a0df83a6d4be7862023966735eec348866c6be89975ec5a0bc06736f99299125a3728dcd68c72cc882ac5242c06087e4898feaa7579877bd72775 + checksum: 10/dbcdc607f5dfc1e4c5109ceeb05fdaa967c9ddf5430df00a628f37550c4faa0d1e833125c266229a56418a556c0933e0289a7c45289b884665e143bd6534ef5f languageName: node linkType: hard -"@material/tab@npm:15.0.0-canary.a246a4439.0": - version: 15.0.0-canary.a246a4439.0 - resolution: "@material/tab@npm:15.0.0-canary.a246a4439.0" +"@material/tab@npm:15.0.0-canary.7f224ddd4.0": + version: 15.0.0-canary.7f224ddd4.0 + resolution: "@material/tab@npm:15.0.0-canary.7f224ddd4.0" dependencies: - "@material/base": "npm:15.0.0-canary.a246a4439.0" - "@material/elevation": "npm:15.0.0-canary.a246a4439.0" - "@material/feature-targeting": "npm:15.0.0-canary.a246a4439.0" - "@material/focus-ring": "npm:15.0.0-canary.a246a4439.0" - "@material/ripple": "npm:15.0.0-canary.a246a4439.0" - "@material/rtl": "npm:15.0.0-canary.a246a4439.0" - "@material/tab-indicator": "npm:15.0.0-canary.a246a4439.0" - "@material/theme": "npm:15.0.0-canary.a246a4439.0" - "@material/tokens": "npm:15.0.0-canary.a246a4439.0" - "@material/typography": "npm:15.0.0-canary.a246a4439.0" + "@material/base": "npm:15.0.0-canary.7f224ddd4.0" + "@material/elevation": "npm:15.0.0-canary.7f224ddd4.0" + "@material/feature-targeting": "npm:15.0.0-canary.7f224ddd4.0" + "@material/focus-ring": "npm:15.0.0-canary.7f224ddd4.0" + "@material/ripple": "npm:15.0.0-canary.7f224ddd4.0" + "@material/rtl": "npm:15.0.0-canary.7f224ddd4.0" + "@material/tab-indicator": "npm:15.0.0-canary.7f224ddd4.0" + "@material/theme": "npm:15.0.0-canary.7f224ddd4.0" + "@material/tokens": "npm:15.0.0-canary.7f224ddd4.0" + "@material/typography": "npm:15.0.0-canary.7f224ddd4.0" tslib: "npm:^2.1.0" - checksum: 10/57835f1b823eb9f697eeb974fc72bf5eb49498191d3d963504ab57a80c28b8185aee843226554a8b8c10aa709345dbf424b0c856305aa93c8fda5e5a9f48f712 - languageName: node - linkType: hard - -"@material/textfield@npm:15.0.0-canary.a246a4439.0": - version: 15.0.0-canary.a246a4439.0 - resolution: "@material/textfield@npm:15.0.0-canary.a246a4439.0" - dependencies: - "@material/animation": "npm:15.0.0-canary.a246a4439.0" - "@material/base": "npm:15.0.0-canary.a246a4439.0" - "@material/density": "npm:15.0.0-canary.a246a4439.0" - "@material/dom": "npm:15.0.0-canary.a246a4439.0" - "@material/feature-targeting": "npm:15.0.0-canary.a246a4439.0" - "@material/floating-label": "npm:15.0.0-canary.a246a4439.0" - "@material/line-ripple": "npm:15.0.0-canary.a246a4439.0" - "@material/notched-outline": "npm:15.0.0-canary.a246a4439.0" - "@material/ripple": "npm:15.0.0-canary.a246a4439.0" - "@material/rtl": "npm:15.0.0-canary.a246a4439.0" - "@material/shape": "npm:15.0.0-canary.a246a4439.0" - "@material/theme": "npm:15.0.0-canary.a246a4439.0" - "@material/tokens": "npm:15.0.0-canary.a246a4439.0" - "@material/typography": "npm:15.0.0-canary.a246a4439.0" + checksum: 10/fac75af586ed10f94a7c91b9179d40befb5ad21a9c7cf75fa72689fc3b71dbc68f9d389a3414db767ecd54ddcf6aa2d7e76a05e2ad5117dda93e2fa31f81f603 + languageName: node + linkType: hard + +"@material/textfield@npm:15.0.0-canary.7f224ddd4.0": + version: 15.0.0-canary.7f224ddd4.0 + resolution: "@material/textfield@npm:15.0.0-canary.7f224ddd4.0" + dependencies: + "@material/animation": "npm:15.0.0-canary.7f224ddd4.0" + "@material/base": "npm:15.0.0-canary.7f224ddd4.0" + "@material/density": "npm:15.0.0-canary.7f224ddd4.0" + "@material/dom": "npm:15.0.0-canary.7f224ddd4.0" + "@material/feature-targeting": "npm:15.0.0-canary.7f224ddd4.0" + "@material/floating-label": "npm:15.0.0-canary.7f224ddd4.0" + "@material/line-ripple": "npm:15.0.0-canary.7f224ddd4.0" + "@material/notched-outline": "npm:15.0.0-canary.7f224ddd4.0" + "@material/ripple": "npm:15.0.0-canary.7f224ddd4.0" + "@material/rtl": "npm:15.0.0-canary.7f224ddd4.0" + "@material/shape": "npm:15.0.0-canary.7f224ddd4.0" + "@material/theme": "npm:15.0.0-canary.7f224ddd4.0" + "@material/tokens": "npm:15.0.0-canary.7f224ddd4.0" + "@material/typography": "npm:15.0.0-canary.7f224ddd4.0" tslib: "npm:^2.1.0" - checksum: 10/9f7844c93e1b0e9e99c42598002ace96c111bd3fc2789eeb95f293b16774faae7efa78824838a17aa0002ab51ad312083fb2e9140ee7399e5fe0ed5775c62e4c + checksum: 10/76bec89372e51ba961ff352bebc69f8f7c72142cdc63cfc01f630f6143054270af6101b030a4e46412140e9d625ac586c2cb5d6e62bf4ad8f68875195525e603 languageName: node linkType: hard -"@material/theme@npm:15.0.0-canary.a246a4439.0": - version: 15.0.0-canary.a246a4439.0 - resolution: "@material/theme@npm:15.0.0-canary.a246a4439.0" +"@material/theme@npm:15.0.0-canary.7f224ddd4.0": + version: 15.0.0-canary.7f224ddd4.0 + resolution: "@material/theme@npm:15.0.0-canary.7f224ddd4.0" dependencies: - "@material/feature-targeting": "npm:15.0.0-canary.a246a4439.0" + "@material/feature-targeting": "npm:15.0.0-canary.7f224ddd4.0" tslib: "npm:^2.1.0" - checksum: 10/c037f4ee4aac01f88baf6475bcd3720c6d4323e526545a48ba48e1e0954aad8d6a0f5a9e6c1c1543cad04dcbd24eb6ea34da495cd6cfe5c21cce7a77afe8e829 + checksum: 10/07bc6fdf4ea91bfb7aa42fbd8b94c84f6f07dac7d6f5114d6aa92b864e1705bd40e7f2691c8765fd7fb3014c2cf1189c0be2c1977e5a1fade91014e72c1068f1 languageName: node linkType: hard -"@material/tokens@npm:15.0.0-canary.a246a4439.0": - version: 15.0.0-canary.a246a4439.0 - resolution: "@material/tokens@npm:15.0.0-canary.a246a4439.0" +"@material/tokens@npm:15.0.0-canary.7f224ddd4.0": + version: 15.0.0-canary.7f224ddd4.0 + resolution: "@material/tokens@npm:15.0.0-canary.7f224ddd4.0" dependencies: - "@material/elevation": "npm:15.0.0-canary.a246a4439.0" - checksum: 10/d0a24b99e003bca344b47054b7d2c32aef307a0d9d5a57ad527f568ed02bd5ba2460ae409fe9a3e7507732fd7aeb2673f8d4238f975e2377cf8b0f13ef41447a + "@material/elevation": "npm:15.0.0-canary.7f224ddd4.0" + checksum: 10/c494e6ca0c2e8d76e004e670c121e5a2aced44dcff64cedbccdccbeb3d86e326bfdb742d8b23a4fee7d86ef47fb2378d1ee6d1d20c233cebbfe701f1450db453 languageName: node linkType: hard -"@material/tooltip@npm:15.0.0-canary.a246a4439.0": - version: 15.0.0-canary.a246a4439.0 - resolution: "@material/tooltip@npm:15.0.0-canary.a246a4439.0" +"@material/tooltip@npm:15.0.0-canary.7f224ddd4.0": + version: 15.0.0-canary.7f224ddd4.0 + resolution: "@material/tooltip@npm:15.0.0-canary.7f224ddd4.0" dependencies: - "@material/animation": "npm:15.0.0-canary.a246a4439.0" - "@material/base": "npm:15.0.0-canary.a246a4439.0" - "@material/button": "npm:15.0.0-canary.a246a4439.0" - "@material/dom": "npm:15.0.0-canary.a246a4439.0" - "@material/elevation": "npm:15.0.0-canary.a246a4439.0" - "@material/feature-targeting": "npm:15.0.0-canary.a246a4439.0" - "@material/rtl": "npm:15.0.0-canary.a246a4439.0" - "@material/shape": "npm:15.0.0-canary.a246a4439.0" - "@material/theme": "npm:15.0.0-canary.a246a4439.0" - "@material/tokens": "npm:15.0.0-canary.a246a4439.0" - "@material/typography": "npm:15.0.0-canary.a246a4439.0" + "@material/animation": "npm:15.0.0-canary.7f224ddd4.0" + "@material/base": "npm:15.0.0-canary.7f224ddd4.0" + "@material/button": "npm:15.0.0-canary.7f224ddd4.0" + "@material/dom": "npm:15.0.0-canary.7f224ddd4.0" + "@material/elevation": "npm:15.0.0-canary.7f224ddd4.0" + "@material/feature-targeting": "npm:15.0.0-canary.7f224ddd4.0" + "@material/rtl": "npm:15.0.0-canary.7f224ddd4.0" + "@material/shape": "npm:15.0.0-canary.7f224ddd4.0" + "@material/theme": "npm:15.0.0-canary.7f224ddd4.0" + "@material/tokens": "npm:15.0.0-canary.7f224ddd4.0" + "@material/typography": "npm:15.0.0-canary.7f224ddd4.0" safevalues: "npm:^0.3.4" tslib: "npm:^2.1.0" - checksum: 10/7879d07f175d18529f920142d8b7243c728cf58cfdf749dac5a112e47a6a92ee623c513b168da11b6fd07411fce8a80a72dcf0b3a14bec503ed8d59448a30167 + checksum: 10/f362cf3064b13459cec2ddbf1ced51c8457e981f62e61ca099e370d64478a95e6f7e4ff93928e7577d0f50d52e4d7078ca362d83f5a92d1fc55d247eaf427cdd languageName: node linkType: hard -"@material/top-app-bar@npm:15.0.0-canary.a246a4439.0": - version: 15.0.0-canary.a246a4439.0 - resolution: "@material/top-app-bar@npm:15.0.0-canary.a246a4439.0" +"@material/top-app-bar@npm:15.0.0-canary.7f224ddd4.0": + version: 15.0.0-canary.7f224ddd4.0 + resolution: "@material/top-app-bar@npm:15.0.0-canary.7f224ddd4.0" dependencies: - "@material/animation": "npm:15.0.0-canary.a246a4439.0" - "@material/base": "npm:15.0.0-canary.a246a4439.0" - "@material/elevation": "npm:15.0.0-canary.a246a4439.0" - "@material/ripple": "npm:15.0.0-canary.a246a4439.0" - "@material/rtl": "npm:15.0.0-canary.a246a4439.0" - "@material/shape": "npm:15.0.0-canary.a246a4439.0" - "@material/theme": "npm:15.0.0-canary.a246a4439.0" - "@material/typography": "npm:15.0.0-canary.a246a4439.0" + "@material/animation": "npm:15.0.0-canary.7f224ddd4.0" + "@material/base": "npm:15.0.0-canary.7f224ddd4.0" + "@material/elevation": "npm:15.0.0-canary.7f224ddd4.0" + "@material/ripple": "npm:15.0.0-canary.7f224ddd4.0" + "@material/rtl": "npm:15.0.0-canary.7f224ddd4.0" + "@material/shape": "npm:15.0.0-canary.7f224ddd4.0" + "@material/theme": "npm:15.0.0-canary.7f224ddd4.0" + "@material/typography": "npm:15.0.0-canary.7f224ddd4.0" tslib: "npm:^2.1.0" - checksum: 10/a69f9153242ba09e4d6cea415d39f52a89c5c195440e86b4d91359f6f11edaa692b2a89fde147a2a19b281ff3633e75acbefff47f37699363da450d76cfbc2d1 + checksum: 10/fc5d50d33b36791877c870fab5ed8422968c3bca4634b2f181b2763747db08fc3d83f0e52b11e50a88c9da555b35b11374b29df553828edeaa9cd67762984963 languageName: node linkType: hard -"@material/touch-target@npm:15.0.0-canary.a246a4439.0": - version: 15.0.0-canary.a246a4439.0 - resolution: "@material/touch-target@npm:15.0.0-canary.a246a4439.0" +"@material/touch-target@npm:15.0.0-canary.7f224ddd4.0": + version: 15.0.0-canary.7f224ddd4.0 + resolution: "@material/touch-target@npm:15.0.0-canary.7f224ddd4.0" dependencies: - "@material/base": "npm:15.0.0-canary.a246a4439.0" - "@material/feature-targeting": "npm:15.0.0-canary.a246a4439.0" - "@material/rtl": "npm:15.0.0-canary.a246a4439.0" - "@material/theme": "npm:15.0.0-canary.a246a4439.0" + "@material/base": "npm:15.0.0-canary.7f224ddd4.0" + "@material/feature-targeting": "npm:15.0.0-canary.7f224ddd4.0" + "@material/rtl": "npm:15.0.0-canary.7f224ddd4.0" + "@material/theme": "npm:15.0.0-canary.7f224ddd4.0" tslib: "npm:^2.1.0" - checksum: 10/30ef5c588e9f43c1b00251386e3c87a4a60575bc2248b52b7eb57c91f59040dd1e6a161ec5658b7562669f29bcd3b097d84567ab5571f8b3860583f0ae31ae31 + checksum: 10/0eabac7cf2fd8efcff0d153fda10392ab6311445188c0ec8c87a1f252f522e9bb7059721d4d65618d7d5461238434aa51eabaa05e8118d2c3056499db8544c9b languageName: node linkType: hard -"@material/typography@npm:15.0.0-canary.a246a4439.0": - version: 15.0.0-canary.a246a4439.0 - resolution: "@material/typography@npm:15.0.0-canary.a246a4439.0" +"@material/typography@npm:15.0.0-canary.7f224ddd4.0": + version: 15.0.0-canary.7f224ddd4.0 + resolution: "@material/typography@npm:15.0.0-canary.7f224ddd4.0" dependencies: - "@material/feature-targeting": "npm:15.0.0-canary.a246a4439.0" - "@material/theme": "npm:15.0.0-canary.a246a4439.0" + "@material/feature-targeting": "npm:15.0.0-canary.7f224ddd4.0" + "@material/theme": "npm:15.0.0-canary.7f224ddd4.0" tslib: "npm:^2.1.0" - checksum: 10/7d02c1b5c3454e7ea5e1078398fccf3b8cd33f512a778778bac6512bba7a9f4743f0395e400d85399be19f56dd4094d666c1e91cfbb4ca89f100384e50baa460 + checksum: 10/4b865a7a647a4dd085c15c5c5f20b6259262cf922e2ab81ddc83818bc3179400f308d6cfa7ce369cba50a93b58929c8166535826701416355c005b316e995f42 languageName: node linkType: hard @@ -5604,6 +6123,17 @@ __metadata: languageName: node linkType: hard +"@ngtools/webpack@npm:17.1.2": + version: 17.1.2 + resolution: "@ngtools/webpack@npm:17.1.2" + peerDependencies: + "@angular/compiler-cli": ^17.0.0 + typescript: ">=5.2 <5.4" + webpack: ^5.54.0 + checksum: 10/ba297aff3b9622a899ad5501a54eb646adea4c7419b05e9edb1740e3e458f01d549e34966db4bb5d94943e0fa6e6e0843dd559676cf748c17817ac5b3ccacd9e + languageName: node + linkType: hard + "@ngx-translate/core@npm:~15.0.0": version: 15.0.0 resolution: "@ngx-translate/core@npm:15.0.0" @@ -6313,7 +6843,7 @@ __metadata: typescript: "npm:~5.2.2" peerDependencies: "@ama-terasu/core": "workspace:^" - "@angular/cli": ~17.0.0 + "@angular/cli": ~17.1.0 peerDependenciesMeta: "@angular/cli": optional: true @@ -6360,17 +6890,17 @@ __metadata: resolution: "@o3r/analytics@workspace:packages/@o3r/analytics" dependencies: "@ama-sdk/core": "workspace:^" - "@angular-devkit/build-angular": "npm:~17.0.3" - "@angular-devkit/core": "npm:~17.0.3" - "@angular-devkit/schematics": "npm:~17.0.3" + "@angular-devkit/build-angular": "npm:~17.1.0" + "@angular-devkit/core": "npm:~17.1.0" + "@angular-devkit/schematics": "npm:~17.1.0" "@angular-eslint/eslint-plugin": "npm:~17.2.0" - "@angular/common": "npm:~17.0.4" - "@angular/compiler": "npm:~17.0.4" - "@angular/compiler-cli": "npm:~17.0.4" - "@angular/core": "npm:~17.0.4" - "@angular/platform-browser": "npm:~17.0.4" - "@angular/platform-browser-dynamic": "npm:~17.0.4" - "@angular/router": "npm:~17.0.4" + "@angular/common": "npm:~17.1.0" + "@angular/compiler": "npm:~17.1.0" + "@angular/compiler-cli": "npm:~17.1.0" + "@angular/core": "npm:~17.1.0" + "@angular/platform-browser": "npm:~17.1.0" + "@angular/platform-browser-dynamic": "npm:~17.1.0" + "@angular/router": "npm:~17.1.0" "@babel/core": "npm:~7.23.0" "@babel/preset-typescript": "npm:~7.23.0" "@compodoc/compodoc": "npm:^1.1.19" @@ -6383,7 +6913,7 @@ __metadata: "@o3r/core": "workspace:^" "@o3r/eslint-plugin": "workspace:^" "@o3r/test-helpers": "workspace:^" - "@schematics/angular": "npm:~17.0.3" + "@schematics/angular": "npm:~17.1.0" "@stylistic/eslint-plugin-ts": "npm:^1.5.4" "@types/jasmine": "npm:~5.1.0" "@types/jest": "npm:~29.5.2" @@ -6414,15 +6944,15 @@ __metadata: zone.js: "npm:~0.14.2" peerDependencies: "@ama-sdk/core": "workspace:^" - "@angular/common": ~17.0.2 - "@angular/core": ~17.0.2 - "@angular/platform-browser": ~17.0.2 - "@angular/platform-browser-dynamic": ~17.0.2 - "@angular/router": ~17.0.2 + "@angular/common": ~17.1.0 + "@angular/core": ~17.1.0 + "@angular/platform-browser": ~17.1.0 + "@angular/platform-browser-dynamic": ~17.1.0 + "@angular/router": ~17.1.0 "@ngrx/store": ~17.1.0 "@o3r/core": "workspace:^" "@o3r/schematics": "workspace:^" - "@schematics/angular": ~17.0.0 + "@schematics/angular": ~17.1.0 jasmine: ^5.0.0 rxjs: ^7.8.1 webpack: ~5.90.0 @@ -6443,16 +6973,16 @@ __metadata: resolution: "@o3r/apis-manager@workspace:packages/@o3r/apis-manager" dependencies: "@ama-sdk/core": "workspace:^" - "@angular-devkit/build-angular": "npm:~17.0.3" - "@angular-devkit/core": "npm:~17.0.3" - "@angular-devkit/schematics": "npm:~17.0.3" + "@angular-devkit/build-angular": "npm:~17.1.0" + "@angular-devkit/core": "npm:~17.1.0" + "@angular-devkit/schematics": "npm:~17.1.0" "@angular-eslint/eslint-plugin": "npm:~17.2.0" - "@angular/common": "npm:~17.0.4" - "@angular/compiler": "npm:~17.0.4" - "@angular/compiler-cli": "npm:~17.0.4" - "@angular/core": "npm:~17.0.4" - "@angular/platform-browser": "npm:~17.0.4" - "@angular/platform-browser-dynamic": "npm:~17.0.4" + "@angular/common": "npm:~17.1.0" + "@angular/compiler": "npm:~17.1.0" + "@angular/compiler-cli": "npm:~17.1.0" + "@angular/core": "npm:~17.1.0" + "@angular/platform-browser": "npm:~17.1.0" + "@angular/platform-browser-dynamic": "npm:~17.1.0" "@babel/core": "npm:~7.23.0" "@babel/preset-typescript": "npm:~7.23.0" "@compodoc/compodoc": "npm:^1.1.19" @@ -6464,7 +6994,7 @@ __metadata: "@o3r/eslint-plugin": "workspace:^" "@o3r/schematics": "workspace:^" "@o3r/test-helpers": "workspace:^" - "@schematics/angular": "npm:~17.0.3" + "@schematics/angular": "npm:~17.1.0" "@stylistic/eslint-plugin-ts": "npm:^1.5.4" "@types/jest": "npm:~29.5.2" "@types/node": "npm:^20.0.0" @@ -6493,11 +7023,11 @@ __metadata: zone.js: "npm:~0.14.2" peerDependencies: "@ama-sdk/core": "workspace:^" - "@angular-devkit/schematics": ~17.0.0 - "@angular/common": ~17.0.2 - "@angular/core": ~17.0.2 + "@angular-devkit/schematics": ~17.1.0 + "@angular/common": ~17.1.0 + "@angular/core": ~17.1.0 "@o3r/schematics": "workspace:^" - "@schematics/angular": ~17.0.0 + "@schematics/angular": ~17.1.0 rxjs: ^7.8.1 typescript: ~5.2.2 peerDependenciesMeta: @@ -6514,16 +7044,16 @@ __metadata: version: 0.0.0-use.local resolution: "@o3r/application@workspace:packages/@o3r/application" dependencies: - "@angular-devkit/build-angular": "npm:~17.0.3" - "@angular-devkit/core": "npm:~17.0.3" - "@angular-devkit/schematics": "npm:~17.0.3" + "@angular-devkit/build-angular": "npm:~17.1.0" + "@angular-devkit/core": "npm:~17.1.0" + "@angular-devkit/schematics": "npm:~17.1.0" "@angular-eslint/eslint-plugin": "npm:~17.2.0" - "@angular/common": "npm:~17.0.4" - "@angular/compiler": "npm:~17.0.4" - "@angular/compiler-cli": "npm:~17.0.4" - "@angular/core": "npm:~17.0.4" - "@angular/platform-browser": "npm:~17.0.4" - "@angular/platform-browser-dynamic": "npm:~17.0.4" + "@angular/common": "npm:~17.1.0" + "@angular/compiler": "npm:~17.1.0" + "@angular/compiler-cli": "npm:~17.1.0" + "@angular/core": "npm:~17.1.0" + "@angular/platform-browser": "npm:~17.1.0" + "@angular/platform-browser-dynamic": "npm:~17.1.0" "@babel/core": "npm:~7.23.0" "@babel/preset-typescript": "npm:~7.23.0" "@compodoc/compodoc": "npm:^1.1.19" @@ -6538,7 +7068,7 @@ __metadata: "@o3r/routing": "workspace:^" "@o3r/schematics": "workspace:^" "@o3r/testing": "workspace:^" - "@schematics/angular": "npm:~17.0.3" + "@schematics/angular": "npm:~17.1.0" "@stylistic/eslint-plugin-ts": "npm:^1.5.4" "@types/jest": "npm:~29.5.2" "@types/node": "npm:^20.0.0" @@ -6564,15 +7094,15 @@ __metadata: typescript: "npm:~5.2.2" zone.js: "npm:~0.14.2" peerDependencies: - "@angular-devkit/schematics": ~17.0.0 - "@angular/common": ~17.0.2 - "@angular/core": ~17.0.2 + "@angular-devkit/schematics": ~17.1.0 + "@angular/common": ~17.1.0 + "@angular/core": ~17.1.0 "@o3r/core": "workspace:^" "@o3r/logger": "workspace:^" "@o3r/routing": "workspace:^" "@o3r/schematics": "workspace:^" "@o3r/testing": "workspace:^" - "@schematics/angular": ~17.0.0 + "@schematics/angular": ~17.1.0 rxjs: ^7.8.1 typescript: ~5.2.2 peerDependenciesMeta: @@ -6589,8 +7119,8 @@ __metadata: version: 0.0.0-use.local resolution: "@o3r/artifactory-tools@workspace:packages/@o3r/artifactory-tools" dependencies: - "@angular-devkit/core": "npm:~17.0.3" - "@angular-devkit/schematics": "npm:~17.0.3" + "@angular-devkit/core": "npm:~17.1.0" + "@angular-devkit/schematics": "npm:~17.1.0" "@angular-eslint/eslint-plugin": "npm:~17.2.0" "@babel/core": "npm:~7.23.0" "@babel/preset-typescript": "npm:~7.23.0" @@ -6635,8 +7165,8 @@ __metadata: version: 0.0.0-use.local resolution: "@o3r/azure-tools@workspace:packages/@o3r/azure-tools" dependencies: - "@angular-devkit/core": "npm:~17.0.3" - "@angular-devkit/schematics": "npm:~17.0.3" + "@angular-devkit/core": "npm:~17.1.0" + "@angular-devkit/schematics": "npm:~17.1.0" "@angular-eslint/eslint-plugin": "npm:~17.2.0" "@babel/core": "npm:~7.23.0" "@babel/preset-typescript": "npm:~7.23.0" @@ -6715,22 +7245,22 @@ __metadata: version: 0.0.0-use.local resolution: "@o3r/chrome-devtools@workspace:apps/chrome-devtools" dependencies: - "@angular-devkit/build-angular": "npm:~17.0.3" + "@angular-devkit/build-angular": "npm:~17.1.0" "@angular-eslint/builder": "npm:~17.2.0" "@angular-eslint/eslint-plugin": "npm:~17.2.0" "@angular-eslint/eslint-plugin-template": "npm:~17.2.0" "@angular-eslint/template-parser": "npm:~17.2.0" - "@angular/animations": "npm:~17.0.4" - "@angular/cli": "npm:~17.0.3" - "@angular/common": "npm:~17.0.4" - "@angular/compiler": "npm:~17.0.4" - "@angular/compiler-cli": "npm:~17.0.4" - "@angular/core": "npm:~17.0.4" - "@angular/forms": "npm:~17.0.4" - "@angular/localize": "npm:~17.0.4" - "@angular/platform-browser": "npm:~17.0.4" - "@angular/platform-browser-dynamic": "npm:~17.0.4" - "@angular/router": "npm:~17.0.4" + "@angular/animations": "npm:~17.1.0" + "@angular/cli": "npm:~17.1.0" + "@angular/common": "npm:~17.1.0" + "@angular/compiler": "npm:~17.1.0" + "@angular/compiler-cli": "npm:~17.1.0" + "@angular/core": "npm:~17.1.0" + "@angular/forms": "npm:~17.1.0" + "@angular/localize": "npm:~17.1.0" + "@angular/platform-browser": "npm:~17.1.0" + "@angular/platform-browser-dynamic": "npm:~17.1.0" + "@angular/router": "npm:~17.1.0" "@design-factory/design-factory": "npm:^15.2.2" "@ng-bootstrap/ng-bootstrap": "npm:^16.0.0" "@ng-select/ng-select": "npm:~12.0.0" @@ -6790,19 +7320,19 @@ __metadata: version: 0.0.0-use.local resolution: "@o3r/components@workspace:packages/@o3r/components" dependencies: - "@angular-devkit/architect": "npm:~0.1700.3" - "@angular-devkit/build-angular": "npm:~17.0.3" - "@angular-devkit/core": "npm:~17.0.3" - "@angular-devkit/schematics": "npm:~17.0.3" + "@angular-devkit/architect": "npm:~0.1701.0" + "@angular-devkit/build-angular": "npm:~17.1.0" + "@angular-devkit/core": "npm:~17.1.0" + "@angular-devkit/schematics": "npm:~17.1.0" "@angular-eslint/eslint-plugin": "npm:~17.2.0" - "@angular/cdk": "npm:~17.0.1" - "@angular/common": "npm:~17.0.4" - "@angular/compiler": "npm:~17.0.4" - "@angular/compiler-cli": "npm:~17.0.4" - "@angular/core": "npm:~17.0.4" - "@angular/forms": "npm:~17.0.4" - "@angular/platform-browser": "npm:~17.0.4" - "@angular/platform-browser-dynamic": "npm:~17.0.4" + "@angular/cdk": "npm:~17.1.0" + "@angular/common": "npm:~17.1.0" + "@angular/compiler": "npm:~17.1.0" + "@angular/compiler-cli": "npm:~17.1.0" + "@angular/core": "npm:~17.1.0" + "@angular/forms": "npm:~17.1.0" + "@angular/platform-browser": "npm:~17.1.0" + "@angular/platform-browser-dynamic": "npm:~17.1.0" "@babel/core": "npm:~7.23.0" "@babel/preset-typescript": "npm:~7.23.0" "@compodoc/compodoc": "npm:^1.1.19" @@ -6823,7 +7353,7 @@ __metadata: "@o3r/schematics": "workspace:^" "@o3r/test-helpers": "workspace:^" "@o3r/testing": "workspace:^" - "@schematics/angular": "npm:~17.0.3" + "@schematics/angular": "npm:~17.1.0" "@stylistic/eslint-plugin-ts": "npm:^1.5.4" "@types/jest": "npm:~29.5.2" "@types/node": "npm:^20.0.0" @@ -6855,14 +7385,14 @@ __metadata: unionfs: "npm:~4.5.1" zone.js: "npm:~0.14.2" peerDependencies: - "@angular-devkit/architect": ~0.1700.0 - "@angular-devkit/schematics": ~17.0.0 - "@angular/cdk": ~17.0.0 - "@angular/common": ~17.0.0 - "@angular/core": ~17.0.0 - "@angular/forms": ~17.0.0 - "@angular/platform-browser": ~17.0.0 - "@angular/platform-browser-dynamic": ~17.0.0 + "@angular-devkit/architect": ~0.1701.0 + "@angular-devkit/schematics": ~17.1.0 + "@angular/cdk": ~17.1.0 + "@angular/common": ~17.1.0 + "@angular/core": ~17.1.0 + "@angular/forms": ~17.1.0 + "@angular/platform-browser": ~17.1.0 + "@angular/platform-browser-dynamic": ~17.1.0 "@ngrx/effects": ~17.1.0 "@ngrx/entity": ~17.1.0 "@ngrx/store": ~17.1.0 @@ -6875,7 +7405,7 @@ __metadata: "@o3r/rules-engine": "workspace:^" "@o3r/schematics": "workspace:^" "@o3r/testing": "workspace:^" - "@schematics/angular": ~17.0.0 + "@schematics/angular": ~17.1.0 chokidar: ^3.5.2 globby: ^11.1.0 jsonpath-plus: ^8.0.0 @@ -6915,16 +7445,16 @@ __metadata: version: 0.0.0-use.local resolution: "@o3r/configuration@workspace:packages/@o3r/configuration" dependencies: - "@angular-devkit/build-angular": "npm:~17.0.3" - "@angular-devkit/core": "npm:~17.0.3" - "@angular-devkit/schematics": "npm:~17.0.3" + "@angular-devkit/build-angular": "npm:~17.1.0" + "@angular-devkit/core": "npm:~17.1.0" + "@angular-devkit/schematics": "npm:~17.1.0" "@angular-eslint/eslint-plugin": "npm:~17.2.0" - "@angular/common": "npm:~17.0.4" - "@angular/compiler": "npm:~17.0.4" - "@angular/compiler-cli": "npm:~17.0.4" - "@angular/core": "npm:~17.0.4" - "@angular/platform-browser": "npm:~17.0.4" - "@angular/platform-browser-dynamic": "npm:~17.0.4" + "@angular/common": "npm:~17.1.0" + "@angular/compiler": "npm:~17.1.0" + "@angular/compiler-cli": "npm:~17.1.0" + "@angular/core": "npm:~17.1.0" + "@angular/platform-browser": "npm:~17.1.0" + "@angular/platform-browser-dynamic": "npm:~17.1.0" "@babel/core": "npm:~7.23.0" "@babel/preset-typescript": "npm:~7.23.0" "@compodoc/compodoc": "npm:^1.1.19" @@ -6941,7 +7471,7 @@ __metadata: "@o3r/schematics": "workspace:^" "@o3r/test-helpers": "workspace:^" "@o3r/testing": "workspace:^" - "@schematics/angular": "npm:~17.0.3" + "@schematics/angular": "npm:~17.1.0" "@stylistic/eslint-plugin-ts": "npm:^1.5.4" "@types/jasmine": "npm:~5.1.0" "@types/jest": "npm:~29.5.2" @@ -6971,15 +7501,15 @@ __metadata: typescript: "npm:~5.2.2" zone.js: "npm:~0.14.2" peerDependencies: - "@angular/core": ~17.0.2 - "@angular/platform-browser-dynamic": ~17.0.2 + "@angular/core": ~17.1.0 + "@angular/platform-browser-dynamic": ~17.1.0 "@ngrx/entity": ~17.1.0 "@ngrx/store": ~17.1.0 "@o3r/core": "workspace:^" "@o3r/logger": "workspace:^" "@o3r/schematics": "workspace:^" "@o3r/testing": "workspace:^" - "@schematics/angular": ~17.0.0 + "@schematics/angular": ~17.1.0 cheerio: ^1.0.0-rc.10 express-interceptor: ^1.2.0 jasmine: ^5.0.0 @@ -7005,20 +7535,20 @@ __metadata: version: 0.0.0-use.local resolution: "@o3r/core@workspace:packages/@o3r/core" dependencies: - "@angular-devkit/architect": "npm:~0.1700.3" - "@angular-devkit/build-angular": "npm:~17.0.3" - "@angular-devkit/core": "npm:~17.0.3" - "@angular-devkit/schematics": "npm:~17.0.3" + "@angular-devkit/architect": "npm:~0.1701.0" + "@angular-devkit/build-angular": "npm:~17.1.0" + "@angular-devkit/core": "npm:~17.1.0" + "@angular-devkit/schematics": "npm:~17.1.0" "@angular-eslint/eslint-plugin": "npm:~17.2.0" - "@angular/cli": "npm:~17.0.3" - "@angular/common": "npm:~17.0.4" - "@angular/compiler": "npm:~17.0.4" - "@angular/compiler-cli": "npm:~17.0.4" - "@angular/core": "npm:~17.0.4" - "@angular/forms": "npm:~17.0.4" - "@angular/platform-browser": "npm:~17.0.4" - "@angular/platform-browser-dynamic": "npm:~17.0.4" - "@angular/router": "npm:~17.0.4" + "@angular/cli": "npm:~17.1.0" + "@angular/common": "npm:~17.1.0" + "@angular/compiler": "npm:~17.1.0" + "@angular/compiler-cli": "npm:~17.1.0" + "@angular/core": "npm:~17.1.0" + "@angular/forms": "npm:~17.1.0" + "@angular/platform-browser": "npm:~17.1.0" + "@angular/platform-browser-dynamic": "npm:~17.1.0" + "@angular/router": "npm:~17.1.0" "@babel/core": "npm:~7.23.0" "@babel/preset-typescript": "npm:~7.23.0" "@compodoc/compodoc": "npm:^1.1.19" @@ -7033,7 +7563,7 @@ __metadata: "@o3r/schematics": "workspace:^" "@o3r/telemetry": "workspace:^" "@o3r/test-helpers": "workspace:^" - "@schematics/angular": "npm:~17.0.3" + "@schematics/angular": "npm:~17.1.0" "@stylistic/eslint-plugin-ts": "npm:^1.5.4" "@types/jest": "npm:~29.5.2" "@types/minimist": "npm:^1.2.2" @@ -7072,22 +7602,22 @@ __metadata: uuid: "npm:^9.0.0" zone.js: "npm:~0.14.2" peerDependencies: - "@angular-devkit/architect": ~0.1700.0 - "@angular-devkit/core": ~17.0.0 - "@angular-devkit/schematics": ~17.0.0 - "@angular/cli": ~17.0.0 - "@angular/common": ~17.0.2 - "@angular/compiler-cli": ~17.0.2 - "@angular/core": ~17.0.2 - "@angular/forms": ~17.0.2 - "@angular/platform-browser-dynamic": ~17.0.2 - "@angular/router": ~17.0.2 + "@angular-devkit/architect": ~0.1701.0 + "@angular-devkit/core": ~17.1.0 + "@angular-devkit/schematics": ~17.1.0 + "@angular/cli": ~17.1.0 + "@angular/common": ~17.1.0 + "@angular/compiler-cli": ~17.1.0 + "@angular/core": ~17.1.0 + "@angular/forms": ~17.1.0 + "@angular/platform-browser-dynamic": ~17.1.0 + "@angular/router": ~17.1.0 "@ngrx/entity": ~17.1.0 "@ngrx/store": ~17.1.0 "@nrwl/devkit": ~17.3.0 "@nx/angular": ~17.3.0 "@o3r/telemetry": "workspace:^" - "@schematics/angular": ~17.0.0 + "@schematics/angular": ~17.1.0 chokidar: ^3.5.2 globby: ^11.1.0 rxjs: ^7.8.1 @@ -7119,12 +7649,12 @@ __metadata: version: 0.0.0-use.local resolution: "@o3r/create@workspace:packages/@o3r/create" dependencies: - "@angular-devkit/architect": "npm:~0.1700.3" - "@angular-devkit/core": "npm:~17.0.3" - "@angular-devkit/schematics": "npm:~17.0.3" + "@angular-devkit/architect": "npm:~0.1701.0" + "@angular-devkit/core": "npm:~17.1.0" + "@angular-devkit/schematics": "npm:~17.1.0" "@angular-eslint/eslint-plugin": "npm:~17.2.0" "@angular-eslint/eslint-plugin-template": "npm:~17.2.0" - "@angular/cli": "npm:~17.0.3" + "@angular/cli": "npm:~17.1.0" "@nx/eslint": "npm:~17.3.0" "@nx/eslint-plugin": "npm:~17.3.0" "@nx/jest": "npm:~17.3.0" @@ -7133,7 +7663,7 @@ __metadata: "@o3r/eslint-config-otter": "workspace:^" "@o3r/eslint-plugin": "workspace:^" "@o3r/test-helpers": "workspace:^" - "@schematics/angular": "npm:~17.0.3" + "@schematics/angular": "npm:~17.1.0" "@stylistic/eslint-plugin-ts": "npm:^1.5.4" "@types/jest": "npm:~29.5.2" "@types/minimist": "npm:^1.2.2" @@ -7167,18 +7697,18 @@ __metadata: version: 0.0.0-use.local resolution: "@o3r/design@workspace:packages/@o3r/design" dependencies: - "@angular-devkit/architect": "npm:~0.1700.3" - "@angular-devkit/build-angular": "npm:~17.0.3" - "@angular-devkit/core": "npm:~17.0.3" - "@angular-devkit/schematics": "npm:~17.0.3" + "@angular-devkit/architect": "npm:~0.1701.0" + "@angular-devkit/build-angular": "npm:~17.1.0" + "@angular-devkit/core": "npm:~17.1.0" + "@angular-devkit/schematics": "npm:~17.1.0" "@angular-eslint/eslint-plugin": "npm:~17.2.0" - "@angular/cli": "npm:~17.0.3" - "@angular/common": "npm:~17.0.4" - "@angular/compiler": "npm:~17.0.4" - "@angular/compiler-cli": "npm:~17.0.4" - "@angular/core": "npm:~17.0.4" - "@angular/platform-browser": "npm:~17.0.4" - "@angular/platform-browser-dynamic": "npm:~17.0.4" + "@angular/cli": "npm:~17.1.0" + "@angular/common": "npm:~17.1.0" + "@angular/compiler": "npm:~17.1.0" + "@angular/compiler-cli": "npm:~17.1.0" + "@angular/core": "npm:~17.1.0" + "@angular/platform-browser": "npm:~17.1.0" + "@angular/platform-browser-dynamic": "npm:~17.1.0" "@babel/core": "npm:~7.23.0" "@babel/preset-typescript": "npm:~7.23.0" "@compodoc/compodoc": "npm:^1.1.19" @@ -7192,7 +7722,7 @@ __metadata: "@o3r/schematics": "workspace:^" "@o3r/styling": "workspace:^" "@o3r/test-helpers": "workspace:^" - "@schematics/angular": "npm:~17.0.3" + "@schematics/angular": "npm:~17.1.0" "@stylistic/eslint-plugin-ts": "npm:^1.5.4" "@types/jest": "npm:~29.5.2" "@types/minimist": "npm:^1.2.2" @@ -7254,8 +7784,8 @@ __metadata: version: 0.0.0-use.local resolution: "@o3r/dev-tools@workspace:packages/@o3r/dev-tools" dependencies: - "@angular-devkit/core": "npm:~17.0.3" - "@angular-devkit/schematics": "npm:~17.0.3" + "@angular-devkit/core": "npm:~17.1.0" + "@angular-devkit/schematics": "npm:~17.1.0" "@angular-eslint/eslint-plugin": "npm:~17.2.0" "@babel/core": "npm:~7.23.0" "@babel/preset-typescript": "npm:~7.23.0" @@ -7327,17 +7857,17 @@ __metadata: version: 0.0.0-use.local resolution: "@o3r/dynamic-content@workspace:packages/@o3r/dynamic-content" dependencies: - "@angular-devkit/architect": "npm:~0.1700.3" - "@angular-devkit/build-angular": "npm:~17.0.3" - "@angular-devkit/core": "npm:~17.0.3" - "@angular-devkit/schematics": "npm:~17.0.3" + "@angular-devkit/architect": "npm:~0.1701.0" + "@angular-devkit/build-angular": "npm:~17.1.0" + "@angular-devkit/core": "npm:~17.1.0" + "@angular-devkit/schematics": "npm:~17.1.0" "@angular-eslint/eslint-plugin": "npm:~17.2.0" - "@angular/common": "npm:~17.0.4" - "@angular/compiler": "npm:~17.0.4" - "@angular/compiler-cli": "npm:~17.0.4" - "@angular/core": "npm:~17.0.4" - "@angular/platform-browser": "npm:~17.0.4" - "@angular/platform-browser-dynamic": "npm:~17.0.4" + "@angular/common": "npm:~17.1.0" + "@angular/compiler": "npm:~17.1.0" + "@angular/compiler-cli": "npm:~17.1.0" + "@angular/core": "npm:~17.1.0" + "@angular/platform-browser": "npm:~17.1.0" + "@angular/platform-browser-dynamic": "npm:~17.1.0" "@babel/core": "npm:~7.23.0" "@babel/preset-typescript": "npm:~7.23.0" "@compodoc/compodoc": "npm:^1.1.19" @@ -7378,10 +7908,10 @@ __metadata: typescript: "npm:~5.2.2" zone.js: "npm:~0.14.2" peerDependencies: - "@angular-devkit/architect": ~0.1700.0 - "@angular/compiler-cli": ~17.0.2 - "@angular/core": ~17.0.2 - "@angular/platform-browser-dynamic": ~17.0.2 + "@angular-devkit/architect": ~0.1701.0 + "@angular/compiler-cli": ~17.1.0 + "@angular/core": ~17.1.0 + "@angular/platform-browser-dynamic": ~17.1.0 "@ngrx/store": ~17.1.0 "@o3r/core": "workspace:^" "@o3r/schematics": "workspace:^" @@ -7405,17 +7935,17 @@ __metadata: version: 0.0.0-use.local resolution: "@o3r/eslint-config-otter@workspace:packages/@o3r/eslint-config-otter" dependencies: - "@angular-devkit/core": "npm:~17.0.3" - "@angular-devkit/schematics": "npm:~17.0.3" + "@angular-devkit/core": "npm:~17.1.0" + "@angular-devkit/schematics": "npm:~17.1.0" "@angular-eslint/eslint-plugin": "npm:~17.2.0" "@angular-eslint/eslint-plugin-template": "npm:~17.2.0" "@angular-eslint/template-parser": "npm:~17.2.0" - "@angular/compiler": "npm:~17.0.4" + "@angular/compiler": "npm:~17.1.0" "@nx/eslint-plugin": "npm:~17.3.0" "@o3r/build-helpers": "workspace:^" "@o3r/eslint-plugin": "workspace:^" "@o3r/schematics": "workspace:^" - "@schematics/angular": "npm:~17.0.3" + "@schematics/angular": "npm:~17.1.0" "@stylistic/eslint-plugin-ts": "npm:^1.5.4" "@types/node": "npm:^20.0.0" "@typescript-eslint/eslint-plugin": "npm:^6.19.0" @@ -7432,15 +7962,15 @@ __metadata: nx: "npm:~17.3.0" typescript: "npm:~5.2.2" peerDependencies: - "@angular-devkit/schematics": ~17.0.0 + "@angular-devkit/schematics": ~17.1.0 "@angular-eslint/builder": ~17.2.0 "@angular-eslint/eslint-plugin": ~17.2.0 "@angular-eslint/eslint-plugin-template": ~17.2.0 "@angular-eslint/template-parser": ~17.2.0 - "@angular/compiler": ~17.0.2 + "@angular/compiler": ~17.1.0 "@o3r/eslint-plugin": "workspace:^" "@o3r/schematics": "workspace:^" - "@schematics/angular": ~17.0.0 + "@schematics/angular": ~17.1.0 "@stylistic/eslint-plugin-ts": ^1.5.4 "@typescript-eslint/eslint-plugin": ^6.19.0 "@typescript-eslint/parser": ^6.11.0 @@ -7480,12 +8010,12 @@ __metadata: version: 0.0.0-use.local resolution: "@o3r/eslint-plugin@workspace:packages/@o3r/eslint-plugin" dependencies: - "@angular-devkit/core": "npm:~17.0.3" - "@angular-devkit/schematics": "npm:~17.0.3" + "@angular-devkit/core": "npm:~17.1.0" + "@angular-devkit/schematics": "npm:~17.1.0" "@angular-eslint/eslint-plugin": "npm:~17.2.0" "@angular-eslint/template-parser": "npm:~17.2.0" "@angular-eslint/utils": "npm:~17.2.0" - "@angular/compiler": "npm:~17.0.4" + "@angular/compiler": "npm:~17.1.0" "@babel/core": "npm:~7.23.0" "@babel/preset-typescript": "npm:~7.23.0" "@compodoc/compodoc": "npm:^1.1.19" @@ -7521,7 +8051,7 @@ __metadata: peerDependencies: "@angular-eslint/template-parser": ~17.2.0 "@angular-eslint/utils": ~17.2.0 - "@angular/compiler": ~17.0.2 + "@angular/compiler": ~17.1.0 "@stylistic/eslint-plugin-ts": ^1.5.4 "@typescript-eslint/eslint-plugin": ^6.11.0 "@typescript-eslint/parser": ^6.11.0 @@ -7542,17 +8072,17 @@ __metadata: version: 0.0.0-use.local resolution: "@o3r/extractors@workspace:packages/@o3r/extractors" dependencies: - "@angular-devkit/architect": "npm:~0.1700.3" - "@angular-devkit/build-angular": "npm:~17.0.3" - "@angular-devkit/core": "npm:~17.0.3" - "@angular-devkit/schematics": "npm:~17.0.3" + "@angular-devkit/architect": "npm:~0.1701.0" + "@angular-devkit/build-angular": "npm:~17.1.0" + "@angular-devkit/core": "npm:~17.1.0" + "@angular-devkit/schematics": "npm:~17.1.0" "@angular-eslint/eslint-plugin": "npm:~17.2.0" - "@angular/common": "npm:~17.0.4" - "@angular/compiler": "npm:~17.0.4" - "@angular/compiler-cli": "npm:~17.0.4" - "@angular/core": "npm:~17.0.4" - "@angular/platform-browser": "npm:~17.0.4" - "@angular/platform-browser-dynamic": "npm:~17.0.4" + "@angular/common": "npm:~17.1.0" + "@angular/compiler": "npm:~17.1.0" + "@angular/compiler-cli": "npm:~17.1.0" + "@angular/core": "npm:~17.1.0" + "@angular/platform-browser": "npm:~17.1.0" + "@angular/platform-browser-dynamic": "npm:~17.1.0" "@babel/core": "npm:~7.23.0" "@babel/preset-typescript": "npm:~7.23.0" "@compodoc/compodoc": "npm:^1.1.19" @@ -7601,7 +8131,7 @@ __metadata: typescript-json-schema: "npm:~0.62.0" zone.js: "npm:~0.14.2" peerDependencies: - "@angular-devkit/core": ~17.0.0 + "@angular-devkit/core": ~17.1.0 "@o3r/core": "workspace:^" "@o3r/schematics": "workspace:^" "@o3r/telemetry": "workspace:^" @@ -7619,17 +8149,17 @@ __metadata: resolution: "@o3r/forms@workspace:packages/@o3r/forms" dependencies: "@ama-sdk/core": "workspace:^" - "@angular-devkit/build-angular": "npm:~17.0.3" - "@angular-devkit/core": "npm:~17.0.3" - "@angular-devkit/schematics": "npm:~17.0.3" + "@angular-devkit/build-angular": "npm:~17.1.0" + "@angular-devkit/core": "npm:~17.1.0" + "@angular-devkit/schematics": "npm:~17.1.0" "@angular-eslint/eslint-plugin": "npm:~17.2.0" - "@angular/common": "npm:~17.0.4" - "@angular/compiler": "npm:~17.0.4" - "@angular/compiler-cli": "npm:~17.0.4" - "@angular/core": "npm:~17.0.4" - "@angular/forms": "npm:~17.0.4" - "@angular/platform-browser": "npm:~17.0.4" - "@angular/platform-browser-dynamic": "npm:~17.0.4" + "@angular/common": "npm:~17.1.0" + "@angular/compiler": "npm:~17.1.0" + "@angular/compiler-cli": "npm:~17.1.0" + "@angular/core": "npm:~17.1.0" + "@angular/forms": "npm:~17.1.0" + "@angular/platform-browser": "npm:~17.1.0" + "@angular/platform-browser-dynamic": "npm:~17.1.0" "@babel/core": "npm:~7.23.0" "@babel/preset-typescript": "npm:~7.23.0" "@compodoc/compodoc": "npm:^1.1.19" @@ -7670,9 +8200,9 @@ __metadata: zone.js: "npm:~0.14.2" peerDependencies: "@ama-sdk/core": "workspace:^" - "@angular/common": ~17.0.2 - "@angular/core": ~17.0.2 - "@angular/forms": ~17.0.2 + "@angular/common": ~17.1.0 + "@angular/core": ~17.1.0 + "@angular/forms": ~17.1.0 "@ngrx/entity": ~17.1.0 "@ngrx/store": ~17.1.0 "@o3r/core": "workspace:^" @@ -7691,25 +8221,25 @@ __metadata: "@actions/core": "npm:^1.10.0" "@actions/exec": "npm:^1.1.1" "@actions/github": "npm:^6.0.0" - "@angular-devkit/architect": "npm:~0.1700.3" - "@angular-devkit/build-angular": "npm:~17.0.3" - "@angular-devkit/core": "npm:~17.0.3" - "@angular-devkit/schematics": "npm:~17.0.3" + "@angular-devkit/architect": "npm:~0.1701.0" + "@angular-devkit/build-angular": "npm:~17.1.0" + "@angular-devkit/core": "npm:~17.1.0" + "@angular-devkit/schematics": "npm:~17.1.0" "@angular-eslint/eslint-plugin": "npm:~17.2.0" "@angular-eslint/eslint-plugin-template": "npm:~17.2.0" "@angular-eslint/template-parser": "npm:~17.2.0" - "@angular/animations": "npm:~17.0.4" - "@angular/cdk": "npm:~17.0.1" - "@angular/cli": "npm:~17.0.3" - "@angular/common": "npm:~17.0.4" - "@angular/compiler": "npm:~17.0.4" - "@angular/compiler-cli": "npm:~17.0.4" - "@angular/core": "npm:~17.0.4" - "@angular/forms": "npm:~17.0.4" - "@angular/localize": "npm:~17.0.4" - "@angular/platform-browser": "npm:~17.0.4" - "@angular/platform-browser-dynamic": "npm:~17.0.4" - "@angular/router": "npm:~17.0.4" + "@angular/animations": "npm:~17.1.0" + "@angular/cdk": "npm:~17.1.0" + "@angular/cli": "npm:~17.1.0" + "@angular/common": "npm:~17.1.0" + "@angular/compiler": "npm:~17.1.0" + "@angular/compiler-cli": "npm:~17.1.0" + "@angular/core": "npm:~17.1.0" + "@angular/forms": "npm:~17.1.0" + "@angular/localize": "npm:~17.1.0" + "@angular/platform-browser": "npm:~17.1.0" + "@angular/platform-browser-dynamic": "npm:~17.1.0" + "@angular/router": "npm:~17.1.0" "@babel/core": "npm:~7.23.0" "@babel/preset-typescript": "npm:~7.23.0" "@commitlint/cli": "npm:^18.0.0" @@ -7737,7 +8267,7 @@ __metadata: "@o3r/workspace": "workspace:^" "@playwright/test": "npm:~1.41.0" "@popperjs/core": "npm:^2.11.5" - "@schematics/angular": "npm:~17.0.3" + "@schematics/angular": "npm:~17.1.0" "@stylistic/eslint-plugin-ts": "npm:^1.5.4" "@swc-node/register": "npm:^1.6.7" "@swc/core": "npm:^1.3.85" @@ -7775,7 +8305,7 @@ __metadata: jsonpath-plus: "npm:^8.0.0" lint-staged: "npm:^15.0.0" minimist: "npm:^1.2.6" - ng-packagr: "npm:~17.0.0" + ng-packagr: "npm:~17.1.0" ngx-highlightjs: "npm:^10.0.0" npm-run-all2: "npm:^6.0.0" nx: "npm:~17.3.0" @@ -7823,17 +8353,17 @@ __metadata: resolution: "@o3r/github-cascading-app@workspace:apps/github-cascading-app" dependencies: "@actions/github": "npm:^6.0.0" - "@angular-devkit/build-angular": "npm:~17.0.3" - "@angular-devkit/core": "npm:~17.0.3" + "@angular-devkit/build-angular": "npm:~17.1.0" + "@angular-devkit/core": "npm:~17.1.0" "@angular-eslint/builder": "npm:~17.2.0" "@angular-eslint/eslint-plugin": "npm:~17.2.0" "@angular-eslint/eslint-plugin-template": "npm:~17.2.0" - "@angular/common": "npm:~17.0.4" - "@angular/compiler": "npm:~17.0.4" - "@angular/compiler-cli": "npm:~17.0.4" - "@angular/core": "npm:~17.0.4" - "@angular/platform-browser": "npm:~17.0.4" - "@angular/platform-browser-dynamic": "npm:~17.0.4" + "@angular/common": "npm:~17.1.0" + "@angular/compiler": "npm:~17.1.0" + "@angular/compiler-cli": "npm:~17.1.0" + "@angular/core": "npm:~17.1.0" + "@angular/platform-browser": "npm:~17.1.0" + "@angular/platform-browser-dynamic": "npm:~17.1.0" "@azure/functions": "npm:^4.1.0" "@nx/eslint": "npm:~17.3.0" "@nx/eslint-plugin": "npm:~17.3.0" @@ -7878,19 +8408,19 @@ __metadata: version: 0.0.0-use.local resolution: "@o3r/localization@workspace:packages/@o3r/localization" dependencies: - "@angular-devkit/architect": "npm:~0.1700.3" - "@angular-devkit/build-angular": "npm:~17.0.3" - "@angular-devkit/core": "npm:~17.0.3" - "@angular-devkit/schematics": "npm:~17.0.3" + "@angular-devkit/architect": "npm:~0.1701.0" + "@angular-devkit/build-angular": "npm:~17.1.0" + "@angular-devkit/core": "npm:~17.1.0" + "@angular-devkit/schematics": "npm:~17.1.0" "@angular-eslint/eslint-plugin": "npm:~17.2.0" - "@angular/cdk": "npm:~17.0.1" - "@angular/cli": "npm:~17.0.3" - "@angular/common": "npm:~17.0.4" - "@angular/compiler": "npm:~17.0.4" - "@angular/compiler-cli": "npm:~17.0.4" - "@angular/core": "npm:~17.0.4" - "@angular/platform-browser": "npm:~17.0.4" - "@angular/platform-browser-dynamic": "npm:~17.0.4" + "@angular/cdk": "npm:~17.1.0" + "@angular/cli": "npm:~17.1.0" + "@angular/common": "npm:~17.1.0" + "@angular/compiler": "npm:~17.1.0" + "@angular/compiler-cli": "npm:~17.1.0" + "@angular/core": "npm:~17.1.0" + "@angular/platform-browser": "npm:~17.1.0" + "@angular/platform-browser-dynamic": "npm:~17.1.0" "@babel/core": "npm:~7.23.0" "@babel/preset-typescript": "npm:~7.23.0" "@compodoc/compodoc": "npm:^1.1.19" @@ -7909,7 +8439,7 @@ __metadata: "@o3r/logger": "workspace:^" "@o3r/schematics": "workspace:^" "@o3r/test-helpers": "workspace:^" - "@schematics/angular": "npm:~17.0.3" + "@schematics/angular": "npm:~17.1.0" "@stylistic/eslint-plugin-ts": "npm:^1.5.4" "@types/jest": "npm:~29.5.2" "@types/node": "npm:^20.0.0" @@ -7943,14 +8473,14 @@ __metadata: unionfs: "npm:~4.5.1" zone.js: "npm:~0.14.2" peerDependencies: - "@angular-devkit/architect": ~0.1700.0 - "@angular-devkit/core": ~17.0.0 - "@angular-devkit/schematics": ~17.0.0 - "@angular/cdk": ~17.0.0 - "@angular/cli": ~17.0.0 - "@angular/common": ~17.0.2 - "@angular/core": ~17.0.2 - "@angular/platform-browser-dynamic": ~17.0.2 + "@angular-devkit/architect": ~0.1701.0 + "@angular-devkit/core": ~17.1.0 + "@angular-devkit/schematics": ~17.1.0 + "@angular/cdk": ~17.1.0 + "@angular/cli": ~17.1.0 + "@angular/common": ~17.1.0 + "@angular/core": ~17.1.0 + "@angular/platform-browser-dynamic": ~17.1.0 "@formatjs/intl-numberformat": ^8.0.2 "@ngrx/store": ~17.1.0 "@ngx-translate/core": ~15.0.0 @@ -7959,7 +8489,7 @@ __metadata: "@o3r/extractors": "workspace:^" "@o3r/logger": "workspace:^" "@o3r/schematics": "workspace:^" - "@schematics/angular": ~17.0.0 + "@schematics/angular": ~17.1.0 chokidar: ^3.5.2 intl-messageformat: ~10.5.0 rxjs: ^7.8.1 @@ -7988,16 +8518,16 @@ __metadata: version: 0.0.0-use.local resolution: "@o3r/logger@workspace:packages/@o3r/logger" dependencies: - "@angular-devkit/build-angular": "npm:~17.0.3" - "@angular-devkit/core": "npm:~17.0.3" - "@angular-devkit/schematics": "npm:~17.0.3" + "@angular-devkit/build-angular": "npm:~17.1.0" + "@angular-devkit/core": "npm:~17.1.0" + "@angular-devkit/schematics": "npm:~17.1.0" "@angular-eslint/eslint-plugin": "npm:~17.2.0" - "@angular/common": "npm:~17.0.4" - "@angular/compiler": "npm:~17.0.4" - "@angular/compiler-cli": "npm:~17.0.4" - "@angular/core": "npm:~17.0.4" - "@angular/platform-browser": "npm:~17.0.4" - "@angular/platform-browser-dynamic": "npm:~17.0.4" + "@angular/common": "npm:~17.1.0" + "@angular/compiler": "npm:~17.1.0" + "@angular/compiler-cli": "npm:~17.1.0" + "@angular/core": "npm:~17.1.0" + "@angular/platform-browser": "npm:~17.1.0" + "@angular/platform-browser-dynamic": "npm:~17.1.0" "@babel/core": "npm:~7.23.0" "@babel/preset-typescript": "npm:~7.23.0" "@compodoc/compodoc": "npm:^1.1.19" @@ -8031,7 +8561,7 @@ __metadata: jsonc-eslint-parser: "npm:~2.4.0" logrocket: "npm:~8.0.0" logrocket-ngrx: "npm:~0.2.1" - ng-packagr: "npm:~17.0.0" + ng-packagr: "npm:~17.1.0" nx: "npm:~17.3.0" rxjs: "npm:^7.8.1" smartlook-client: "npm:^8.0.0" @@ -8041,8 +8571,8 @@ __metadata: typescript: "npm:~5.2.2" zone.js: "npm:~0.14.2" peerDependencies: - "@angular/core": ~17.0.2 - "@angular/platform-browser-dynamic": ~17.0.2 + "@angular/core": ~17.1.0 + "@angular/platform-browser-dynamic": ~17.1.0 "@fullstory/browser": ^2.0.0 "@ngrx/store": ~17.1.0 "@o3r/core": "workspace:^" @@ -8069,17 +8599,17 @@ __metadata: version: 0.0.0-use.local resolution: "@o3r/mobile@workspace:packages/@o3r/mobile" dependencies: - "@angular-devkit/build-angular": "npm:~17.0.3" - "@angular-devkit/core": "npm:~17.0.3" - "@angular-devkit/schematics": "npm:~17.0.3" + "@angular-devkit/build-angular": "npm:~17.1.0" + "@angular-devkit/core": "npm:~17.1.0" + "@angular-devkit/schematics": "npm:~17.1.0" "@angular-eslint/eslint-plugin": "npm:~17.2.0" - "@angular/cli": "npm:~17.0.3" - "@angular/common": "npm:~17.0.4" - "@angular/compiler": "npm:~17.0.4" - "@angular/compiler-cli": "npm:~17.0.4" - "@angular/core": "npm:~17.0.4" - "@angular/platform-browser": "npm:~17.0.4" - "@angular/platform-browser-dynamic": "npm:~17.0.4" + "@angular/cli": "npm:~17.1.0" + "@angular/common": "npm:~17.1.0" + "@angular/compiler": "npm:~17.1.0" + "@angular/compiler-cli": "npm:~17.1.0" + "@angular/core": "npm:~17.1.0" + "@angular/platform-browser": "npm:~17.1.0" + "@angular/platform-browser-dynamic": "npm:~17.1.0" "@babel/core": "npm:~7.23.0" "@babel/preset-typescript": "npm:~7.23.0" "@capacitor/browser": "npm:^5.0.0" @@ -8098,7 +8628,7 @@ __metadata: "@o3r/logger": "workspace:^" "@o3r/schematics": "workspace:^" "@o3r/store-sync": "workspace:^" - "@schematics/angular": "npm:~17.0.3" + "@schematics/angular": "npm:~17.1.0" "@stylistic/eslint-plugin-ts": "npm:^1.5.4" "@types/jest": "npm:~29.5.2" "@types/node": "npm:^20.0.0" @@ -8130,9 +8660,9 @@ __metadata: winston: "npm:^3.8.2" zone.js: "npm:~0.14.2" peerDependencies: - "@angular-devkit/schematics": ~17.0.0 - "@angular/common": ~17.0.2 - "@angular/core": ~17.0.2 + "@angular-devkit/schematics": ~17.1.0 + "@angular/common": ~17.1.0 + "@angular/core": ~17.1.0 "@capacitor/browser": ^5.0.0 "@capacitor/core": ^5.0.0 "@capacitor/device": ^5.0.0 @@ -8142,7 +8672,7 @@ __metadata: "@o3r/logger": "workspace:^" "@o3r/schematics": "workspace:^" "@o3r/store-sync": "workspace:^" - "@schematics/angular": ~17.0.0 + "@schematics/angular": ~17.1.0 fast-deep-equal: ^3.1.3 rxjs: ^7.8.1 peerDependenciesMeta: @@ -8161,17 +8691,17 @@ __metadata: version: 0.0.0-use.local resolution: "@o3r/routing@workspace:packages/@o3r/routing" dependencies: - "@angular-devkit/build-angular": "npm:~17.0.3" - "@angular-devkit/core": "npm:~17.0.3" - "@angular-devkit/schematics": "npm:~17.0.3" + "@angular-devkit/build-angular": "npm:~17.1.0" + "@angular-devkit/core": "npm:~17.1.0" + "@angular-devkit/schematics": "npm:~17.1.0" "@angular-eslint/eslint-plugin": "npm:~17.2.0" - "@angular/common": "npm:~17.0.4" - "@angular/compiler": "npm:~17.0.4" - "@angular/compiler-cli": "npm:~17.0.4" - "@angular/core": "npm:~17.0.4" - "@angular/platform-browser": "npm:~17.0.4" - "@angular/platform-browser-dynamic": "npm:~17.0.4" - "@angular/router": "npm:~17.0.4" + "@angular/common": "npm:~17.1.0" + "@angular/compiler": "npm:~17.1.0" + "@angular/compiler-cli": "npm:~17.1.0" + "@angular/core": "npm:~17.1.0" + "@angular/platform-browser": "npm:~17.1.0" + "@angular/platform-browser-dynamic": "npm:~17.1.0" + "@angular/router": "npm:~17.1.0" "@babel/core": "npm:~7.23.0" "@babel/preset-typescript": "npm:~7.23.0" "@compodoc/compodoc": "npm:^1.1.19" @@ -8215,10 +8745,10 @@ __metadata: typescript: "npm:~5.2.2" zone.js: "npm:~0.14.2" peerDependencies: - "@angular/common": ~17.0.2 - "@angular/core": ~17.0.2 - "@angular/platform-browser-dynamic": ~17.0.2 - "@angular/router": ~17.0.2 + "@angular/common": ~17.1.0 + "@angular/core": ~17.1.0 + "@angular/platform-browser-dynamic": ~17.1.0 + "@angular/router": ~17.1.0 "@ngrx/effects": ~17.1.0 "@ngrx/entity": ~17.1.0 "@ngrx/router-store": ~17.1.0 @@ -8240,17 +8770,17 @@ __metadata: version: 0.0.0-use.local resolution: "@o3r/rules-engine@workspace:packages/@o3r/rules-engine" dependencies: - "@angular-devkit/architect": "npm:~0.1700.3" - "@angular-devkit/build-angular": "npm:~17.0.3" - "@angular-devkit/core": "npm:~17.0.3" - "@angular-devkit/schematics": "npm:~17.0.3" + "@angular-devkit/architect": "npm:~0.1701.0" + "@angular-devkit/build-angular": "npm:~17.1.0" + "@angular-devkit/core": "npm:~17.1.0" + "@angular-devkit/schematics": "npm:~17.1.0" "@angular-eslint/eslint-plugin": "npm:~17.2.0" - "@angular/common": "npm:~17.0.4" - "@angular/compiler": "npm:~17.0.4" - "@angular/compiler-cli": "npm:~17.0.4" - "@angular/core": "npm:~17.0.4" - "@angular/platform-browser": "npm:~17.0.4" - "@angular/platform-browser-dynamic": "npm:~17.0.4" + "@angular/common": "npm:~17.1.0" + "@angular/compiler": "npm:~17.1.0" + "@angular/compiler-cli": "npm:~17.1.0" + "@angular/core": "npm:~17.1.0" + "@angular/platform-browser": "npm:~17.1.0" + "@angular/platform-browser-dynamic": "npm:~17.1.0" "@babel/core": "npm:~7.23.0" "@babel/preset-typescript": "npm:~7.23.0" "@compodoc/compodoc": "npm:^1.1.19" @@ -8271,7 +8801,7 @@ __metadata: "@o3r/schematics": "workspace:^" "@o3r/test-helpers": "workspace:^" "@o3r/testing": "workspace:^" - "@schematics/angular": "npm:~17.0.3" + "@schematics/angular": "npm:~17.1.0" "@stylistic/eslint-plugin-ts": "npm:^1.5.4" "@types/jasmine": "npm:~5.1.0" "@types/jest": "npm:~29.5.2" @@ -8309,12 +8839,12 @@ __metadata: unionfs: "npm:~4.5.1" zone.js: "npm:~0.14.2" peerDependencies: - "@angular-devkit/architect": ~0.1700.0 - "@angular-devkit/core": ~17.0.0 - "@angular-devkit/schematics": ~17.0.0 - "@angular/common": ~17.0.2 - "@angular/core": ~17.0.2 - "@angular/platform-browser-dynamic": ~17.0.2 + "@angular-devkit/architect": ~0.1701.0 + "@angular-devkit/core": ~17.1.0 + "@angular-devkit/schematics": ~17.1.0 + "@angular/common": ~17.1.0 + "@angular/core": ~17.1.0 + "@angular/platform-browser-dynamic": ~17.1.0 "@ngrx/effects": ~17.1.0 "@ngrx/entity": ~17.1.0 "@ngrx/store": ~17.1.0 @@ -8323,7 +8853,7 @@ __metadata: "@o3r/extractors": "workspace:^" "@o3r/logger": "workspace:^" "@o3r/schematics": "workspace:^" - "@schematics/angular": ~17.0.0 + "@schematics/angular": ~17.1.0 globby: ^11.1.0 jasmine: ^5.0.0 jsonpath-plus: ^8.0.0 @@ -8356,17 +8886,17 @@ __metadata: version: 0.0.0-use.local resolution: "@o3r/schematics@workspace:packages/@o3r/schematics" dependencies: - "@angular-devkit/build-angular": "npm:~17.0.3" - "@angular-devkit/core": "npm:~17.0.3" - "@angular-devkit/schematics": "npm:~17.0.3" + "@angular-devkit/build-angular": "npm:~17.1.0" + "@angular-devkit/core": "npm:~17.1.0" + "@angular-devkit/schematics": "npm:~17.1.0" "@angular-eslint/eslint-plugin": "npm:~17.2.0" - "@angular/cli": "npm:~17.0.3" - "@angular/common": "npm:~17.0.4" - "@angular/compiler": "npm:~17.0.4" - "@angular/compiler-cli": "npm:~17.0.4" - "@angular/core": "npm:~17.0.4" - "@angular/platform-browser": "npm:~17.0.4" - "@angular/platform-browser-dynamic": "npm:~17.0.4" + "@angular/cli": "npm:~17.1.0" + "@angular/common": "npm:~17.1.0" + "@angular/compiler": "npm:~17.1.0" + "@angular/compiler-cli": "npm:~17.1.0" + "@angular/core": "npm:~17.1.0" + "@angular/platform-browser": "npm:~17.1.0" + "@angular/platform-browser-dynamic": "npm:~17.1.0" "@babel/core": "npm:~7.23.0" "@babel/preset-typescript": "npm:~7.23.0" "@compodoc/compodoc": "npm:^1.1.19" @@ -8377,7 +8907,7 @@ __metadata: "@o3r/build-helpers": "workspace:^" "@o3r/eslint-plugin": "workspace:^" "@o3r/telemetry": "workspace:^" - "@schematics/angular": "npm:~17.0.3" + "@schematics/angular": "npm:~17.1.0" "@stylistic/eslint-plugin-ts": "npm:^1.5.4" "@types/jest": "npm:~29.5.2" "@types/node": "npm:^20.0.0" @@ -8408,12 +8938,12 @@ __metadata: typescript: "npm:~5.2.2" zone.js: "npm:~0.14.2" peerDependencies: - "@angular-devkit/architect": ~0.1700.0 - "@angular-devkit/core": ~17.0.0 - "@angular-devkit/schematics": ~17.0.0 - "@angular/cli": ~17.0.0 + "@angular-devkit/architect": ~0.1701.0 + "@angular-devkit/core": ~17.1.0 + "@angular-devkit/schematics": ~17.1.0 + "@angular/cli": ~17.1.0 "@o3r/telemetry": "workspace:^" - "@schematics/angular": ~17.0.0 + "@schematics/angular": ~17.1.0 eslint: ^8.42.0 rxjs: ^7.8.1 typescript: ~5.2.2 @@ -8439,25 +8969,25 @@ __metadata: "@ama-sdk/schematics": "workspace:^" "@ama-sdk/showcase-sdk": "workspace:^" "@amadeus-it-group/kassette": "npm:^1.7.0" - "@angular-devkit/architect": "npm:~0.1700.3" - "@angular-devkit/build-angular": "npm:~17.0.3" - "@angular-devkit/core": "npm:~17.0.3" - "@angular-devkit/schematics": "npm:~17.0.3" + "@angular-devkit/architect": "npm:~0.1701.0" + "@angular-devkit/build-angular": "npm:~17.1.0" + "@angular-devkit/core": "npm:~17.1.0" + "@angular-devkit/schematics": "npm:~17.1.0" "@angular-eslint/eslint-plugin": "npm:~17.2.0" "@angular-eslint/eslint-plugin-template": "npm:~17.2.0" "@angular-eslint/template-parser": "npm:~17.2.0" - "@angular/animations": "npm:~17.0.4" - "@angular/cdk": "npm:~17.0.1" - "@angular/cli": "npm:~17.0.3" - "@angular/common": "npm:~17.0.4" - "@angular/compiler": "npm:~17.0.4" - "@angular/compiler-cli": "npm:~17.0.4" - "@angular/core": "npm:~17.0.4" - "@angular/forms": "npm:~17.0.4" - "@angular/localize": "npm:~17.0.4" - "@angular/platform-browser": "npm:~17.0.4" - "@angular/platform-browser-dynamic": "npm:~17.0.4" - "@angular/router": "npm:~17.0.4" + "@angular/animations": "npm:~17.1.0" + "@angular/cdk": "npm:~17.1.0" + "@angular/cli": "npm:~17.1.0" + "@angular/common": "npm:~17.1.0" + "@angular/compiler": "npm:~17.1.0" + "@angular/compiler-cli": "npm:~17.1.0" + "@angular/core": "npm:~17.1.0" + "@angular/forms": "npm:~17.1.0" + "@angular/localize": "npm:~17.1.0" + "@angular/platform-browser": "npm:~17.1.0" + "@angular/platform-browser-dynamic": "npm:~17.1.0" + "@angular/router": "npm:~17.1.0" "@design-factory/design-factory": "npm:^15.2.2" "@formatjs/intl-numberformat": "npm:~8.10.0" "@ng-bootstrap/ng-bootstrap": "npm:^16.0.0" @@ -8485,7 +9015,7 @@ __metadata: "@o3r/testing": "workspace:^" "@playwright/test": "npm:~1.41.0" "@popperjs/core": "npm:^2.11.5" - "@schematics/angular": "npm:~17.0.3" + "@schematics/angular": "npm:~17.1.0" "@stylistic/eslint-plugin-ts": "npm:^1.5.4" "@types/bootstrap": "npm:^5.2.6" "@types/jest": "npm:~29.5.2" @@ -8531,16 +9061,16 @@ __metadata: resolution: "@o3r/store-sync@workspace:packages/@o3r/store-sync" dependencies: "@ama-sdk/core": "workspace:^" - "@angular-devkit/build-angular": "npm:~17.0.3" - "@angular-devkit/core": "npm:~17.0.3" - "@angular-devkit/schematics": "npm:~17.0.3" + "@angular-devkit/build-angular": "npm:~17.1.0" + "@angular-devkit/core": "npm:~17.1.0" + "@angular-devkit/schematics": "npm:~17.1.0" "@angular-eslint/eslint-plugin": "npm:~17.2.0" - "@angular/common": "npm:~17.0.4" - "@angular/compiler": "npm:~17.0.4" - "@angular/compiler-cli": "npm:~17.0.4" - "@angular/core": "npm:~17.0.4" - "@angular/platform-browser": "npm:~17.0.4" - "@angular/platform-browser-dynamic": "npm:~17.0.4" + "@angular/common": "npm:~17.1.0" + "@angular/compiler": "npm:~17.1.0" + "@angular/compiler-cli": "npm:~17.1.0" + "@angular/core": "npm:~17.1.0" + "@angular/platform-browser": "npm:~17.1.0" + "@angular/platform-browser-dynamic": "npm:~17.1.0" "@ngrx/entity": "npm:~17.1.0" "@ngrx/store": "npm:~17.1.0" "@nx/eslint": "npm:~17.3.0" @@ -8579,8 +9109,8 @@ __metadata: zone.js: "npm:~0.14.2" peerDependencies: "@ama-sdk/core": "workspace:^" - "@angular-devkit/core": ~17.0.0 - "@angular-devkit/schematics": ~17.0.0 + "@angular-devkit/core": ~17.1.0 + "@angular-devkit/schematics": ~17.1.0 "@ngrx/entity": ~17.1.0 "@ngrx/store": ~17.1.0 "@o3r/core": "workspace:^" @@ -8602,18 +9132,18 @@ __metadata: version: 0.0.0-use.local resolution: "@o3r/storybook@workspace:packages/@o3r/storybook" dependencies: - "@angular-devkit/architect": "npm:~0.1700.3" - "@angular-devkit/build-angular": "npm:~17.0.3" - "@angular-devkit/core": "npm:~17.0.3" - "@angular-devkit/schematics": "npm:~17.0.3" + "@angular-devkit/architect": "npm:~0.1701.0" + "@angular-devkit/build-angular": "npm:~17.1.0" + "@angular-devkit/core": "npm:~17.1.0" + "@angular-devkit/schematics": "npm:~17.1.0" "@angular-eslint/eslint-plugin": "npm:~17.2.0" - "@angular/common": "npm:~17.0.4" - "@angular/compiler": "npm:~17.0.4" - "@angular/compiler-cli": "npm:~17.0.4" - "@angular/core": "npm:~17.0.4" - "@angular/forms": "npm:~17.0.4" - "@angular/platform-browser": "npm:~17.0.4" - "@angular/platform-browser-dynamic": "npm:~17.0.4" + "@angular/common": "npm:~17.1.0" + "@angular/compiler": "npm:~17.1.0" + "@angular/compiler-cli": "npm:~17.1.0" + "@angular/core": "npm:~17.1.0" + "@angular/forms": "npm:~17.1.0" + "@angular/platform-browser": "npm:~17.1.0" + "@angular/platform-browser-dynamic": "npm:~17.1.0" "@babel/core": "npm:~7.23.0" "@babel/preset-typescript": "npm:~7.23.0" "@compodoc/compodoc": "npm:^1.1.19" @@ -8630,7 +9160,7 @@ __metadata: "@o3r/schematics": "workspace:^" "@o3r/styling": "workspace:^" "@o3r/test-helpers": "workspace:^" - "@schematics/angular": "npm:~17.0.3" + "@schematics/angular": "npm:~17.1.0" "@storybook/addons": "npm:^7.5.3" "@storybook/angular": "npm:^7.5.3" "@storybook/api": "npm:^7.5.3" @@ -8665,9 +9195,9 @@ __metadata: typescript: "npm:~5.2.2" zone.js: "npm:~0.14.2" peerDependencies: - "@angular-devkit/core": ~17.0.0 - "@angular-devkit/schematics": ~17.0.0 - "@angular/core": ~17.0.2 + "@angular-devkit/core": ~17.1.0 + "@angular-devkit/schematics": ~17.1.0 + "@angular/core": ~17.1.0 "@ngrx/store": ~17.1.0 "@o3r/components": "workspace:^" "@o3r/configuration": "workspace:^" @@ -8675,7 +9205,7 @@ __metadata: "@o3r/localization": "workspace:^" "@o3r/schematics": "workspace:^" "@o3r/styling": "workspace:^" - "@schematics/angular": ~17.0.0 + "@schematics/angular": ~17.1.0 "@storybook/addons": ^7.5.3 "@storybook/angular": ^7.5.3 "@storybook/api": ^7.5.3 @@ -8694,10 +9224,10 @@ __metadata: version: 0.0.0-use.local resolution: "@o3r/stylelint-plugin@workspace:packages/@o3r/stylelint-plugin" dependencies: - "@angular-devkit/core": "npm:~17.0.3" - "@angular-devkit/schematics": "npm:~17.0.3" + "@angular-devkit/core": "npm:~17.1.0" + "@angular-devkit/schematics": "npm:~17.1.0" "@angular-eslint/eslint-plugin": "npm:~17.2.0" - "@angular/compiler": "npm:~17.0.4" + "@angular/compiler": "npm:~17.1.0" "@babel/core": "npm:~7.23.0" "@babel/preset-typescript": "npm:~7.23.0" "@compodoc/compodoc": "npm:^1.1.19" @@ -8739,21 +9269,21 @@ __metadata: version: 0.0.0-use.local resolution: "@o3r/styling@workspace:packages/@o3r/styling" dependencies: - "@angular-devkit/architect": "npm:~0.1700.3" - "@angular-devkit/build-angular": "npm:~17.0.3" - "@angular-devkit/core": "npm:~17.0.3" - "@angular-devkit/schematics": "npm:~17.0.3" + "@angular-devkit/architect": "npm:~0.1701.0" + "@angular-devkit/build-angular": "npm:~17.1.0" + "@angular-devkit/core": "npm:~17.1.0" + "@angular-devkit/schematics": "npm:~17.1.0" "@angular-eslint/eslint-plugin": "npm:~17.2.0" - "@angular/animations": "npm:~17.0.4" - "@angular/cdk": "npm:~17.0.1" - "@angular/common": "npm:~17.0.4" - "@angular/compiler": "npm:~17.0.4" - "@angular/compiler-cli": "npm:~17.0.4" - "@angular/core": "npm:~17.0.4" - "@angular/forms": "npm:~17.0.4" - "@angular/material": "npm:~17.0.1" - "@angular/platform-browser": "npm:~17.0.4" - "@angular/platform-browser-dynamic": "npm:~17.0.4" + "@angular/animations": "npm:~17.1.0" + "@angular/cdk": "npm:~17.1.0" + "@angular/common": "npm:~17.1.0" + "@angular/compiler": "npm:~17.1.0" + "@angular/compiler-cli": "npm:~17.1.0" + "@angular/core": "npm:~17.1.0" + "@angular/forms": "npm:~17.1.0" + "@angular/material": "npm:~17.1.0" + "@angular/platform-browser": "npm:~17.1.0" + "@angular/platform-browser-dynamic": "npm:~17.1.0" "@babel/core": "npm:~7.23.0" "@babel/preset-typescript": "npm:~7.23.0" "@compodoc/compodoc": "npm:^1.1.19" @@ -8770,7 +9300,7 @@ __metadata: "@o3r/schematics": "workspace:^" "@o3r/styling": "workspace:^" "@o3r/test-helpers": "workspace:^" - "@schematics/angular": "npm:~17.0.3" + "@schematics/angular": "npm:~17.1.0" "@stylistic/eslint-plugin-ts": "npm:^1.5.4" "@types/jest": "npm:~29.5.2" "@types/node": "npm:^20.0.0" @@ -8805,17 +9335,17 @@ __metadata: unionfs: "npm:~4.5.1" zone.js: "npm:~0.14.2" peerDependencies: - "@angular-devkit/architect": ~0.1700.0 - "@angular-devkit/core": ~17.0.0 - "@angular-devkit/schematics": ~17.0.0 - "@angular/cdk": ~17.0.1 - "@angular/core": ~17.0.2 - "@angular/material": ~17.0.0 + "@angular-devkit/architect": ~0.1701.0 + "@angular-devkit/core": ~17.1.0 + "@angular-devkit/schematics": ~17.1.0 + "@angular/cdk": ~17.1.0 + "@angular/core": ~17.1.0 + "@angular/material": ~17.1.0 "@o3r/core": "workspace:^" "@o3r/dynamic-content": "workspace:^" "@o3r/extractors": "workspace:^" "@o3r/schematics": "workspace:^" - "@schematics/angular": ~17.0.0 + "@schematics/angular": ~17.1.0 rxjs: ^7.8.1 sass: ~1.70.0 peerDependenciesMeta: @@ -8848,9 +9378,9 @@ __metadata: version: 0.0.0-use.local resolution: "@o3r/telemetry@workspace:packages/@o3r/telemetry" dependencies: - "@angular-devkit/architect": "npm:~0.1700.3" - "@angular-devkit/core": "npm:~17.0.3" - "@angular-devkit/schematics": "npm:~17.0.3" + "@angular-devkit/architect": "npm:~0.1701.0" + "@angular-devkit/core": "npm:~17.1.0" + "@angular-devkit/schematics": "npm:~17.1.0" "@angular-eslint/eslint-plugin": "npm:~17.2.0" "@nx/eslint-plugin": "npm:~17.3.0" "@nx/jest": "npm:~17.3.0" @@ -8878,9 +9408,9 @@ __metadata: tslib: "npm:^2.5.3" typescript: "npm:~5.2.2" peerDependencies: - "@angular-devkit/architect": ~0.1700.3 - "@angular-devkit/core": ~17.0.3 - "@angular-devkit/schematics": ~17.0.3 + "@angular-devkit/architect": ~0.1701.0 + "@angular-devkit/core": ~17.1.0 + "@angular-devkit/schematics": ~17.1.0 rxjs: ^7.8.1 peerDependenciesMeta: "@angular-devkit/architect": @@ -8892,12 +9422,12 @@ __metadata: version: 0.0.0-use.local resolution: "@o3r/test-helpers@workspace:packages/@o3r/test-helpers" dependencies: - "@angular-devkit/schematics": "npm:~17.0.3" + "@angular-devkit/schematics": "npm:~17.1.0" "@angular-eslint/eslint-plugin": "npm:~17.2.0" "@nx/eslint-plugin": "npm:~17.3.0" "@o3r/eslint-plugin": "workspace:^" "@o3r/schematics": "workspace:^" - "@schematics/angular": "npm:~17.0.3" + "@schematics/angular": "npm:~17.1.0" "@stylistic/eslint-plugin-ts": "npm:^1.5.4" "@types/jest": "npm:~29.5.2" "@types/node": "npm:^20.0.0" @@ -8927,7 +9457,7 @@ __metadata: typescript: "npm:~5.2.2" unionfs: "npm:~4.5.1" peerDependencies: - "@angular-devkit/schematics": ~17.0.0 + "@angular-devkit/schematics": ~17.1.0 "@o3r/schematics": "workspace:^" memfs: ~4.6.0 minimist: ^1.2.6 @@ -8951,18 +9481,18 @@ __metadata: resolution: "@o3r/testing@workspace:packages/@o3r/testing" dependencies: "@amadeus-it-group/kassette": "npm:^1.7.0" - "@angular-devkit/build-angular": "npm:~17.0.3" - "@angular-devkit/core": "npm:~17.0.3" - "@angular-devkit/schematics": "npm:~17.0.3" + "@angular-devkit/build-angular": "npm:~17.1.0" + "@angular-devkit/core": "npm:~17.1.0" + "@angular-devkit/schematics": "npm:~17.1.0" "@angular-eslint/eslint-plugin": "npm:~17.2.0" - "@angular/cli": "npm:~17.0.3" - "@angular/common": "npm:~17.0.4" - "@angular/compiler": "npm:~17.0.4" - "@angular/compiler-cli": "npm:~17.0.4" - "@angular/core": "npm:~17.0.4" - "@angular/forms": "npm:~17.0.4" - "@angular/platform-browser": "npm:~17.0.4" - "@angular/platform-browser-dynamic": "npm:~17.0.4" + "@angular/cli": "npm:~17.1.0" + "@angular/common": "npm:~17.1.0" + "@angular/compiler": "npm:~17.1.0" + "@angular/compiler-cli": "npm:~17.1.0" + "@angular/core": "npm:~17.1.0" + "@angular/forms": "npm:~17.1.0" + "@angular/platform-browser": "npm:~17.1.0" + "@angular/platform-browser-dynamic": "npm:~17.1.0" "@babel/core": "npm:~7.23.0" "@babel/preset-typescript": "npm:~7.23.0" "@compodoc/compodoc": "npm:^1.1.19" @@ -8977,7 +9507,7 @@ __metadata: "@o3r/schematics": "workspace:^" "@o3r/test-helpers": "workspace:^" "@playwright/test": "npm:~1.41.0" - "@schematics/angular": "npm:~17.0.3" + "@schematics/angular": "npm:~17.1.0" "@stylistic/eslint-plugin-ts": "npm:^1.5.4" "@types/jest": "npm:~29.5.2" "@types/node": "npm:^20.0.0" @@ -9017,18 +9547,18 @@ __metadata: zone.js: "npm:~0.14.2" peerDependencies: "@amadeus-it-group/kassette": ^1.7.0 - "@angular-devkit/schematics": ~17.0.0 - "@angular/common": ~17.0.2 - "@angular/core": ~17.0.2 - "@angular/forms": ~17.0.2 - "@angular/platform-browser": ~17.0.2 + "@angular-devkit/schematics": ~17.1.0 + "@angular/common": ~17.1.0 + "@angular/core": ~17.1.0 + "@angular/forms": ~17.1.0 + "@angular/platform-browser": ~17.1.0 "@ngrx/store": ~17.1.0 "@ngx-translate/core": ~15.0.0 "@o3r/core": "workspace:^" "@o3r/localization": "workspace:^" "@o3r/schematics": "workspace:^" "@playwright/test": ~1.41.0 - "@schematics/angular": ~17.0.0 + "@schematics/angular": ~17.1.0 pixelmatch: ^5.2.1 pngjs: ^7.0.0 protractor: ^7.0.0 @@ -9067,17 +9597,17 @@ __metadata: version: 0.0.0-use.local resolution: "@o3r/third-party@workspace:packages/@o3r/third-party" dependencies: - "@angular-devkit/build-angular": "npm:~17.0.3" - "@angular-devkit/core": "npm:~17.0.3" - "@angular-devkit/schematics": "npm:~17.0.3" + "@angular-devkit/build-angular": "npm:~17.1.0" + "@angular-devkit/core": "npm:~17.1.0" + "@angular-devkit/schematics": "npm:~17.1.0" "@angular-eslint/eslint-plugin": "npm:~17.2.0" - "@angular/cli": "npm:~17.0.3" - "@angular/common": "npm:~17.0.4" - "@angular/compiler": "npm:~17.0.4" - "@angular/compiler-cli": "npm:~17.0.4" - "@angular/core": "npm:~17.0.4" - "@angular/platform-browser": "npm:~17.0.4" - "@angular/platform-browser-dynamic": "npm:~17.0.4" + "@angular/cli": "npm:~17.1.0" + "@angular/common": "npm:~17.1.0" + "@angular/compiler": "npm:~17.1.0" + "@angular/compiler-cli": "npm:~17.1.0" + "@angular/core": "npm:~17.1.0" + "@angular/platform-browser": "npm:~17.1.0" + "@angular/platform-browser-dynamic": "npm:~17.1.0" "@babel/core": "npm:~7.23.0" "@babel/preset-typescript": "npm:~7.23.0" "@compodoc/compodoc": "npm:^1.1.19" @@ -9117,7 +9647,7 @@ __metadata: uuid: "npm:^9.0.0" zone.js: "npm:~0.14.2" peerDependencies: - "@angular-devkit/schematics": ~17.0.0 + "@angular-devkit/schematics": ~17.1.0 "@o3r/core": "workspace:^" "@o3r/schematics": "workspace:^" rxjs: ^7.8.1 @@ -9135,19 +9665,19 @@ __metadata: version: 0.0.0-use.local resolution: "@o3r/workspace@workspace:packages/@o3r/workspace" dependencies: - "@angular-devkit/architect": "npm:~0.1700.3" - "@angular-devkit/build-angular": "npm:~17.0.3" - "@angular-devkit/core": "npm:~17.0.3" - "@angular-devkit/schematics": "npm:~17.0.3" + "@angular-devkit/architect": "npm:~0.1701.0" + "@angular-devkit/build-angular": "npm:~17.1.0" + "@angular-devkit/core": "npm:~17.1.0" + "@angular-devkit/schematics": "npm:~17.1.0" "@angular-eslint/eslint-plugin": "npm:~17.2.0" - "@angular/cli": "npm:~17.0.3" - "@angular/common": "npm:~17.0.4" - "@angular/compiler": "npm:~17.0.4" - "@angular/compiler-cli": "npm:~17.0.4" - "@angular/core": "npm:~17.0.4" - "@angular/platform-browser": "npm:~17.0.4" - "@angular/platform-browser-dynamic": "npm:~17.0.4" - "@angular/router": "npm:~17.0.4" + "@angular/cli": "npm:~17.1.0" + "@angular/common": "npm:~17.1.0" + "@angular/compiler": "npm:~17.1.0" + "@angular/compiler-cli": "npm:~17.1.0" + "@angular/core": "npm:~17.1.0" + "@angular/platform-browser": "npm:~17.1.0" + "@angular/platform-browser-dynamic": "npm:~17.1.0" + "@angular/router": "npm:~17.1.0" "@babel/core": "npm:~7.23.0" "@babel/preset-typescript": "npm:~7.23.0" "@ngrx/entity": "npm:~17.1.0" @@ -9161,7 +9691,7 @@ __metadata: "@o3r/eslint-plugin": "workspace:^" "@o3r/schematics": "workspace:^" "@o3r/test-helpers": "workspace:^" - "@schematics/angular": "npm:~17.0.3" + "@schematics/angular": "npm:~17.1.0" "@stylistic/eslint-plugin-ts": "npm:^1.5.4" "@types/jest": "npm:~29.5.2" "@types/minimist": "npm:^1.2.2" @@ -9198,14 +9728,14 @@ __metadata: winston: "npm:^3.8.2" zone.js: "npm:~0.14.2" peerDependencies: - "@angular-devkit/architect": ~0.1700.0 - "@angular-devkit/core": ~17.0.0 - "@angular-devkit/schematics": ~17.0.0 - "@angular/cli": ~17.0.0 - "@angular/common": ~17.0.2 - "@angular/compiler-cli": ~17.0.2 - "@angular/core": ~17.0.2 - "@schematics/angular": ~17.0.0 + "@angular-devkit/architect": ~0.1701.0 + "@angular-devkit/core": ~17.1.0 + "@angular-devkit/schematics": ~17.1.0 + "@angular/cli": ~17.1.0 + "@angular/common": ~17.1.0 + "@angular/compiler-cli": ~17.1.0 + "@angular/core": ~17.1.0 + "@schematics/angular": ~17.1.0 typescript: ~5.2.2 peerDependenciesMeta: "@angular/cli": @@ -10287,7 +10817,18 @@ __metadata: languageName: node linkType: hard -"@schematics/angular@npm:17.0.10, @schematics/angular@npm:~17.0.3": +"@schematics/angular@npm:17.1.2, @schematics/angular@npm:~17.1.0": + version: 17.1.2 + resolution: "@schematics/angular@npm:17.1.2" + dependencies: + "@angular-devkit/core": "npm:17.1.2" + "@angular-devkit/schematics": "npm:17.1.2" + jsonc-parser: "npm:3.2.0" + checksum: 10/fe48b5d6c65d255f3c0bc5fc94ff95d29f96c3164ec00e06817a646333e746326aa28351d97cb1af85121938c5556fecac6f11ad2f458969e82ba9718fa5b4c4 + languageName: node + linkType: hard + +"@schematics/angular@npm:~17.0.3": version: 17.0.10 resolution: "@schematics/angular@npm:17.0.10" dependencies: @@ -11337,6 +11878,19 @@ __metadata: languageName: node linkType: hard +"@types/babel__core@npm:7.20.2": + version: 7.20.2 + resolution: "@types/babel__core@npm:7.20.2" + dependencies: + "@babel/parser": "npm:^7.20.7" + "@babel/types": "npm:^7.20.7" + "@types/babel__generator": "npm:*" + "@types/babel__template": "npm:*" + "@types/babel__traverse": "npm:*" + checksum: 10/78aede009117ff6c95ef36db19e27ad15ecdcb5cfc9ad57d43caa5d2f44127105691a3e6e8d1806fd305484db8a74fdec5640e88da452c511f6351353f7ac0c8 + languageName: node + linkType: hard + "@types/babel__core@npm:^7.0.0, @types/babel__core@npm:^7.1.14": version: 7.20.5 resolution: "@types/babel__core@npm:7.20.5" @@ -12492,6 +13046,15 @@ __metadata: languageName: node linkType: hard +"@vitejs/plugin-basic-ssl@npm:1.0.2": + version: 1.0.2 + resolution: "@vitejs/plugin-basic-ssl@npm:1.0.2" + peerDependencies: + vite: ^3.0.0 || ^4.0.0 || ^5.0.0 + checksum: 10/ee9be91254d848278dba3dbf5c73726bb181dcfba6972dfb657db0e1b0f3d25567aac3ed179924d5ae503848e74824f3284547d792e0f6d7ca02dbec32fb6510 + languageName: node + linkType: hard + "@vscode/vsce@npm:^2.16.0": version: 2.23.0 resolution: "@vscode/vsce@npm:2.23.0" @@ -13663,7 +14226,7 @@ __metadata: languageName: node linkType: hard -"autoprefixer@npm:^10.4.16, autoprefixer@npm:^10.4.9": +"autoprefixer@npm:^10.4.9": version: 10.4.17 resolution: "autoprefixer@npm:10.4.17" dependencies: @@ -13857,7 +14420,7 @@ __metadata: languageName: node linkType: hard -"babel-plugin-polyfill-corejs2@npm:^0.4.6, babel-plugin-polyfill-corejs2@npm:^0.4.8": +"babel-plugin-polyfill-corejs2@npm:^0.4.6, babel-plugin-polyfill-corejs2@npm:^0.4.7, babel-plugin-polyfill-corejs2@npm:^0.4.8": version: 0.4.8 resolution: "babel-plugin-polyfill-corejs2@npm:0.4.8" dependencies: @@ -13870,7 +14433,7 @@ __metadata: languageName: node linkType: hard -"babel-plugin-polyfill-corejs3@npm:^0.8.5": +"babel-plugin-polyfill-corejs3@npm:^0.8.5, babel-plugin-polyfill-corejs3@npm:^0.8.7": version: 0.8.7 resolution: "babel-plugin-polyfill-corejs3@npm:0.8.7" dependencies: @@ -13894,7 +14457,7 @@ __metadata: languageName: node linkType: hard -"babel-plugin-polyfill-regenerator@npm:^0.5.3, babel-plugin-polyfill-regenerator@npm:^0.5.5": +"babel-plugin-polyfill-regenerator@npm:^0.5.3, babel-plugin-polyfill-regenerator@npm:^0.5.4, babel-plugin-polyfill-regenerator@npm:^0.5.5": version: 0.5.5 resolution: "babel-plugin-polyfill-regenerator@npm:0.5.5" dependencies: @@ -15932,7 +16495,7 @@ __metadata: languageName: node linkType: hard -"cosmiconfig@npm:^8.2.0, cosmiconfig@npm:^8.3.6": +"cosmiconfig@npm:^8.2.0, cosmiconfig@npm:^8.3.5, cosmiconfig@npm:^8.3.6": version: 8.3.6 resolution: "cosmiconfig@npm:8.3.6" dependencies: @@ -16361,13 +16924,6 @@ __metadata: languageName: node linkType: hard -"cuint@npm:^0.2.2": - version: 0.2.2 - resolution: "cuint@npm:0.2.2" - checksum: 10/c1b98971f4a1b32ce71ec82eac87df87b54ee85d982e3967a6dd89f19ffd3ebbbdb82e3738e489f475611b6ed126c0deba05ed9ecffea0a721a4d43773ce0670 - languageName: node - linkType: hard - "d@npm:1, d@npm:^1.0.1": version: 1.0.1 resolution: "d@npm:1.0.1" @@ -16703,10 +17259,10 @@ __metadata: languageName: node linkType: hard -"dependency-graph@npm:^0.11.0": - version: 0.11.0 - resolution: "dependency-graph@npm:0.11.0" - checksum: 10/6b5eb540303753037a613e781da4b81534d139cbabc92f342630ed622e3ef4c332fc40cf87823e1ec71a7aeb4b195f8d88d7e625931ce6007bf2bf09a8bfb01e +"dependency-graph@npm:^1.0.0": + version: 1.0.0 + resolution: "dependency-graph@npm:1.0.0" + checksum: 10/bb078703c1214e2bafeaab7bf5dd979e9a5be04439332e2e9ce60eebde9fb6d1c99a349fb4edeeb1506220c31a6b743dccfd2ca6608b962e9da4d54565bf95e6 languageName: node linkType: hard @@ -17561,6 +18117,15 @@ __metadata: languageName: node linkType: hard +"esbuild-wasm@npm:0.19.11": + version: 0.19.11 + resolution: "esbuild-wasm@npm:0.19.11" + bin: + esbuild: bin/esbuild + checksum: 10/d3bec1295a032c902cb443a2599aac3e07b0f7fe32aaeaa411785908fbc8c4fe66b956ac3ab9bba436d663093b8a500fd1b31d5d6eba66f15d5db069068b1091 + languageName: node + linkType: hard + "esbuild-wasm@npm:0.19.5": version: 0.19.5 resolution: "esbuild-wasm@npm:0.19.5" @@ -17609,6 +18174,86 @@ __metadata: languageName: node linkType: hard +"esbuild@npm:0.19.11": + version: 0.19.11 + resolution: "esbuild@npm:0.19.11" + dependencies: + "@esbuild/aix-ppc64": "npm:0.19.11" + "@esbuild/android-arm": "npm:0.19.11" + "@esbuild/android-arm64": "npm:0.19.11" + "@esbuild/android-x64": "npm:0.19.11" + "@esbuild/darwin-arm64": "npm:0.19.11" + "@esbuild/darwin-x64": "npm:0.19.11" + "@esbuild/freebsd-arm64": "npm:0.19.11" + "@esbuild/freebsd-x64": "npm:0.19.11" + "@esbuild/linux-arm": "npm:0.19.11" + "@esbuild/linux-arm64": "npm:0.19.11" + "@esbuild/linux-ia32": "npm:0.19.11" + "@esbuild/linux-loong64": "npm:0.19.11" + "@esbuild/linux-mips64el": "npm:0.19.11" + "@esbuild/linux-ppc64": "npm:0.19.11" + "@esbuild/linux-riscv64": "npm:0.19.11" + "@esbuild/linux-s390x": "npm:0.19.11" + "@esbuild/linux-x64": "npm:0.19.11" + "@esbuild/netbsd-x64": "npm:0.19.11" + "@esbuild/openbsd-x64": "npm:0.19.11" + "@esbuild/sunos-x64": "npm:0.19.11" + "@esbuild/win32-arm64": "npm:0.19.11" + "@esbuild/win32-ia32": "npm:0.19.11" + "@esbuild/win32-x64": "npm:0.19.11" + dependenciesMeta: + "@esbuild/aix-ppc64": + optional: true + "@esbuild/android-arm": + optional: true + "@esbuild/android-arm64": + optional: true + "@esbuild/android-x64": + optional: true + "@esbuild/darwin-arm64": + optional: true + "@esbuild/darwin-x64": + optional: true + "@esbuild/freebsd-arm64": + optional: true + "@esbuild/freebsd-x64": + optional: true + "@esbuild/linux-arm": + optional: true + "@esbuild/linux-arm64": + optional: true + "@esbuild/linux-ia32": + optional: true + "@esbuild/linux-loong64": + optional: true + "@esbuild/linux-mips64el": + optional: true + "@esbuild/linux-ppc64": + optional: true + "@esbuild/linux-riscv64": + optional: true + "@esbuild/linux-s390x": + optional: true + "@esbuild/linux-x64": + optional: true + "@esbuild/netbsd-x64": + optional: true + "@esbuild/openbsd-x64": + optional: true + "@esbuild/sunos-x64": + optional: true + "@esbuild/win32-arm64": + optional: true + "@esbuild/win32-ia32": + optional: true + "@esbuild/win32-x64": + optional: true + bin: + esbuild: bin/esbuild + checksum: 10/a40b3858c29618c8c893389372f469245a6b2d1319782af75d33d8ba5dcadfe181fcc935f8e1a907be667946384950a4cf482ebe1e79c99c932d2b8eb35a09d0 + languageName: node + linkType: hard + "esbuild@npm:0.19.5": version: 0.19.5 resolution: "esbuild@npm:0.19.5" @@ -17920,7 +18565,7 @@ __metadata: languageName: node linkType: hard -"esbuild@npm:^0.19.0": +"esbuild@npm:^0.19.0, esbuild@npm:^0.19.3": version: 0.19.12 resolution: "esbuild@npm:0.19.12" dependencies: @@ -18752,7 +19397,7 @@ __metadata: languageName: node linkType: hard -"fast-glob@npm:^3.2.11, fast-glob@npm:^3.2.12, fast-glob@npm:^3.2.2, fast-glob@npm:^3.2.5, fast-glob@npm:^3.2.7, fast-glob@npm:^3.2.9, fast-glob@npm:^3.3.0, fast-glob@npm:^3.3.1, fast-glob@npm:^3.3.2": +"fast-glob@npm:3.3.2, fast-glob@npm:^3.2.11, fast-glob@npm:^3.2.12, fast-glob@npm:^3.2.2, fast-glob@npm:^3.2.5, fast-glob@npm:^3.2.7, fast-glob@npm:^3.2.9, fast-glob@npm:^3.3.0, fast-glob@npm:^3.3.1, fast-glob@npm:^3.3.2": version: 3.3.2 resolution: "fast-glob@npm:3.3.2" dependencies: @@ -19424,7 +20069,7 @@ __metadata: languageName: node linkType: hard -"fsevents@npm:^2.3.2, fsevents@npm:~2.3.2": +"fsevents@npm:^2.3.2, fsevents@npm:~2.3.2, fsevents@npm:~2.3.3": version: 2.3.3 resolution: "fsevents@npm:2.3.3" dependencies: @@ -19443,7 +20088,7 @@ __metadata: languageName: node linkType: hard -"fsevents@patch:fsevents@npm%3A^2.3.2#optional!builtin, fsevents@patch:fsevents@npm%3A~2.3.2#optional!builtin": +"fsevents@patch:fsevents@npm%3A^2.3.2#optional!builtin, fsevents@patch:fsevents@npm%3A~2.3.2#optional!builtin, fsevents@patch:fsevents@npm%3A~2.3.3#optional!builtin": version: 2.3.3 resolution: "fsevents@patch:fsevents@npm%3A2.3.3#optional!builtin::version=2.3.3&hash=df0bf1" dependencies: @@ -20740,6 +21385,29 @@ __metadata: languageName: node linkType: hard +"inquirer@npm:9.2.12": + version: 9.2.12 + resolution: "inquirer@npm:9.2.12" + dependencies: + "@ljharb/through": "npm:^2.3.11" + ansi-escapes: "npm:^4.3.2" + chalk: "npm:^5.3.0" + cli-cursor: "npm:^3.1.0" + cli-width: "npm:^4.1.0" + external-editor: "npm:^3.1.0" + figures: "npm:^5.0.0" + lodash: "npm:^4.17.21" + mute-stream: "npm:1.0.0" + ora: "npm:^5.4.1" + run-async: "npm:^3.0.0" + rxjs: "npm:^7.8.1" + string-width: "npm:^4.2.3" + strip-ansi: "npm:^6.0.1" + wrap-ansi: "npm:^6.2.0" + checksum: 10/02b259c641fd6c6b88c0c530aced23389d586bd5360799bab0ae11d2a965ac5ce9c587402faefad70f08b8b56ccae56fb973da3a8deb6e17ba4577f803d427c5 + languageName: node + linkType: hard + "interpret@npm:^1.0.0": version: 1.4.0 resolution: "interpret@npm:1.4.0" @@ -21916,7 +22584,7 @@ __metadata: languageName: node linkType: hard -"jiti@npm:^1.18.2, jiti@npm:^1.19.1": +"jiti@npm:^1.18.2, jiti@npm:^1.19.1, jiti@npm:^1.20.0": version: 1.21.0 resolution: "jiti@npm:1.21.0" bin: @@ -23201,7 +23869,7 @@ __metadata: languageName: node linkType: hard -"make-dir@npm:^3.0.2, make-dir@npm:~3.1.0": +"make-dir@npm:^3.0.2": version: 3.1.0 resolution: "make-dir@npm:3.1.0" dependencies: @@ -23529,15 +24197,6 @@ __metadata: languageName: node linkType: hard -"mime@npm:~2.5.2": - version: 2.5.2 - resolution: "mime@npm:2.5.2" - bin: - mime: cli.js - checksum: 10/904b4b5927451a9f0a4f4d838a9fb5ab658dec0caef0f750ec73c41df2eb4a7c34e35dd2e2378e04c129e18b779c1205278cb6d1f94b5728adfd91de51808138 - languageName: node - linkType: hard - "mimic-fn@npm:^2.1.0": version: 2.1.0 resolution: "mimic-fn@npm:2.1.0" @@ -23638,15 +24297,6 @@ __metadata: languageName: node linkType: hard -"minimatch@npm:~3.0.4": - version: 3.0.8 - resolution: "minimatch@npm:3.0.8" - dependencies: - brace-expansion: "npm:^1.1.7" - checksum: 10/6df5373cb1ea79020beb6887ff5576c58cfabcfd32c5a65c2cf58f326e4ee8eae84f129e5fa50b8a4347fa1d1e583f931285c9fb3040d984bdfb5109ef6607ec - languageName: node - linkType: hard - "minimist-options@npm:4.1.0": version: 4.1.0 resolution: "minimist-options@npm:4.1.0" @@ -23860,6 +24510,13 @@ __metadata: languageName: node linkType: hard +"mrmime@npm:2.0.0": + version: 2.0.0 + resolution: "mrmime@npm:2.0.0" + checksum: 10/8d95f714ea200c6cf3e3777cbc6168be04b05ac510090a9b41eef5ec081efeb1d1de3e535ffb9c9689fffcc42f59864fd52a500e84a677274f070adeea615c45 + languageName: node + linkType: hard + "ms@npm:2.0.0": version: 2.0.0 resolution: "ms@npm:2.0.0" @@ -24010,22 +24667,21 @@ __metadata: languageName: node linkType: hard -"ng-packagr@npm:~17.0.0": - version: 17.0.3 - resolution: "ng-packagr@npm:17.0.3" +"ng-packagr@npm:~17.1.0": + version: 17.1.2 + resolution: "ng-packagr@npm:17.1.2" dependencies: "@rollup/plugin-json": "npm:^6.0.1" "@rollup/plugin-node-resolve": "npm:^15.2.3" "@rollup/wasm-node": "npm:^4.5.0" ajv: "npm:^8.12.0" ansi-colors: "npm:^4.1.3" - autoprefixer: "npm:^10.4.16" browserslist: "npm:^4.22.1" cacache: "npm:^18.0.0" chokidar: "npm:^3.5.3" commander: "npm:^11.1.0" convert-source-map: "npm:^2.0.0" - dependency-graph: "npm:^0.11.0" + dependency-graph: "npm:^1.0.0" esbuild: "npm:^0.19.0" esbuild-wasm: "npm:^0.19.5" fast-glob: "npm:^3.3.1" @@ -24034,17 +24690,16 @@ __metadata: jsonc-parser: "npm:^3.2.0" less: "npm:^4.2.0" ora: "npm:^5.1.0" - piscina: "npm:^4.1.0" + piscina: "npm:^4.2.0" postcss: "npm:^8.4.31" - postcss-url: "npm:^10.1.3" rollup: "npm:^4.5.0" rxjs: "npm:^7.8.1" sass: "npm:^1.69.5" peerDependencies: - "@angular/compiler-cli": ^17.0.0 || ^17.0.0-next.0 + "@angular/compiler-cli": ^17.0.0 || ^17.1.0-next.0 || ^17.2.0-next.0 tailwindcss: ^2.0.0 || ^3.0.0 tslib: ^2.3.0 - typescript: ">=5.2 <5.3" + typescript: ">=5.2 <5.4" dependenciesMeta: esbuild: optional: true @@ -24055,7 +24710,7 @@ __metadata: optional: true bin: ng-packagr: cli/main.js - checksum: 10/e9a79ff8a04953dfd5d1d305745549363963c250fd7a52cabf8567e8a358f2159b49a6c1c7c410a19ed4d950c8a3bbcce894d25e176c23a183f2c8296bb286bc + checksum: 10/90bb7a201a187560cff40e1e98f7db69803e84c5f0971e674818b3680daed8856edba5e9af8b4dd3637f4150a66c5a2289acc5d757b216296989c7ca7a2fb181 languageName: node linkType: hard @@ -24908,16 +25563,16 @@ __metadata: version: 0.0.0-use.local resolution: "otter-devtools@workspace:apps/vscode-extension" dependencies: - "@angular-devkit/build-angular": "npm:~17.0.3" - "@angular-devkit/core": "npm:~17.0.3" - "@angular-devkit/schematics": "npm:~17.0.3" + "@angular-devkit/build-angular": "npm:~17.1.0" + "@angular-devkit/core": "npm:~17.1.0" + "@angular-devkit/schematics": "npm:~17.1.0" "@angular-eslint/eslint-plugin": "npm:~17.2.0" - "@angular/common": "npm:~17.0.4" - "@angular/compiler": "npm:~17.0.4" - "@angular/compiler-cli": "npm:~17.0.4" - "@angular/core": "npm:~17.0.4" - "@angular/platform-browser": "npm:~17.0.4" - "@angular/platform-browser-dynamic": "npm:~17.0.4" + "@angular/common": "npm:~17.1.0" + "@angular/compiler": "npm:~17.1.0" + "@angular/compiler-cli": "npm:~17.1.0" + "@angular/core": "npm:~17.1.0" + "@angular/platform-browser": "npm:~17.1.0" + "@angular/platform-browser-dynamic": "npm:~17.1.0" "@nx/eslint-plugin": "npm:~17.3.0" "@nx/jest": "npm:~17.3.0" "@o3r/build-helpers": "workspace:^" @@ -25136,9 +25791,9 @@ __metadata: languageName: node linkType: hard -"pacote@npm:17.0.4": - version: 17.0.4 - resolution: "pacote@npm:17.0.4" +"pacote@npm:17.0.5": + version: 17.0.5 + resolution: "pacote@npm:17.0.5" dependencies: "@npmcli/git": "npm:^5.0.0" "@npmcli/installed-package-contents": "npm:^2.0.1" @@ -25160,7 +25815,7 @@ __metadata: tar: "npm:^6.1.11" bin: pacote: lib/bin.js - checksum: 10/d662b0256cd784e3ffd82c0b5886590a28d501a23f0245a230aaa1659c20552d3abd87334e4d751759904d687539fdad84dc9376b1efe7faedb1d60a98d02be1 + checksum: 10/83cfbb1e6fef41009ceb0d79bee099206ff52c94e26a681237b3c19a74343eae25f67ebbf03cdb104d757f4c05d96c793f51cab247ba448e0ad92469a41c1561 languageName: node linkType: hard @@ -25683,7 +26338,21 @@ __metadata: languageName: node linkType: hard -"piscina@npm:^4.1.0, piscina@npm:^4.2.1, piscina@npm:^4.3.0": +"piscina@npm:4.2.1": + version: 4.2.1 + resolution: "piscina@npm:4.2.1" + dependencies: + hdr-histogram-js: "npm:^2.0.1" + hdr-histogram-percentiles-obj: "npm:^3.0.0" + nice-napi: "npm:^1.0.2" + dependenciesMeta: + nice-napi: + optional: true + checksum: 10/e8d00f9e047a1ccae3c5090b8e3edb55d22dfecee801e8356a61713918c823957e177ac1627a329a23806923f05a7312a9788d53fd126fd0de64f5b9b0d64831 + languageName: node + linkType: hard + +"piscina@npm:^4.2.0, piscina@npm:^4.2.1, piscina@npm:^4.3.0": version: 4.3.1 resolution: "piscina@npm:4.3.1" dependencies: @@ -25926,6 +26595,20 @@ __metadata: languageName: node linkType: hard +"postcss-loader@npm:7.3.4": + version: 7.3.4 + resolution: "postcss-loader@npm:7.3.4" + dependencies: + cosmiconfig: "npm:^8.3.5" + jiti: "npm:^1.20.0" + semver: "npm:^7.5.4" + peerDependencies: + postcss: ^7.0.0 || ^8.0.1 + webpack: ^5.0.0 + checksum: 10/234b01149a966a6190290c6d265b8e3df10f43262dd679451c1e7370bae74e27b746b02e660d204b901e3cf1ad28759c2679a93c64a3eb499169d8dec39df1c1 + languageName: node + linkType: hard + "postcss-loader@npm:^6.1.1": version: 6.2.1 resolution: "postcss-loader@npm:6.2.1" @@ -26256,20 +26939,6 @@ __metadata: languageName: node linkType: hard -"postcss-url@npm:^10.1.3": - version: 10.1.3 - resolution: "postcss-url@npm:10.1.3" - dependencies: - make-dir: "npm:~3.1.0" - mime: "npm:~2.5.2" - minimatch: "npm:~3.0.4" - xxhashjs: "npm:~0.2.2" - peerDependencies: - postcss: ^8.0.0 - checksum: 10/7cfd287a9f754099191fc78b68153b35b9cdb6e9db3f06234543c0545656eb11ba61a7c6f4f02cd6de3d82d9dfec47ff1f5cd2879b030b821b580822054b8387 - languageName: node - linkType: hard - "postcss-value-parser@npm:^4.0.0, postcss-value-parser@npm:^4.1.0, postcss-value-parser@npm:^4.2.0": version: 4.2.0 resolution: "postcss-value-parser@npm:4.2.0" @@ -26288,7 +26957,7 @@ __metadata: languageName: node linkType: hard -"postcss@npm:^8.2.14, postcss@npm:^8.4.14, postcss@npm:^8.4.21, postcss@npm:^8.4.23, postcss@npm:^8.4.24, postcss@npm:^8.4.27, postcss@npm:^8.4.31, postcss@npm:^8.4.33, postcss@npm:~8.4.31": +"postcss@npm:8.4.33": version: 8.4.33 resolution: "postcss@npm:8.4.33" dependencies: @@ -26299,6 +26968,17 @@ __metadata: languageName: node linkType: hard +"postcss@npm:^8.2.14, postcss@npm:^8.4.14, postcss@npm:^8.4.21, postcss@npm:^8.4.23, postcss@npm:^8.4.24, postcss@npm:^8.4.27, postcss@npm:^8.4.31, postcss@npm:^8.4.32, postcss@npm:^8.4.33, postcss@npm:~8.4.31": + version: 8.4.34 + resolution: "postcss@npm:8.4.34" + dependencies: + nanoid: "npm:^3.3.7" + picocolors: "npm:^1.0.0" + source-map-js: "npm:^1.0.2" + checksum: 10/ff4769ff6910f688b0672e0a8f83d1d0a9fee3f61aa33b61b6ade0d5dc2ef53ce1a80d78e2eab03f2d40a15e04bc028682857a4f15d31501d63c80473dee2981 + languageName: node + linkType: hard + "prebuild-install@npm:^7.0.1": version: 7.1.1 resolution: "prebuild-install@npm:7.1.1" @@ -27575,7 +28255,7 @@ __metadata: languageName: node linkType: hard -"rollup@npm:^4.5.0": +"rollup@npm:^4.2.0, rollup@npm:^4.5.0": version: 4.9.6 resolution: "rollup@npm:4.9.6" dependencies: @@ -27736,6 +28416,30 @@ __metadata: languageName: node linkType: hard +"sass-loader@npm:13.3.3": + version: 13.3.3 + resolution: "sass-loader@npm:13.3.3" + dependencies: + neo-async: "npm:^2.6.2" + peerDependencies: + fibers: ">= 3.1.0" + node-sass: ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0 + sass: ^1.3.0 + sass-embedded: "*" + webpack: ^5.0.0 + peerDependenciesMeta: + fibers: + optional: true + node-sass: + optional: true + sass: + optional: true + sass-embedded: + optional: true + checksum: 10/a8a8519add9f0bb2d3d1b834dbf30b1b67e22833425755a56640cc20845107850adfc6f243cdab07a5cb26ec964513b950a02dca7b1d5b3cf3659c89bf1988eb + languageName: node + linkType: hard + "sass-loader@npm:^12.2.0": version: 12.6.0 resolution: "sass-loader@npm:12.6.0" @@ -27800,6 +28504,19 @@ __metadata: languageName: node linkType: hard +"sass@npm:1.69.7": + version: 1.69.7 + resolution: "sass@npm:1.69.7" + dependencies: + chokidar: "npm:>=3.0.0 <4.0.0" + immutable: "npm:^4.0.0" + source-map-js: "npm:>=0.6.2 <2.0.0" + bin: + sass: sass.js + checksum: 10/9c6d3fe468a267949e8dd766085351f59988caf5d3d5c13eb041d370366f869ad3704b5046586fd3584b2cbf59c03650d237b62a4c6ed26a0c003e27f9ef4e89 + languageName: node + linkType: hard + "sass@npm:^1.42.1, sass@npm:^1.69.5, sass@npm:~1.70.0": version: 1.70.0 resolution: "sass@npm:1.70.0" @@ -28502,6 +29219,18 @@ __metadata: languageName: node linkType: hard +"source-map-loader@npm:5.0.0": + version: 5.0.0 + resolution: "source-map-loader@npm:5.0.0" + dependencies: + iconv-lite: "npm:^0.6.3" + source-map-js: "npm:^1.0.2" + peerDependencies: + webpack: ^5.72.1 + checksum: 10/9bc90a50df1a3570ddc1ea9cd1aeadb241fd6f6ddb03e72a8f45f5d3fcc357e7edcc9fff8d35d2e338d17edf13c38a7b6e530308ac263d1b462a1e6bfacaf1a1 + languageName: node + linkType: hard + "source-map-loader@npm:^3.0.0": version: 3.0.2 resolution: "source-map-loader@npm:3.0.2" @@ -29585,6 +30314,20 @@ __metadata: languageName: node linkType: hard +"terser@npm:5.26.0": + version: 5.26.0 + resolution: "terser@npm:5.26.0" + dependencies: + "@jridgewell/source-map": "npm:^0.3.3" + acorn: "npm:^8.8.2" + commander: "npm:^2.20.0" + source-map-support: "npm:~0.5.20" + bin: + terser: bin/terser + checksum: 10/0282c5c065cbfa1e725d5609b99579252bc20b83cd1d75e8ab8b46d5da2c9d0fcfc453a12624f2d2d4c1240bfa0017a90fcf1e3b88258e5842fca1b0b82be8d8 + languageName: node + linkType: hard + "terser@npm:^5.10.0, terser@npm:^5.26.0": version: 5.27.0 resolution: "terser@npm:5.27.0" @@ -30434,6 +31177,15 @@ __metadata: languageName: node linkType: hard +"undici@npm:6.2.1": + version: 6.2.1 + resolution: "undici@npm:6.2.1" + dependencies: + "@fastify/busboy": "npm:^2.0.0" + checksum: 10/9a7a557f32e4eb1780e8f894e528afa2ac9b4b9e57d5ee943537d59425b7c7562ebd13c6b56220fed30a68d0752daeb996c825fa89fd80af592aac6d0acaa27c + languageName: node + linkType: hard + "undici@npm:^5.13.0, undici@npm:^5.25.4": version: 5.28.2 resolution: "undici@npm:5.28.2" @@ -30915,6 +31667,46 @@ __metadata: languageName: node linkType: hard +"vite@npm:5.0.12": + version: 5.0.12 + resolution: "vite@npm:5.0.12" + dependencies: + esbuild: "npm:^0.19.3" + fsevents: "npm:~2.3.3" + postcss: "npm:^8.4.32" + rollup: "npm:^4.2.0" + peerDependencies: + "@types/node": ^18.0.0 || >=20.0.0 + less: "*" + lightningcss: ^1.21.0 + sass: "*" + stylus: "*" + sugarss: "*" + terser: ^5.4.0 + dependenciesMeta: + fsevents: + optional: true + peerDependenciesMeta: + "@types/node": + optional: true + less: + optional: true + lightningcss: + optional: true + sass: + optional: true + stylus: + optional: true + sugarss: + optional: true + terser: + optional: true + bin: + vite: bin/vite.js + checksum: 10/ed0bb26a0d0c8e1dae0b70af9e36adffd7e15d80297443fe4da762596dc81570bad7f0291f590a57c1553f5e435338d8c7ffc483bd9431a95c09d9ac90665fad + languageName: node + linkType: hard + "vscode-oniguruma@npm:^1.7.0": version: 1.7.0 resolution: "vscode-oniguruma@npm:1.7.0" @@ -30947,7 +31739,7 @@ __metadata: languageName: node linkType: hard -"watchpack@npm:^2.2.0, watchpack@npm:^2.4.0": +"watchpack@npm:2.4.0, watchpack@npm:^2.2.0, watchpack@npm:^2.4.0": version: 2.4.0 resolution: "watchpack@npm:2.4.0" dependencies: @@ -31637,15 +32429,6 @@ __metadata: languageName: node linkType: hard -"xxhashjs@npm:~0.2.2": - version: 0.2.2 - resolution: "xxhashjs@npm:0.2.2" - dependencies: - cuint: "npm:^0.2.2" - checksum: 10/974dba1b7dd10f550714456366135fc70ba809e6e4db26e18a760a1f57e18dbc7fa6732738abc3f8fee27bb6a28d185240356ff4a57d7ce54282049e1da99886 - languageName: node - linkType: hard - "y18n@npm:^4.0.0": version: 4.0.3 resolution: "y18n@npm:4.0.3"