Skip to content

Commit b07a588

Browse files
committed
chore(release): update to angular 21
1 parent 9579f11 commit b07a588

4 files changed

Lines changed: 20 additions & 92 deletions

File tree

apps/docs/src/main.server.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import { AppComponent } from './app/app.component';
22
import { config } from './app/app.config.server';
33

4+
import { provideZoneChangeDetection } from '@angular/core';
45
import type { BootstrapContext } from '@angular/platform-browser';
56
import { bootstrapApplication } from '@angular/platform-browser';
67

libs/flowbite-angular/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@
3434
"@angular/cdk": ">=21.0.0 < 22.0.0",
3535
"@angular/core": ">=21.0.0 < 22.0.0",
3636
"@ng-icons/core": "^31.3.0",
37-
"@ng-primitives/state": ">=0.90.0",
37+
"@ng-primitives/state": "^0.90.0",
3838
"@tailwindcss/postcss": "^4.0.0",
39-
"ng-primitives": ">=0.57.0",
39+
"ng-primitives": "^0.90.0",
4040
"rxjs": "^7.4.0",
4141
"tailwind-merge": "2.5.5",
4242
"tailwindcss": "^4.0.0"

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,11 @@
4444
"@ng-doc/core": "21.0.0",
4545
"@ng-doc/ui-kit": "21.0.0",
4646
"@ng-icons/core": "^31.3.0",
47-
"@ng-primitives/state": "0.78.0",
47+
"@ng-primitives/state": "^0.90.0",
4848
"@nx/devkit": "22.3.3",
4949
"@tailwindcss/postcss": "^4.0.0",
5050
"express": "4.18.3",
51-
"ng-primitives": "0.86.0",
51+
"ng-primitives": "^0.90.0",
5252
"postcss": "^8.5.3",
5353
"rxjs": "^7.4.0",
5454
"tailwind-merge": "2.5.5",

pnpm-lock.yaml

Lines changed: 15 additions & 88 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)