@cedx/ui 0.1.0 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/ReadMe.md +2 -2
- package/package.json +3 -3
package/ReadMe.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Belin UI
|
|
2
|
-
Component library by [Cédric Belin](https://cedric-belin.fr), full stack developer,
|
|
3
|
-
|
|
2
|
+
Component library by [Cédric Belin](https://cedric-belin.fr), full stack developer, implemented in
|
|
3
|
+
[C#](https://learn.microsoft.com/en-us/dotnet/csharp), [PowerShell](https://learn.microsoft.com/en-us/powershell) and [TypeScript](https://www.typescriptlang.org).
|
|
4
4
|
|
|
5
5
|
> This library is dedicated to personal/side projects.
|
|
6
6
|
> **Use at your own risk!** No support will be provided.
|
package/package.json
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
"name": "@cedx/ui",
|
|
8
8
|
"repository": "cedx/ui",
|
|
9
9
|
"type": "module",
|
|
10
|
-
"version": "0.1.
|
|
10
|
+
"version": "0.1.1",
|
|
11
11
|
"devDependencies": {
|
|
12
12
|
"@eslint/js": "^10.0.1",
|
|
13
13
|
"@types/bootstrap": "^5.2.10",
|
|
@@ -18,14 +18,14 @@
|
|
|
18
18
|
"bootstrap": "^5.3.8",
|
|
19
19
|
"chai": "^6.2.2",
|
|
20
20
|
"esbuild": "^0.28.0",
|
|
21
|
-
"globals": "^17.
|
|
21
|
+
"globals": "^17.5.0",
|
|
22
22
|
"htmx.org": "^2.0.8",
|
|
23
23
|
"mocha": "^11.7.5",
|
|
24
24
|
"playwright": "^1.59.1",
|
|
25
25
|
"playwright-chromium": "^1.59.1",
|
|
26
26
|
"serve-handler": "^6.1.7",
|
|
27
27
|
"typescript": "^6.0.2",
|
|
28
|
-
"typescript-eslint": "^8.58.
|
|
28
|
+
"typescript-eslint": "^8.58.2"
|
|
29
29
|
},
|
|
30
30
|
"engines": {
|
|
31
31
|
"node": ">=24.0.0"
|