Skip to content

Commit 2e808d7

Browse files
committed
feat: angular 21
1 parent f84218e commit 2e808d7

2 files changed

Lines changed: 413 additions & 313 deletions

File tree

frontend/package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -18,20 +18,20 @@
1818
"private": true,
1919
"packageManager": "npm@11.5.2",
2020
"dependencies": {
21-
"@angular/common": "^21.0.0-next.0",
22-
"@angular/compiler": "^21.0.0-next.0",
23-
"@angular/core": "^21.0.0-next.0",
24-
"@angular/forms": "^21.0.0-next.0",
25-
"@angular/platform-browser": "^21.0.0-next.0",
26-
"@angular/router": "^21.0.0-next.0",
27-
"@supabase/supabase-js": "^2.81.1",
28-
"rxjs": "~7.8.0",
29-
"tslib": "^2.3.0"
21+
"@angular/common": "^21.0.0",
22+
"@angular/compiler": "^21.0.0",
23+
"@angular/core": "^21.0.0",
24+
"@angular/forms": "^21.0.0",
25+
"@angular/platform-browser": "^21.0.0",
26+
"@angular/router": "^21.0.0",
27+
"@supabase/supabase-js": "^2.83.0",
28+
"rxjs": "~7.8.2",
29+
"tslib": "^2.8.1"
3030
},
3131
"devDependencies": {
32-
"@angular/build": "^21.0.0-rc.4",
33-
"@angular/cli": "^21.0.0-rc.4",
34-
"@angular/compiler-cli": "^21.0.0-next.0",
32+
"@angular/build": "^21.0.0",
33+
"@angular/cli": "^21.0.0",
34+
"@angular/compiler-cli": "^21.0.0",
3535
"@playwright/test": "^1.56.1",
3636
"@tailwindcss/postcss": "^4.1.12",
3737
"postcss": "^8.5.3",

0 commit comments

Comments
 (0)