@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.
Files changed (1) hide show
  1. 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.54d1901e",
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.4",
42
+ "@headlessui/react": "^2.2.0",
43
43
  "@heroicons/react": "^2.2.0",
44
- "@jakubmazanec/ts-utils": "3.0.13-next.54d1901e",
44
+ "@jakubmazanec/ts-utils": "3.0.13-next.81b882d3",
45
45
  "@tanstack/match-sorter-utils": "^8.19.4",
46
- "@tanstack/react-table": "^8.21.3",
46
+ "@tanstack/react-table": "^8.20.6",
47
47
  "culori": "^4.0.1",
48
48
  "lodash": "^4.17.21",
49
- "tailwind-merge": "^3.3.1",
50
- "zod": "^3.25.67"
49
+ "tailwind-merge": "^3.3.0",
50
+ "zod": "^3.24.1"
51
51
  },
52
52
  "devDependencies": {
53
- "@chromatic-com/storybook": "^4.0.1",
54
- "@jakubmazanec/eslint-config": "4.1.6-next.54d1901e",
55
- "@storybook/addon-docs": "^9.0.13",
56
- "@storybook/addon-links": "^9.0.13",
57
- "@storybook/react-vite": "^9.0.13",
58
- "@tailwindcss/vite": "^4.1.10",
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.3.0",
61
- "@types/culori": "^4.0.0",
62
- "@types/lodash": "^4.17.18",
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.1.8",
65
- "@types/react-dom": "^19.1.6",
66
- "@vitest/coverage-v8": "^3.2.4",
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": "^13.0.1",
69
- "concurrently": "^9.2.0",
74
+ "chromatic": "^11.25.2",
75
+ "concurrently": "^9.1.2",
70
76
  "del-cli": "^6.0.0",
71
- "esbuild": "^0.25.5",
72
- "eslint": "^9.29.0",
73
- "happy-dom": "^18.0.1",
74
- "prettier": "^3.6.0",
75
- "prettier-plugin-packagejson": "^2.5.15",
76
- "prettier-plugin-tailwindcss": "^0.6.13",
77
- "react": "^19.1.0",
78
- "react-dom": "^19.1.0",
79
- "storybook": "^9.0.13",
80
- "tailwindcss": "^4.1.10",
81
- "tsx": "^4.20.3",
82
- "typedoc": "^0.28.5",
83
- "typedoc-plugin-markdown": "^4.7.0",
84
- "typescript": "^5.8.3",
85
- "vitest": "^3.2.4"
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",