Skip to content

Commit 99d5de1

Browse files
author
Angular Builds
committed
099b5a7 build: update all non-major dependencies
1 parent 8eceda2 commit 99d5de1

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular-devkit/schematics-cli",
3-
"version": "19.1.0-next.2+sha-b4e9a2a",
3+
"version": "19.1.0-next.2+sha-099b5a7",
44
"description": "Angular Schematics - CLI",
55
"homepage": "https://github.com/angular/angular-cli",
66
"bin": {
@@ -21,9 +21,9 @@
2121
],
2222
"schematics": "./collection.json",
2323
"dependencies": {
24-
"@angular-devkit/core": "github:angular/angular-devkit-core-builds#b4e9a2a",
25-
"@angular-devkit/schematics": "github:angular/angular-devkit-schematics-builds#b4e9a2a",
26-
"@inquirer/prompts": "7.2.0",
24+
"@angular-devkit/core": "github:angular/angular-devkit-core-builds#099b5a7",
25+
"@angular-devkit/schematics": "github:angular/angular-devkit-schematics-builds#099b5a7",
26+
"@inquirer/prompts": "7.2.1",
2727
"ansi-colors": "4.1.3",
2828
"symbol-observable": "4.0.0",
2929
"yargs-parser": "21.1.1"

tsconfig-build.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"extends": "./tsconfig.json",
3+
"compilerOptions": {
4+
"types": ["node"]
5+
}
6+
}

uniqueId

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Sat Dec 21 2024 18:06:54 GMT+0000 (Coordinated Universal Time)
1+
Mon Dec 23 2024 14:31:37 GMT+0000 (Coordinated Universal Time)

0 commit comments

Comments
 (0)