Skip to content

Commit d23a7a7

Browse files
committed
build: update peer dependencies and bump version
Update peer dependencies to support Angular 21 instead of 22-next and bump the patch version to 0.21.1.
1 parent 4835277 commit d23a7a7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

packages/misc/angular-in-memory-web-api/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "angular-in-memory-web-api",
3-
"version": "0.21.0",
3+
"version": "0.21.1",
44
"description": "An in-memory web api for Angular demos and tests",
55
"author": "angular",
66
"license": "MIT",
77
"peerDependencies": {
8-
"@angular/core": "^21.2.0-next",
9-
"@angular/common": "^21.2.0-next",
8+
"@angular/core": "^21.0.0",
9+
"@angular/common": "^21.0.0",
1010
"rxjs": "^6.5.3 || ^7.4.0"
1111
},
1212
"dependencies": {

0 commit comments

Comments
 (0)