@cedx/ui 0.2.0 → 0.4.0

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.
Files changed (2) hide show
  1. package/ReadMe.md +5 -5
  2. package/package.json +8 -8
package/ReadMe.md CHANGED
@@ -6,12 +6,12 @@ Component library by [Cédric Belin](https://cedric-belin.fr), full stack develo
6
6
  > **Use at your own risk!** No support will be provided.
7
7
 
8
8
  ## Documentation
9
- - [User guide](https://github.com/cedx/ui/tree/main/docs)
10
- - [Examples](https://github.com/cedx/ui/tree/main/example)
9
+ - [User guide](https://github.com/CedX/UI/tree/main/docs)
10
+ - [Examples](https://github.com/CedX/UI/tree/main/example)
11
11
 
12
12
  ## Development
13
- - [Git repository](https://github.com/cedx/ui)
14
- - [Submit an issue](https://github.com/cedx/ui/issues)
13
+ - [Git repository](https://github.com/CedX/UI)
14
+ - [Submit an issue](https://github.com/CedX/UI/issues)
15
15
 
16
16
  ## Licence
17
- [Belin UI](https://github.com/cedx/ui) is distributed under the MIT License.
17
+ [Belin UI](https://github.com/CedX/UI) is distributed under the MIT License.
package/package.json CHANGED
@@ -1,19 +1,19 @@
1
1
  {
2
2
  "author": "Cédric Belin <cedx@outlook.com>",
3
- "bugs": "https://github.com/cedx/ui/issues",
3
+ "bugs": "https://github.com/CedX/UI/issues",
4
4
  "description": "Component library by Cédric Belin, full stack developer.",
5
- "homepage": "https://github.com/cedx/ui",
5
+ "homepage": "https://github.com/CedX/UI",
6
6
  "license": "MIT",
7
7
  "name": "@cedx/ui",
8
- "repository": "cedx/ui",
8
+ "repository": "CedX/UI",
9
9
  "type": "module",
10
- "version": "0.2.0",
10
+ "version": "0.4.0",
11
11
  "devDependencies": {
12
12
  "@eslint/js": "^10.0.1",
13
13
  "@types/bootstrap": "^5.2.10",
14
14
  "@types/chai": "^5.2.3",
15
15
  "@types/mocha": "^10.0.10",
16
- "@types/node": "^25.6.0",
16
+ "@types/node": "^25.8.0",
17
17
  "@types/serve-handler": "^6.1.4",
18
18
  "bootstrap": "^5.3.8",
19
19
  "chai": "^6.2.2",
@@ -21,11 +21,11 @@
21
21
  "globals": "^17.6.0",
22
22
  "htmx.org": "^2.0.10",
23
23
  "mocha": "^11.7.5",
24
- "playwright": "^1.59.1",
25
- "playwright-chromium": "^1.59.1",
24
+ "playwright": "^1.60.0",
25
+ "playwright-chromium": "^1.60.0",
26
26
  "serve-handler": "^6.1.7",
27
27
  "typescript": "^6.0.3",
28
- "typescript-eslint": "^8.59.2"
28
+ "typescript-eslint": "^8.59.3"
29
29
  },
30
30
  "engines": {
31
31
  "node": ">=24.0.0"