We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70c61c9 commit 36eeb23Copy full SHA for 36eeb23
projects/schematics/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "schematics",
3
- "version": "16.0.1",
+ "version": "20.0.0",
4
"description": "A schematic for the Angular Lib for OpenID Connect & OAuth2",
5
"scripts": {
6
"build": "tsc -p tsconfig.json",
@@ -13,9 +13,9 @@
13
"license": "MIT",
14
"schematics": "./src/collection.json",
15
"dependencies": {
16
- "@schematics/angular": "^18.0.0",
17
- "@angular-devkit/core": "^18.0.0",
18
- "@angular-devkit/schematics": "^18.0.0",
+ "@schematics/angular": "^19.0.2",
+ "@angular-devkit/core": "^19.0.2",
+ "@angular-devkit/schematics": "^19.0.2",
19
"typescript": "~5.4.5"
20
}
21
0 commit comments