@jakubmazanec/ui 0.1.6 → 0.1.7-next.831db908

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 +4 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -17,10 +17,13 @@ npm install @jakubmazanec/ui
17
17
  ⚠️ This is an [ESM](https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c) package!
18
18
  It cannot be required from a CommonJS module.
19
19
 
20
+ <!-- prerequisites -->
21
+
20
22
  #### Prerequisites
21
23
 
22
- - Node.js 20 or later
24
+ - Node.js 22 or later
23
25
  - TypeScript 5 or later
26
+ <!-- prerequisites -->
24
27
 
25
28
  ## Usage
26
29
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jakubmazanec/ui",
3
- "version": "0.1.6",
3
+ "version": "0.1.7-next.831db908",
4
4
  "description": "React component library.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -41,7 +41,7 @@
41
41
  "@dnd-kit/utilities": "^3.2.2",
42
42
  "@headlessui/react": "^2.2.0",
43
43
  "@heroicons/react": "^2.2.0",
44
- "@jakubmazanec/ts-utils": "^3.0.1",
44
+ "@jakubmazanec/ts-utils": "3.0.10-next.831db908",
45
45
  "@tanstack/match-sorter-utils": "^8.19.4",
46
46
  "@tanstack/react-table": "^8.20.6",
47
47
  "culori": "^4.0.1",
@@ -51,7 +51,7 @@
51
51
  },
52
52
  "devDependencies": {
53
53
  "@chromatic-com/storybook": "^3.2.3",
54
- "@jakubmazanec/eslint-config": "^4.1.0",
54
+ "@jakubmazanec/eslint-config": "4.1.3-next.831db908",
55
55
  "@storybook/addon-controls": "^8.4.7",
56
56
  "@storybook/addon-essentials": "^8.4.7",
57
57
  "@storybook/addon-interactions": "^8.4.7",