wysimark-lite 0.15.4 → 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 -8
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,17 +89,13 @@
|
|
|
89
89
|
"unist-util-visit": "^4.1.2",
|
|
90
90
|
"zustand": "^4.1.5"
|
|
91
91
|
},
|
|
92
|
-
"overrides": {
|
|
93
|
-
"remark-gfm": {
|
|
94
|
-
"mdast-util-gfm": {
|
|
95
|
-
"mdast-util-gfm-table": "npm:@takeshy/mdast-util-gfm-table@^2.0.1"
|
|
96
|
-
}
|
|
97
|
-
}
|
|
98
|
-
},
|
|
99
92
|
"scripts": {
|
|
100
93
|
"dev": "vite --host",
|
|
101
94
|
"build": "rimraf dist && tsup src/index.tsx",
|
|
102
95
|
"storybook": "storybook dev -p 6006",
|
|
103
96
|
"build-storybook": "storybook build"
|
|
97
|
+
},
|
|
98
|
+
"overrides": {
|
|
99
|
+
"mdast-util-gfm-table": "npm:@takeshy/mdast-util-gfm-table@^2.0.1"
|
|
104
100
|
}
|
|
105
101
|
}
|