@jakubmazanec/ui 0.3.1 → 0.3.2-unstable.16b46a67
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 +1 -1
- package/package.json +10 -10
package/README.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jakubmazanec/ui",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.2-unstable.16b46a67",
|
|
4
4
|
"description": "React component library.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -22,9 +22,9 @@
|
|
|
22
22
|
"source"
|
|
23
23
|
],
|
|
24
24
|
"scripts": {
|
|
25
|
-
"build": "del-cli build tsconfig.tsbuildinfo && esbuild \"source/**/*\" --platform=node --target=
|
|
25
|
+
"build": "del-cli build tsconfig.tsbuildinfo && esbuild \"source/**/*\" --platform=node --target=node24.1 --outdir=build --sourcemap --loader:.woff2=copy && tsc && storybook build",
|
|
26
26
|
"clean": "del-cli coverage build *.tsbuildinfo",
|
|
27
|
-
"develop": "concurrently \"esbuild \"source/**/*\" --platform=node --target=
|
|
27
|
+
"develop": "concurrently \"esbuild \"source/**/*\" --platform=node --target=node24.1 --outdir=build --sourcemap --watch\" \"tsc --watch\" \"storybook dev -p 6006 --no-open\"",
|
|
28
28
|
"document": "del-cli docs && typedoc --options typedoc.config.cjs",
|
|
29
29
|
"format": "prettier . --write --ignore-unknown",
|
|
30
30
|
"lint": "eslint .",
|
|
@@ -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": "
|
|
44
|
+
"@jakubmazanec/ts-utils": "3.0.13-unstable.16b46a67",
|
|
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.4",
|
|
54
|
-
"@jakubmazanec/eslint-config": "
|
|
54
|
+
"@jakubmazanec/eslint-config": "4.1.6-unstable.16b46a67",
|
|
55
55
|
"@storybook/addon-controls": "^8.5.2",
|
|
56
56
|
"@storybook/addon-essentials": "^8.5.2",
|
|
57
57
|
"@storybook/addon-interactions": "^8.5.2",
|
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
"@testing-library/react": "^16.2.0",
|
|
66
66
|
"@types/culori": "^2.1.1",
|
|
67
67
|
"@types/lodash": "^4.17.15",
|
|
68
|
-
"@types/node": "^22.
|
|
68
|
+
"@types/node": "^22.15.21",
|
|
69
69
|
"@types/react": "^19.0.8",
|
|
70
70
|
"@types/react-dom": "^19.0.3",
|
|
71
71
|
"@vitest/coverage-v8": "^3.0.4",
|
|
@@ -84,8 +84,8 @@
|
|
|
84
84
|
"storybook": "^8.5.2",
|
|
85
85
|
"tailwindcss": "^3.4.17",
|
|
86
86
|
"tsx": "^4.19.2",
|
|
87
|
-
"typedoc": "^0.
|
|
88
|
-
"typedoc-plugin-markdown": "^4.
|
|
87
|
+
"typedoc": "^0.28.4",
|
|
88
|
+
"typedoc-plugin-markdown": "^4.6.3",
|
|
89
89
|
"typescript": "^5.7.3",
|
|
90
90
|
"vitest": "^3.0.4"
|
|
91
91
|
},
|
|
@@ -94,8 +94,8 @@
|
|
|
94
94
|
"react-dom": "19.x",
|
|
95
95
|
"tailwindcss": "3.x"
|
|
96
96
|
},
|
|
97
|
-
"packageManager": "npm@
|
|
97
|
+
"packageManager": "npm@11.3.0",
|
|
98
98
|
"engines": {
|
|
99
|
-
"node": "^
|
|
99
|
+
"node": "^24.1.0"
|
|
100
100
|
}
|
|
101
101
|
}
|