jaml-ui 4.2.4 → 4.2.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 +12 -11
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "jaml-ui",
|
|
3
|
-
"version": "4.2.
|
|
3
|
+
"version": "4.2.5",
|
|
4
4
|
"description": "Zero-dependency json-render engine + Balatro card sprites for MCP Apps.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -45,8 +45,8 @@
|
|
|
45
45
|
"typecheck": "tsc --noEmit --pretty false",
|
|
46
46
|
"typecheck:all": "pnpm typecheck && pnpm -r --if-present run typecheck",
|
|
47
47
|
"prepack": "npm run build",
|
|
48
|
-
"storybook": "pnpm run build &&
|
|
49
|
-
"build-storybook": "pnpm run build &&
|
|
48
|
+
"storybook": "pnpm run build && storybook dev -p 3141",
|
|
49
|
+
"build-storybook": "pnpm run build && storybook build",
|
|
50
50
|
"lint": "eslint ."
|
|
51
51
|
},
|
|
52
52
|
"engines": {
|
|
@@ -77,7 +77,7 @@
|
|
|
77
77
|
"author": "pifreak",
|
|
78
78
|
"license": "MIT",
|
|
79
79
|
"dependencies": {
|
|
80
|
-
"yaml": "^2.
|
|
80
|
+
"yaml": "^2.9.0"
|
|
81
81
|
},
|
|
82
82
|
"peerDependencies": {
|
|
83
83
|
"motely-wasm": "^24.1.0",
|
|
@@ -86,24 +86,25 @@
|
|
|
86
86
|
},
|
|
87
87
|
"devDependencies": {
|
|
88
88
|
"@eslint/js": "^10.0.1",
|
|
89
|
-
"@storybook/addon-docs": "^10.
|
|
90
|
-
"@storybook/react": "^10.
|
|
91
|
-
"@storybook/react-vite": "^10.
|
|
92
|
-
"@types/node": "^25.9.
|
|
89
|
+
"@storybook/addon-docs": "^10.5.0",
|
|
90
|
+
"@storybook/react": "^10.5.0",
|
|
91
|
+
"@storybook/react-vite": "^10.5.0",
|
|
92
|
+
"@types/node": "^25.9.5",
|
|
93
93
|
"@types/react": "^19.2.17",
|
|
94
94
|
"@types/react-dom": "^19.2.3",
|
|
95
95
|
"@vitejs/plugin-react": "^5.2.0",
|
|
96
|
-
"eslint": "^10.
|
|
96
|
+
"eslint": "^10.7.0",
|
|
97
97
|
"eslint-plugin-react-hooks": "^7.1.1",
|
|
98
98
|
"eslint-plugin-react-refresh": "^0.5.3",
|
|
99
99
|
"eslint-plugin-storybook": "10.4.6",
|
|
100
100
|
"globals": "^17.7.0",
|
|
101
|
+
"jaml-codemirror": "^0.2.1",
|
|
101
102
|
"motely-wasm": "^24.1.0",
|
|
102
103
|
"react": "^19.2.7",
|
|
103
104
|
"react-dom": "^19.2.7",
|
|
104
|
-
"storybook": "^10.
|
|
105
|
+
"storybook": "^10.5.0",
|
|
105
106
|
"typescript": "^5.9.3",
|
|
106
|
-
"typescript-eslint": "^8.
|
|
107
|
+
"typescript-eslint": "^8.63.0",
|
|
107
108
|
"vite": "^6.4.3",
|
|
108
109
|
"vite-plugin-dts": "^5.0.3"
|
|
109
110
|
}
|