Skip to content

Commit 203b5d2

Browse files
author
Angular Builds
committed
eb97c43 build: update schematics dependencies to ~5.3.0
1 parent d291b3b commit 203b5d2

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular-devkit/schematics-cli",
3-
"version": "19.0.0-next.3+sha-d87822c",
3+
"version": "19.0.0-next.3+sha-eb97c43",
44
"description": "Angular Schematics - CLI",
55
"homepage": "https://github.com/angular/angular-cli",
66
"bin": {
@@ -21,8 +21,8 @@
2121
],
2222
"schematics": "./collection.json",
2323
"dependencies": {
24-
"@angular-devkit/core": "github:angular/angular-devkit-core-builds#d87822c",
25-
"@angular-devkit/schematics": "github:angular/angular-devkit-schematics-builds#d87822c",
24+
"@angular-devkit/core": "github:angular/angular-devkit-core-builds#eb97c43",
25+
"@angular-devkit/schematics": "github:angular/angular-devkit-schematics-builds#eb97c43",
2626
"@inquirer/prompts": "5.4.0",
2727
"ansi-colors": "4.1.3",
2828
"symbol-observable": "4.0.0",

schematic/files/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@
2020
"devDependencies": {
2121
"@types/node": "^18.18.0",
2222
"@types/jasmine": "~5.1.0",
23-
"jasmine": "~5.2.0"
23+
"jasmine": "~5.3.0"
2424
}
2525
}

uniqueId

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Fri Sep 06 2024 14:34:56 GMT+0000 (Coordinated Universal Time)
1+
Mon Sep 09 2024 14:48:36 GMT+0000 (Coordinated Universal Time)

0 commit comments

Comments
 (0)