diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 34d2005..81e0f30 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -56,8 +56,8 @@ catalogs: version: 3.8.3 schematics: '@angular-devkit/core': - specifier: ^21.2.13 - version: 21.2.13 + specifier: ^22.0.0 + version: 22.0.0 '@angular-devkit/schematics': specifier: ^21.2.13 version: 21.2.13 @@ -81,7 +81,7 @@ importers: dependencies: '@angular-devkit/core': specifier: catalog:schematics - version: 21.2.13 + version: 22.0.0 '@angular-devkit/schematics': specifier: catalog:schematics version: 21.2.13 @@ -173,6 +173,15 @@ packages: chokidar: optional: true + '@angular-devkit/core@22.0.0': + resolution: {integrity: sha512-GCEalkF17uygXnjHNyeIWuTzm16TDlhNLHsxbeYeJSJ48anwkZisL/L+oFzEmg8BGqx48nMGj2EVe4J8ADrSng==} + engines: {node: ^22.22.3 || ^24.15.0 || >=26.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} + peerDependencies: + chokidar: ^5.0.0 + peerDependenciesMeta: + chokidar: + optional: true + '@angular-devkit/schematics-cli@21.2.13': resolution: {integrity: sha512-hrA2N8XobOeOoZStExhvgqOaDquHqUuOzexRbQ4dH6wiEYYUPCkEexNChYOWpzicX+lLskzMp5LCszK0xQwDjA==} engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} @@ -2385,6 +2394,15 @@ snapshots: rxjs: 7.8.2 source-map: 0.7.6 + '@angular-devkit/core@22.0.0': + dependencies: + ajv: 8.20.0 + ajv-formats: 3.0.1(ajv@8.20.0) + jsonc-parser: 3.3.1 + picomatch: 4.0.4 + rxjs: 7.8.2 + source-map: 0.7.6 + '@angular-devkit/schematics-cli@21.2.13(@types/node@25.9.1)': dependencies: '@angular-devkit/core': 21.2.13 @@ -3245,6 +3263,10 @@ snapshots: optionalDependencies: ajv: 8.18.0 + ajv-formats@3.0.1(ajv@8.20.0): + optionalDependencies: + ajv: 8.20.0 + ajv@6.15.0: dependencies: fast-deep-equal: 3.1.3 diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index dcf1734..37fab0c 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -19,7 +19,7 @@ catalogs: eslint: ^10.4.1 prettier: ^3.8.3 schematics: - '@angular-devkit/core': ^21.2.13 + '@angular-devkit/core': ^22.0.0 '@angular-devkit/schematics': ^21.2.13 rxjs: ^7.8.2 tests: