Skip to content

Commit 0c43b54

Browse files
authored
fix: dependencies versions (#125)
## PR Checklist Please check if your PR fulfills the following requirements: <!--- [ ] Tests for the changes have been added (for bug fixes/features)--> - [ ] Docs have been added/updated (for bug fixes/features) ## PR Type What kind of change does this PR introduce? <!-- Please check the one that applies to this PR using "x". --> - [ ] Bugfix - [ ] Feature - [ ] Code style update (formatting, local variables) - [ ] Refactoring (no functional changes, no API changes) - [x] Build related changes - [ ] CI-related changes - [ ] Documentation content changes - [ ] Other... Please describe: ## Issue Number <!-- Bugs and features must be linked to an issue. --> Issue Number: N/A ## Does this PR introduce a breaking change? <!-- If this PR contains a breaking change, please describe the impact and migration path for existing applications below. --> - [ ] Yes - [ ] No ## Other information @coderabbitai summary
2 parents a33cdc3 + b345916 commit 0c43b54

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)