@jakubmazanec/ui 0.4.0-next.54d1901e → 0.4.0-next.81b882d3
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 -35
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jakubmazanec/ui",
|
|
3
|
-
"version": "0.4.0-next.
|
|
3
|
+
"version": "0.4.0-next.81b882d3",
|
|
4
4
|
"description": "React component library.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -39,50 +39,56 @@
|
|
|
39
39
|
"@dnd-kit/modifiers": "^9.0.0",
|
|
40
40
|
"@dnd-kit/sortable": "^10.0.0",
|
|
41
41
|
"@dnd-kit/utilities": "^3.2.2",
|
|
42
|
-
"@headlessui/react": "^2.2.
|
|
42
|
+
"@headlessui/react": "^2.2.0",
|
|
43
43
|
"@heroicons/react": "^2.2.0",
|
|
44
|
-
"@jakubmazanec/ts-utils": "3.0.13-next.
|
|
44
|
+
"@jakubmazanec/ts-utils": "3.0.13-next.81b882d3",
|
|
45
45
|
"@tanstack/match-sorter-utils": "^8.19.4",
|
|
46
|
-
"@tanstack/react-table": "^8.
|
|
46
|
+
"@tanstack/react-table": "^8.20.6",
|
|
47
47
|
"culori": "^4.0.1",
|
|
48
48
|
"lodash": "^4.17.21",
|
|
49
|
-
"tailwind-merge": "^3.3.
|
|
50
|
-
"zod": "^3.
|
|
49
|
+
"tailwind-merge": "^3.3.0",
|
|
50
|
+
"zod": "^3.24.1"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
|
-
"@chromatic-com/storybook": "^
|
|
54
|
-
"@jakubmazanec/eslint-config": "4.1.6-next.
|
|
55
|
-
"@storybook/addon-
|
|
56
|
-
"@storybook/addon-
|
|
57
|
-
"@storybook/
|
|
58
|
-
"@
|
|
53
|
+
"@chromatic-com/storybook": "^3.2.4",
|
|
54
|
+
"@jakubmazanec/eslint-config": "4.1.6-next.81b882d3",
|
|
55
|
+
"@storybook/addon-controls": "^8.5.2",
|
|
56
|
+
"@storybook/addon-essentials": "^8.5.2",
|
|
57
|
+
"@storybook/addon-interactions": "^8.5.2",
|
|
58
|
+
"@storybook/addon-links": "^8.5.2",
|
|
59
|
+
"@storybook/blocks": "^8.5.2",
|
|
60
|
+
"@storybook/preview-api": "^8.5.2",
|
|
61
|
+
"@storybook/react": "^8.5.2",
|
|
62
|
+
"@storybook/react-vite": "^8.5.2",
|
|
63
|
+
"@storybook/test": "^8.5.2",
|
|
64
|
+
"@tailwindcss/vite": "^4.0.0",
|
|
59
65
|
"@testing-library/jest-dom": "^6.6.3",
|
|
60
|
-
"@testing-library/react": "^16.
|
|
61
|
-
"@types/culori": "^
|
|
62
|
-
"@types/lodash": "^4.17.
|
|
66
|
+
"@testing-library/react": "^16.2.0",
|
|
67
|
+
"@types/culori": "^2.1.1",
|
|
68
|
+
"@types/lodash": "^4.17.15",
|
|
63
69
|
"@types/node": "^22.15.21",
|
|
64
|
-
"@types/react": "^19.
|
|
65
|
-
"@types/react-dom": "^19.
|
|
66
|
-
"@vitest/coverage-v8": "^3.
|
|
70
|
+
"@types/react": "^19.0.8",
|
|
71
|
+
"@types/react-dom": "^19.0.3",
|
|
72
|
+
"@vitest/coverage-v8": "^3.0.4",
|
|
67
73
|
"autoprefixer": "^10.4.20",
|
|
68
|
-
"chromatic": "^
|
|
69
|
-
"concurrently": "^9.2
|
|
74
|
+
"chromatic": "^11.25.2",
|
|
75
|
+
"concurrently": "^9.1.2",
|
|
70
76
|
"del-cli": "^6.0.0",
|
|
71
|
-
"esbuild": "^0.
|
|
72
|
-
"eslint": "^9.
|
|
73
|
-
"happy-dom": "^
|
|
74
|
-
"prettier": "^3.
|
|
75
|
-
"prettier-plugin-packagejson": "^2.5.
|
|
76
|
-
"prettier-plugin-tailwindcss": "^0.6.
|
|
77
|
-
"react": "^19.
|
|
78
|
-
"react-dom": "^19.
|
|
79
|
-
"storybook": "^
|
|
80
|
-
"tailwindcss": "^4.1.
|
|
81
|
-
"tsx": "^4.
|
|
82
|
-
"typedoc": "^0.28.
|
|
83
|
-
"typedoc-plugin-markdown": "^4.
|
|
84
|
-
"typescript": "^5.
|
|
85
|
-
"vitest": "^3.
|
|
77
|
+
"esbuild": "^0.24.2",
|
|
78
|
+
"eslint": "^9.19.0",
|
|
79
|
+
"happy-dom": "^16.7.3",
|
|
80
|
+
"prettier": "^3.4.2",
|
|
81
|
+
"prettier-plugin-packagejson": "^2.5.8",
|
|
82
|
+
"prettier-plugin-tailwindcss": "^0.6.11",
|
|
83
|
+
"react": "^19.0.0",
|
|
84
|
+
"react-dom": "^19.0.0",
|
|
85
|
+
"storybook": "^8.5.2",
|
|
86
|
+
"tailwindcss": "^4.1.7",
|
|
87
|
+
"tsx": "^4.19.2",
|
|
88
|
+
"typedoc": "^0.28.4",
|
|
89
|
+
"typedoc-plugin-markdown": "^4.6.3",
|
|
90
|
+
"typescript": "^5.7.3",
|
|
91
|
+
"vitest": "^3.0.4"
|
|
86
92
|
},
|
|
87
93
|
"peerDependencies": {
|
|
88
94
|
"react": "19.x",
|