jaml-ui 3.0.1 → 4.0.0

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": "jaml-ui",
3
- "version": "3.0.1",
3
+ "version": "4.0.0",
4
4
  "description": "Zero-dependency json-render engine + Balatro card sprites for MCP Apps.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -43,9 +43,10 @@
43
43
  "build": "vite build",
44
44
  "dev": "vite build --watch",
45
45
  "typecheck": "tsc --noEmit --pretty false",
46
+ "typecheck:all": "pnpm typecheck && pnpm -r --if-present run typecheck",
46
47
  "prepack": "npm run build",
47
- "storybook": "storybook dev -p 3141",
48
- "build-storybook": "storybook build",
48
+ "storybook": "pnpm run build && pnpm --filter jaml-codemirror build && storybook dev -p 3141",
49
+ "build-storybook": "pnpm run build && pnpm --filter jaml-codemirror build && storybook build",
49
50
  "lint": "eslint ."
50
51
  },
51
52
  "engines": {
@@ -82,25 +83,25 @@
82
83
  },
83
84
  "devDependencies": {
84
85
  "@eslint/js": "^10.0.1",
86
+ "@storybook/addon-docs": "^10.4.6",
87
+ "@storybook/react": "^10.4.6",
88
+ "@storybook/react-vite": "^10.4.6",
85
89
  "@types/node": "^25.9.4",
86
90
  "@types/react": "^19.2.17",
87
91
  "@types/react-dom": "^19.2.3",
88
- "@storybook/react": "^10.4.6",
89
- "@storybook/react-vite": "^10.4.6",
90
92
  "@vitejs/plugin-react": "^5.2.0",
91
93
  "eslint": "^10.6.0",
92
94
  "eslint-plugin-react-hooks": "^7.1.1",
93
95
  "eslint-plugin-react-refresh": "^0.5.3",
96
+ "eslint-plugin-storybook": "10.4.6",
94
97
  "globals": "^17.7.0",
95
98
  "motely-wasm": "^23.3.0",
96
99
  "react": "^19.2.7",
97
100
  "react-dom": "^19.2.7",
98
101
  "storybook": "^10.4.6",
99
102
  "typescript": "^5.9.3",
100
- "typescript-eslint": "^8.62.0",
101
- "vite": "^6.0.0",
102
- "vite-plugin-dts": "^5.0.3",
103
- "eslint-plugin-storybook": "10.4.6",
104
- "@storybook/addon-docs": "^10.4.6"
103
+ "typescript-eslint": "^8.62.1",
104
+ "vite": "^6.4.3",
105
+ "vite-plugin-dts": "^5.0.3"
105
106
  }
106
107
  }