Skip to content

Commit 9c3aba6

Browse files
authored
docs: update framework/library readme (#302)
1 parent 2784cb9 commit 9c3aba6

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ This application uses all available features from the library and is like a defa
2020
The dashboard uses [daisyUI](https://daisyui.com), based on [tailwindcss](https://tailwindcss.com), as component framework.
2121
For the EDC Management API the [Think-iT-Labs/edc-connector-client](https://github.com/Think-iT-Labs/edc-connector-client) is used.
2222

23-
| Framework/Library | Version |
24-
|----------------------|-----------------------------|
25-
| daisyUI | v5 |
26-
| tailwindcss | v4 |
27-
| edc-connector-client | v0.9.0 (Management API v3) |
23+
| Framework/Library | Version |
24+
|----------------------|----------------------------------------------------------------------------|
25+
| daisyUI | v5 |
26+
| tailwindcss | v4 |
27+
| edc-connector-client | v0.9.x (Management API v3, Catalog API v1-alpha, IdentityHub API v1-alpha) |
2828

2929

3030
All the components and services are inside the library to make the creation of custom dashboards easier.

projects/dashboard-core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"name": "@eclipse-edc/dashboard-core",
33
"version": "0.3.0",
44
"peerDependencies": {
5-
"@angular/common": "^20.3.9",
6-
"@angular/core": "^20.3.9",
5+
"@angular/common": "^20.3.18",
6+
"@angular/core": "^20.3.18",
77
"@tailwindcss/postcss": "^4.1.16",
88
"@think-it-labs/edc-connector-client": "0.9.5",
99
"daisyui": "^5.3.10",

0 commit comments

Comments
 (0)