avancement planning

This commit is contained in:
2026-05-26 11:58:39 +02:00
parent 619a2b240a
commit 150b97cd2e
4892 changed files with 99214 additions and 429382 deletions
+2 -2
View File
@@ -1,12 +1,12 @@
{
"name": "@angular-devkit/architect",
"version": "0.2003.10",
"version": "0.2003.26",
"description": "Angular Build Facade",
"experimental": true,
"main": "src/index.js",
"typings": "src/index.d.ts",
"dependencies": {
"@angular-devkit/core": "20.3.10",
"@angular-devkit/core": "20.3.26",
"rxjs": "7.8.2"
},
"builders": "./builders/builders.json",
+3 -3
View File
@@ -1,6 +1,6 @@
{
"name": "@angular-devkit/core",
"version": "20.3.10",
"version": "20.3.26",
"description": "Angular DevKit - Core Utility Library",
"main": "src/index.js",
"typings": "src/index.d.ts",
@@ -30,10 +30,10 @@
"./*.js": "./*.js"
},
"dependencies": {
"ajv": "8.17.1",
"ajv": "8.18.0",
"ajv-formats": "3.0.1",
"jsonc-parser": "3.3.1",
"picomatch": "4.0.3",
"picomatch": "4.0.4",
"rxjs": "7.8.2",
"source-map": "0.7.6"
},
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@angular-devkit/schematics",
"version": "20.3.10",
"version": "20.3.26",
"description": "Angular Schematics - Library",
"main": "src/index.js",
"typings": "src/index.d.ts",
@@ -18,7 +18,7 @@
"tooling"
],
"dependencies": {
"@angular-devkit/core": "20.3.10",
"@angular-devkit/core": "20.3.26",
"jsonc-parser": "3.3.1",
"magic-string": "0.30.17",
"ora": "8.2.0",