wysimark-lite 0.24.0 → 0.25.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/dist/index.js +161 -133
- package/dist/index.mjs +1248 -1025
- package/dist/index.mjs.map +1 -1
- package/dist/metafile-esm.json +1 -1
- package/package.json +5 -13
- package/dist/index.d.ts +0 -1091
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "wysimark-lite",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.25.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"author": "takesy<takesy.morito@gmail.com>",
|
|
6
6
|
"repository": {
|
|
@@ -37,14 +37,7 @@
|
|
|
37
37
|
"wysiwyg"
|
|
38
38
|
],
|
|
39
39
|
"devDependencies": {
|
|
40
|
-
"@
|
|
41
|
-
"@storybook/addon-essentials": "^8.5.6",
|
|
42
|
-
"@storybook/addon-interactions": "^8.5.6",
|
|
43
|
-
"@storybook/addon-onboarding": "^8.5.6",
|
|
44
|
-
"@storybook/blocks": "^8.5.6",
|
|
45
|
-
"@storybook/react": "^8.5.6",
|
|
46
|
-
"@storybook/react-vite": "^8.5.6",
|
|
47
|
-
"@storybook/test": "^8.5.6",
|
|
40
|
+
"@storybook/react-vite": "^10.1.10",
|
|
48
41
|
"@thesunny/assert-type": "^0.1.13",
|
|
49
42
|
"@types/handlebars-helpers": "^0.5.3",
|
|
50
43
|
"@types/is-hotkey": "^0.1.7",
|
|
@@ -61,7 +54,6 @@
|
|
|
61
54
|
"csstype": "^3.0.2",
|
|
62
55
|
"eslint": "^8.4.1",
|
|
63
56
|
"eslint-config-custom": "*",
|
|
64
|
-
"eslint-plugin-storybook": "^0.11.3",
|
|
65
57
|
"jest": "^29.6",
|
|
66
58
|
"jest-config": "*",
|
|
67
59
|
"json-beautify": "^1.1.1",
|
|
@@ -69,7 +61,7 @@
|
|
|
69
61
|
"mdast-util-definitions": "^5.1.1",
|
|
70
62
|
"pretty-bytes": "^6.0.0",
|
|
71
63
|
"rimraf": "^4.1.2",
|
|
72
|
-
"storybook": "^
|
|
64
|
+
"storybook": "^10.1.10",
|
|
73
65
|
"ts-jest": "^29.2.5",
|
|
74
66
|
"ts-node": "^10.9.1",
|
|
75
67
|
"tsconfig": "*",
|
|
@@ -102,8 +94,8 @@
|
|
|
102
94
|
"zustand": "^4.1.5"
|
|
103
95
|
},
|
|
104
96
|
"peerDependencies": {
|
|
105
|
-
"react": "
|
|
106
|
-
"react-dom": "
|
|
97
|
+
"react": "^19.2.3",
|
|
98
|
+
"react-dom": "^19.2.3"
|
|
107
99
|
},
|
|
108
100
|
"scripts": {
|
|
109
101
|
"dev": "vite --host",
|