@jakubmazanec/ui 0.1.6-next.c8df116c → 0.1.6-next.e20bd97a
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/package.json +41 -41
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jakubmazanec/ui",
|
|
3
|
-
"version": "0.1.6-next.
|
|
3
|
+
"version": "0.1.6-next.e20bd97a",
|
|
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=node22.
|
|
25
|
+
"build": "del-cli build tsconfig.tsbuildinfo && esbuild \"source/**/*\" --platform=node --target=node22.12 --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=node22.
|
|
27
|
+
"develop": "concurrently \"esbuild \"source/**/*\" --platform=node --target=node22.12 --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 .",
|
|
@@ -33,61 +33,61 @@
|
|
|
33
33
|
"typecheck": "tsc --project tsconfig.typecheck.json"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@conform-to/react": "^1.
|
|
37
|
-
"@conform-to/zod": "^1.
|
|
38
|
-
"@dnd-kit/core": "^6.1
|
|
39
|
-
"@dnd-kit/modifiers": "^
|
|
40
|
-
"@dnd-kit/sortable": "^
|
|
36
|
+
"@conform-to/react": "^1.2.2",
|
|
37
|
+
"@conform-to/zod": "^1.2.2",
|
|
38
|
+
"@dnd-kit/core": "^6.3.1",
|
|
39
|
+
"@dnd-kit/modifiers": "^9.0.0",
|
|
40
|
+
"@dnd-kit/sortable": "^10.0.0",
|
|
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.9-next.e20bd97a",
|
|
45
45
|
"@tanstack/match-sorter-utils": "^8.19.4",
|
|
46
|
-
"@tanstack/react-table": "^8.20.
|
|
46
|
+
"@tanstack/react-table": "^8.20.6",
|
|
47
47
|
"culori": "^4.0.1",
|
|
48
48
|
"lodash": "^4.17.21",
|
|
49
|
-
"tailwind-merge": "^2.
|
|
50
|
-
"zod": "^3.
|
|
49
|
+
"tailwind-merge": "^2.6.0",
|
|
50
|
+
"zod": "^3.24.1"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
53
|
"@chromatic-com/storybook": "^3.2.3",
|
|
54
|
-
"@jakubmazanec/eslint-config": "4.1.2-next.
|
|
55
|
-
"@storybook/addon-controls": "^8.4.
|
|
56
|
-
"@storybook/addon-essentials": "^8.4.
|
|
57
|
-
"@storybook/addon-interactions": "^8.4.
|
|
58
|
-
"@storybook/addon-links": "^8.4.
|
|
59
|
-
"@storybook/blocks": "^8.4.
|
|
60
|
-
"@storybook/preview-api": "^8.4.
|
|
61
|
-
"@storybook/react": "^8.4.
|
|
62
|
-
"@storybook/react-vite": "^8.4.
|
|
63
|
-
"@storybook/test": "^8.4.
|
|
54
|
+
"@jakubmazanec/eslint-config": "4.1.2-next.e20bd97a",
|
|
55
|
+
"@storybook/addon-controls": "^8.4.7",
|
|
56
|
+
"@storybook/addon-essentials": "^8.4.7",
|
|
57
|
+
"@storybook/addon-interactions": "^8.4.7",
|
|
58
|
+
"@storybook/addon-links": "^8.4.7",
|
|
59
|
+
"@storybook/blocks": "^8.4.7",
|
|
60
|
+
"@storybook/preview-api": "^8.4.7",
|
|
61
|
+
"@storybook/react": "^8.4.7",
|
|
62
|
+
"@storybook/react-vite": "^8.4.7",
|
|
63
|
+
"@storybook/test": "^8.4.7",
|
|
64
64
|
"@testing-library/jest-dom": "^6.6.3",
|
|
65
|
-
"@testing-library/react": "^16.0
|
|
65
|
+
"@testing-library/react": "^16.1.0",
|
|
66
66
|
"@types/culori": "^2.1.1",
|
|
67
67
|
"@types/lodash": "^4.17.13",
|
|
68
|
-
"@types/node": "^22.
|
|
69
|
-
"@types/react": "^18.3.
|
|
70
|
-
"@types/react-dom": "^18.3.
|
|
71
|
-
"@vitest/coverage-v8": "^2.1.
|
|
68
|
+
"@types/node": "^22.10.2",
|
|
69
|
+
"@types/react": "^18.3.18",
|
|
70
|
+
"@types/react-dom": "^18.3.5",
|
|
71
|
+
"@vitest/coverage-v8": "^2.1.8",
|
|
72
72
|
"autoprefixer": "^10.4.20",
|
|
73
|
-
"chromatic": "^11.
|
|
74
|
-
"concurrently": "^9.1.
|
|
73
|
+
"chromatic": "^11.20.2",
|
|
74
|
+
"concurrently": "^9.1.2",
|
|
75
75
|
"del-cli": "^6.0.0",
|
|
76
|
-
"esbuild": "^0.24.
|
|
77
|
-
"eslint": "^9.
|
|
78
|
-
"happy-dom": "^
|
|
79
|
-
"prettier": "^3.
|
|
80
|
-
"prettier-plugin-packagejson": "^2.5.
|
|
81
|
-
"prettier-plugin-tailwindcss": "^0.6.
|
|
76
|
+
"esbuild": "^0.24.2",
|
|
77
|
+
"eslint": "^9.17.0",
|
|
78
|
+
"happy-dom": "^16.2.8",
|
|
79
|
+
"prettier": "^3.4.2",
|
|
80
|
+
"prettier-plugin-packagejson": "^2.5.6",
|
|
81
|
+
"prettier-plugin-tailwindcss": "^0.6.9",
|
|
82
82
|
"react": "^18.3.1",
|
|
83
83
|
"react-dom": "^18.3.1",
|
|
84
|
-
"storybook": "^8.4.
|
|
85
|
-
"tailwindcss": "^3.4.
|
|
84
|
+
"storybook": "^8.4.7",
|
|
85
|
+
"tailwindcss": "^3.4.17",
|
|
86
86
|
"tsx": "^4.19.2",
|
|
87
87
|
"typedoc": "^0.27.6",
|
|
88
|
-
"typedoc-plugin-markdown": "^4.
|
|
89
|
-
"typescript": "^5.
|
|
90
|
-
"vitest": "^2.1.
|
|
88
|
+
"typedoc-plugin-markdown": "^4.4.0",
|
|
89
|
+
"typescript": "^5.7.2",
|
|
90
|
+
"vitest": "^2.1.8"
|
|
91
91
|
},
|
|
92
92
|
"peerDependencies": {
|
|
93
93
|
"react": "18.x",
|
|
@@ -96,6 +96,6 @@
|
|
|
96
96
|
},
|
|
97
97
|
"packageManager": "npm@10.9.0",
|
|
98
98
|
"engines": {
|
|
99
|
-
"node": "^22.
|
|
99
|
+
"node": "^22.12.0"
|
|
100
100
|
}
|
|
101
101
|
}
|