Skip to content

Commit d5271e0

Browse files
committed
Update packages
1 parent 6f20717 commit d5271e0

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"start-sample-code-flow-auth0": "ng serve sample-code-flow-auth0 --ssl -o",
4040
"start-sample-code-flow-par": "ng serve sample-code-flow-par -o",
4141
"start-sample-code-flow-azure-b2c": "ng serve sample-code-flow-azure-b2c --ssl -o",
42-
"start-sample-code-flow-azuread": "ng serve sample-code-flow-azuread --ssl -o",
42+
"start-sample-code-flow-entra-id": "ng serve sample-code-flow-azuread --ssl -o",
4343
"start-sample-code-flow-multi-Auth0-ID4": "ng serve sample-code-flow-multi-Auth0-ID4 --ssl -o",
4444
"start-sample-code-flow-multi-Auth0-ID4-popup": "ng serve sample-code-flow-multi-Auth0-ID4-popup --ssl -o",
4545
"start-sample-code-flow-multi-AAD": "ng serve sample-code-flow-multi-AAD --ssl -o",
@@ -63,7 +63,7 @@
6363
"@angular/platform-browser": "^20.2.3",
6464
"@angular/platform-browser-dynamic": "^20.2.3",
6565
"@angular/router": "^20.2.3",
66-
"@schematics/angular": "^19.0.2",
66+
"@schematics/angular": "^20.2.2",
6767
"rxjs": "^7.4.0",
6868
"shelljs": "^0.8.5",
6969
"tslib": "^2.1.0",

projects/schematics/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "schematics",
3-
"version": "16.0.1",
3+
"version": "20.0.0",
44
"description": "A schematic for the Angular Lib for OpenID Connect & OAuth2",
55
"scripts": {
66
"build": "tsc -p tsconfig.json",
@@ -13,9 +13,9 @@
1313
"license": "MIT",
1414
"schematics": "./src/collection.json",
1515
"dependencies": {
16-
"@schematics/angular": "^18.0.0",
17-
"@angular-devkit/core": "^18.0.0",
18-
"@angular-devkit/schematics": "^18.0.0",
16+
"@schematics/angular": "^20.2.2",
17+
"@angular-devkit/core": "^20.2.2",
18+
"@angular-devkit/schematics": "^20.2.2",
1919
"typescript": "~5.4.5"
2020
}
2121
}

0 commit comments

Comments
 (0)