jaml-ui 0.24.1 → 0.24.3

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 +7 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jaml-ui",
3
- "version": "0.24.1",
3
+ "version": "0.24.3",
4
4
  "description": "Balatro rendering components, sprite metadata, and optional Motely helpers for React apps.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -140,21 +140,16 @@
140
140
  "@vitejs/plugin-react": "^5.0.4",
141
141
  "@vitest/browser-playwright": "^4.1.5",
142
142
  "@vitest/coverage-v8": "^4.1.5",
143
- "clsx": "^2.1.1",
144
- "js-yaml": "^4.1.1",
145
- "lucide-react": "^1.14.0",
146
143
  "motely-wasm": "^15.1.0",
147
144
  "playwright": "^1.59.1",
148
145
  "react": "^19.2.4",
149
146
  "react-dom": "^19.2.4",
150
147
  "react-icons": "^5.6.0",
151
148
  "storybook": "^10.3.6",
152
- "tailwind-merge": "^2.6.1",
153
149
  "three": "^0.184.0",
154
150
  "typescript": "^5.9.3",
155
151
  "vite": "^8.0.9",
156
- "vitest": "^4.1.5",
157
- "zustand": "^5.0.0"
152
+ "vitest": "^4.1.5"
158
153
  },
159
154
  "dependencies": {
160
155
  "@codemirror/commands": "^6.10.3",
@@ -164,6 +159,11 @@
164
159
  "@codemirror/view": "^6.41.1",
165
160
  "@json-render/core": "^0.18.0",
166
161
  "@lezer/highlight": "^1.2.3",
162
+ "clsx": "^2.1.1",
163
+ "js-yaml": "^4.1.1",
164
+ "lucide-react": "^1.14.0",
165
+ "tailwind-merge": "^2.6.1",
166
+ "zustand": "^5.0.0",
167
167
  "@types/js-yaml": "^4.0.9"
168
168
  }
169
169
  }