Skip to content

Commit b345916

Browse files
committed
fix: dependencies versions
1 parent e4fcd54 commit b345916

File tree

4 files changed

+350
-350
lines changed

4 files changed

+350
-350
lines changed

apps/docs/docs/getting-started/quickstart/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ npm install tailwindcss
1818
Install Flowbite as a dependency using NPM by running this command:
1919

2020
```bash
21-
npm install flowbite-angular
21+
npm install flowbite-angular ng-primitives @ng-icons/core
2222
```
2323

2424
## TailwindCSS configuration

libs/flowbite-angular/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@
3333
"peerDependencies": {
3434
"@angular/cdk": ">=20.0.0 < 21.0.0",
3535
"@angular/core": ">=20.0.0 < 21.0.0",
36-
"@ng-icons/core": "31.3.0",
37-
"@ng-primitives/state": "0.57.0",
36+
"@ng-icons/core": "^31.3.0",
37+
"@ng-primitives/state": "^0.57.0",
3838
"@tailwindcss/postcss": "^4.0.0",
39-
"ng-primitives": "0.57.0",
39+
"ng-primitives": "^0.57.0",
4040
"rxjs": "^7.4.0",
4141
"tailwind-merge": "2.5.5",
4242
"tailwindcss": "^4.0.0"

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,12 @@
4343
"@ng-doc/builder": "20.1.0",
4444
"@ng-doc/core": "20.1.0",
4545
"@ng-doc/ui-kit": "20.1.0",
46-
"@ng-icons/core": "31.3.0",
47-
"@ng-primitives/state": "0.57.0",
46+
"@ng-icons/core": "^31.3.0",
47+
"@ng-primitives/state": "^0.57.0",
4848
"@nx/devkit": "21.2.2",
4949
"@tailwindcss/postcss": "^4.0.0",
5050
"express": "4.18.3",
51-
"ng-primitives": "0.57.0",
51+
"ng-primitives": "^0.57.0",
5252
"postcss": "^8.5.3",
5353
"rxjs": "^7.4.0",
5454
"tailwind-merge": "2.5.5",

0 commit comments

Comments
 (0)