Skip to content

Commit 28ce9e7

Browse files
Bump @angular-devkit/schematics from 13.2.0 to 13.2.1
Bumps [@angular-devkit/schematics](https://github.com/angular/angular-cli) from 13.2.0 to 13.2.1. - [Release notes](https://github.com/angular/angular-cli/releases) - [Changelog](https://github.com/angular/angular-cli/blob/master/CHANGELOG.md) - [Commits](angular/angular-cli@13.2.0...13.2.1) --- updated-dependencies: - dependency-name: "@angular-devkit/schematics" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 37bf55c commit 28ce9e7

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"@angular-devkit/architect": "~0.1302.1",
4141
"@angular-devkit/build-angular": "~13.2.1",
4242
"@angular-devkit/core": "~13.2.0",
43-
"@angular-devkit/schematics": "~13.2.0",
43+
"@angular-devkit/schematics": "~13.2.1",
4444
"@angular-eslint/builder": "13.0.1",
4545
"@angular-eslint/eslint-plugin": "13.0.1",
4646
"@angular-eslint/eslint-plugin-template": "13.0.1",

yarn.lock

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@
130130
rxjs "6.6.7"
131131
source-map "0.7.3"
132132

133-
"@angular-devkit/[email protected]", "@angular-devkit/schematics@~13.2.0":
133+
"@angular-devkit/[email protected]":
134134
version "13.2.0"
135135
resolved "https://registry.yarnpkg.com/@angular-devkit/schematics/-/schematics-13.2.0.tgz#656a5491be9f25e08faffd410c6ad9a75a82a8a2"
136136
integrity sha512-EwoqDqLJH5YpWiLuQJwonnJu2bi4xQlyKXyUTuXsQ4gIsAPrg+ijyAe+F/brAtDLBj0sU7JHoC0U1yx2pZ7f1A==
@@ -141,6 +141,17 @@
141141
ora "5.4.1"
142142
rxjs "6.6.7"
143143

144+
"@angular-devkit/schematics@~13.2.1":
145+
version "13.2.1"
146+
resolved "https://registry.yarnpkg.com/@angular-devkit/schematics/-/schematics-13.2.1.tgz#85090c9dc071f2a6eef9497bc91e77a1051c0d30"
147+
integrity sha512-vEQnQfO1IrsWd8VneqGBSbunClP0nQwDAnPKUH2n1yeqPnj8SZmxsw2s8A6WV7Xifk6RUOGK0JGS8rbAwqGvZA==
148+
dependencies:
149+
"@angular-devkit/core" "13.2.1"
150+
jsonc-parser "3.0.0"
151+
magic-string "0.25.7"
152+
ora "5.4.1"
153+
rxjs "6.6.7"
154+
144155
"@angular-eslint/[email protected]":
145156
version "13.0.1"
146157
resolved "https://registry.yarnpkg.com/@angular-eslint/builder/-/builder-13.0.1.tgz#568bf7df41b7ff4fcf51d2d2188b372da6152bcd"

0 commit comments

Comments
 (0)