Skip to content

Commit 8aa2c7a

Browse files
fix(deps): update angular framework
1 parent e425e89 commit 8aa2c7a

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

package.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -13,30 +13,30 @@
1313
},
1414
"private": true,
1515
"dependencies": {
16-
"@angular/animations": "^21.0.0-next.8",
17-
"@angular/cdk": "^21.0.0-next.9",
18-
"@angular/common": "^21.0.0-next.8",
19-
"@angular/compiler": "^21.0.0-next.8",
20-
"@angular/core": "^21.0.0-next.8",
21-
"@angular/forms": "^21.0.0-next.8",
22-
"@angular/material": "^21.0.0-next.9",
23-
"@angular/platform-browser": "^21.0.0-next.8",
24-
"@angular/platform-browser-dynamic": "^21.0.0-next.8",
25-
"@angular/router": "^21.0.0-next.8",
16+
"@angular/animations": "^21.0.0-rc.0",
17+
"@angular/cdk": "^21.0.0-rc.0",
18+
"@angular/common": "^21.0.0-rc.0",
19+
"@angular/compiler": "^21.0.0-rc.0",
20+
"@angular/core": "^21.0.0-rc.0",
21+
"@angular/forms": "^21.0.0-rc.0",
22+
"@angular/material": "^21.0.0-rc.0",
23+
"@angular/platform-browser": "^21.0.0-rc.0",
24+
"@angular/platform-browser-dynamic": "^21.0.0-rc.0",
25+
"@angular/router": "^21.0.0-rc.0",
2626
"@ngrx/operators": "^20.0.1",
2727
"@ngrx/signals": "^20.0.1",
2828
"json-server": "^1.0.0-beta.3",
2929
"rxjs": "~7.8.2",
3030
"tslib": "^2.8.1"
3131
},
3232
"devDependencies": {
33-
"@angular/build": "^21.0.0-next.8",
34-
"@angular/cli": "^21.0.0-next.8",
35-
"@angular/compiler-cli": "^21.0.0-next.8",
33+
"@angular/build": "^21.0.0-rc.0",
34+
"@angular/cli": "^21.0.0-rc.0",
35+
"@angular/compiler-cli": "^21.0.0-rc.0",
3636
"@ngrx/eslint-plugin": "^20.0.1",
3737
"@playwright/test": "^1.56.1",
3838
"@types/node": "^24.10.0",
39-
"angular-eslint": "^20.4.0",
39+
"angular-eslint": "^20.5.0",
4040
"concurrently": "^9.2.1",
4141
"eslint": "^9.38.0",
4242
"eslint-config-prettier": "^10.1.8",
@@ -51,13 +51,13 @@
5151
},
5252
"overrides": {
5353
"@ngrx/signals": {
54-
"@angular/core": "^21.0.0-next.8"
54+
"@angular/core": "^21.0.0-rc.0"
5555
},
5656
"ng-mocks": {
57-
"@angular/common": "^21.0.0-next.8",
58-
"@angular/core": "^21.0.0-next.8",
59-
"@angular/forms": "^21.0.0-next.8",
60-
"@angular/platform-browser": "^21.0.0-next.8"
57+
"@angular/common": "^21.0.0-rc.0",
58+
"@angular/core": "^21.0.0-rc.0",
59+
"@angular/forms": "^21.0.0-rc.0",
60+
"@angular/platform-browser": "^21.0.0-rc.0"
6161
}
6262
}
6363
}

0 commit comments

Comments
 (0)