wysimark-lite 0.15.3 → 0.15.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 +4 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "wysimark-lite",
|
|
3
|
-
"version": "0.15.
|
|
3
|
+
"version": "0.15.5",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"author": "takesy<takesy.morito@gmail.com>",
|
|
6
6
|
"repository": {
|
|
@@ -89,15 +89,13 @@
|
|
|
89
89
|
"unist-util-visit": "^4.1.2",
|
|
90
90
|
"zustand": "^4.1.5"
|
|
91
91
|
},
|
|
92
|
-
"overrides": {
|
|
93
|
-
"mdast-util-gfm": {
|
|
94
|
-
"mdast-util-gfm-table": "npm:@takeshy/mdast-util-gfm-table@^2.0.1"
|
|
95
|
-
}
|
|
96
|
-
},
|
|
97
92
|
"scripts": {
|
|
98
93
|
"dev": "vite --host",
|
|
99
94
|
"build": "rimraf dist && tsup src/index.tsx",
|
|
100
95
|
"storybook": "storybook dev -p 6006",
|
|
101
96
|
"build-storybook": "storybook build"
|
|
97
|
+
},
|
|
98
|
+
"overrides": {
|
|
99
|
+
"mdast-util-gfm-table": "npm:@takeshy/mdast-util-gfm-table@^2.0.1"
|
|
102
100
|
}
|
|
103
101
|
}
|