dawn-ui-react 1.0.0-alpha.4 → 1.0.0-alpha.5

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dawn-ui-react",
3
- "version": "1.0.0-alpha.4",
3
+ "version": "1.0.0-alpha.5",
4
4
  "license": "MIT",
5
5
  "repository": {
6
6
  "type": "git",
@@ -31,7 +31,7 @@
31
31
  "build": "tsc -b && vite build && pnpm run build:css",
32
32
  "build-storybook": "pnpm build:tailwind && storybook build",
33
33
  "build:css": "node -e \"require('fs').copyFileSync('src/styles/input.css', 'dist/styles.css')\"",
34
- "build:tailwind": "pnpx @tailwindcss/cli -i ./src/styles/input.css -o ./dist/styles.css",
34
+ "build:tailwind": "pnpm dlx @tailwindcss/cli -i ./src/styles/input.css -o ./dist/styles.css",
35
35
  "commit": "git add . && git commit",
36
36
  "commit:skip": "git add . && git commit --no-verify",
37
37
  "cz": "cz",
@@ -44,41 +44,41 @@
44
44
  "storybook": "concurrently 'pnpm:watch:*'",
45
45
  "test": "vitest run",
46
46
  "watch:storybook": "storybook dev -p 6006",
47
- "watch:tailwind": "pnpx @tailwindcss/cli -i ./src/styles/input.css -o ./src/styles/output.css --watch"
47
+ "watch:tailwind": "pnpm dlx @tailwindcss/cli -i ./src/styles/input.css -o ./src/styles/output.css --watch"
48
48
  },
49
49
  "dependencies": {
50
50
  "@base-ui/react": "^1.4.1",
51
51
  "@dnd-kit/dom": "^0.4.0",
52
52
  "@dnd-kit/react": "^0.4.0",
53
53
  "@phosphor-icons/react": "^2.1.10",
54
- "@tailwindcss/cli": "^4.2.4",
55
- "@tailwindcss/vite": "^4.2.4",
56
- "@tanstack/react-form": "^1.29.1",
54
+ "@tailwindcss/cli": "^4.3.0",
55
+ "@tailwindcss/vite": "^4.3.0",
56
+ "@tanstack/react-form": "^1.31.0",
57
57
  "@tanstack/react-table": "^8.21.3",
58
58
  "class-variance-authority": "^0.7.1",
59
59
  "clsx": "^2.1.1",
60
60
  "react-resizable-panels": "^4.11.0",
61
61
  "tailwind-merge": "^3.5.0",
62
- "tailwindcss": "^4.2.4",
62
+ "tailwindcss": "^4.3.0",
63
63
  "tw-animate-css": "^1.4.0"
64
64
  },
65
65
  "devDependencies": {
66
66
  "@chromatic-com/storybook": "^5.1.2",
67
- "@commitlint/cli": "^20.5.3",
68
- "@commitlint/config-conventional": "^20.5.3",
67
+ "@commitlint/cli": "^21.0.0",
68
+ "@commitlint/config-conventional": "^21.0.0",
69
69
  "@faker-js/faker": "^10.4.0",
70
70
  "@semantic-release/changelog": "^6.0.3",
71
71
  "@semantic-release/commit-analyzer": "^13.0.1",
72
72
  "@semantic-release/git": "^10.0.1",
73
- "@semantic-release/github": "^12.0.6",
73
+ "@semantic-release/github": "^12.0.8",
74
74
  "@semantic-release/npm": "^13.1.5",
75
- "@semantic-release/release-notes-generator": "^14.1.0",
75
+ "@semantic-release/release-notes-generator": "^14.1.1",
76
76
  "@storybook/addon-a11y": "^10.3.6",
77
77
  "@storybook/addon-docs": "^10.3.6",
78
78
  "@storybook/addon-themes": "^10.3.6",
79
79
  "@storybook/addon-vitest": "^10.3.6",
80
80
  "@storybook/react-vite": "^10.3.6",
81
- "@tailwindcss/node": "^4.2.4",
81
+ "@tailwindcss/node": "^4.3.0",
82
82
  "@types/node": "^25.6.2",
83
83
  "@types/react": "^19.2.14",
84
84
  "@types/react-dom": "^19.2.3",
@@ -91,10 +91,10 @@
91
91
  "globals": "^17.6.0",
92
92
  "jsdom": "^29.1.1",
93
93
  "lefthook": "^2.1.6",
94
- "lint-staged": "^17.0.2",
94
+ "lint-staged": "^17.0.4",
95
95
  "oxfmt": "^0.48.0",
96
96
  "oxlint": "^1.63.0",
97
- "oxlint-tailwindcss": "^0.7.0",
97
+ "oxlint-tailwindcss": "^0.7.1",
98
98
  "oxlint-tsgolint": "^0.22.1",
99
99
  "playwright": "^1.59.1",
100
100
  "semantic-release": "^25.0.3",