Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/docs/docs/getting-started/quickstart/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ npm install tailwindcss
Install Flowbite as a dependency using NPM by running this command:

```bash
npm install flowbite-angular
npm install flowbite-angular ng-primitives @ng-icons/core
```

## TailwindCSS configuration
Expand Down
6 changes: 3 additions & 3 deletions libs/flowbite-angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@
"peerDependencies": {
"@angular/cdk": ">=20.0.0 < 21.0.0",
"@angular/core": ">=20.0.0 < 21.0.0",
"@ng-icons/core": "31.3.0",
"@ng-primitives/state": "0.57.0",
"@ng-icons/core": "^31.3.0",
"@ng-primitives/state": "^0.57.0",
"@tailwindcss/postcss": "^4.0.0",
"ng-primitives": "0.57.0",
"ng-primitives": "^0.57.0",
"rxjs": "^7.4.0",
"tailwind-merge": "2.5.5",
"tailwindcss": "^4.0.0"
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,12 @@
"@ng-doc/builder": "20.1.0",
"@ng-doc/core": "20.1.0",
"@ng-doc/ui-kit": "20.1.0",
"@ng-icons/core": "31.3.0",
"@ng-primitives/state": "0.57.0",
"@ng-icons/core": "^31.3.0",
"@ng-primitives/state": "^0.57.0",
"@nx/devkit": "21.2.2",
"@tailwindcss/postcss": "^4.0.0",
"express": "4.18.3",
"ng-primitives": "0.57.0",
"ng-primitives": "^0.57.0",
"postcss": "^8.5.3",
"rxjs": "^7.4.0",
"tailwind-merge": "2.5.5",
Expand Down
Loading