wysimark-lite 0.25.36 → 0.25.38
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 +3 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "wysimark-lite",
|
|
3
|
-
"version": "0.25.
|
|
3
|
+
"version": "0.25.38",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"author": "takesy<takesy.morito@gmail.com>",
|
|
6
6
|
"repository": {
|
|
@@ -41,7 +41,6 @@
|
|
|
41
41
|
"@thesunny/assert-type": "^0.1.13",
|
|
42
42
|
"@types/handlebars-helpers": "^0.5.3",
|
|
43
43
|
"@types/is-hotkey": "^0.1.7",
|
|
44
|
-
"@types/jest": "^29",
|
|
45
44
|
"@types/lodash.throttle": "^4.1.7",
|
|
46
45
|
"@types/mdast": "^3.0.0",
|
|
47
46
|
"@types/prismjs": "^1.26.5",
|
|
@@ -55,8 +54,6 @@
|
|
|
55
54
|
"eslint": "^8.4.1",
|
|
56
55
|
"eslint-config-custom": "*",
|
|
57
56
|
"eslint-plugin-storybook": "^10.2.8",
|
|
58
|
-
"jest": "^29.6",
|
|
59
|
-
"jest-config": "*",
|
|
60
57
|
"json-beautify": "^1.1.1",
|
|
61
58
|
"just-map-values": "^3.2.0",
|
|
62
59
|
"mdast-util-definitions": "^5.1.1",
|
|
@@ -65,8 +62,8 @@
|
|
|
65
62
|
"react-dom": "^19.0.0",
|
|
66
63
|
"rimraf": "^4.1.2",
|
|
67
64
|
"storybook": "^10.1.10",
|
|
68
|
-
"ts-jest": "^29.2.5",
|
|
69
65
|
"ts-node": "^10.9.1",
|
|
66
|
+
"tsx": "^4.21.0",
|
|
70
67
|
"tsconfig": "*",
|
|
71
68
|
"tsup": "^8.5.1",
|
|
72
69
|
"type-fest": "^3.2.0",
|
|
@@ -103,6 +100,7 @@
|
|
|
103
100
|
"dev": "vite --host",
|
|
104
101
|
"build": "rimraf dist && tsup src/index.tsx",
|
|
105
102
|
"lint": "eslint src --ext .ts,.tsx",
|
|
103
|
+
"test": "tsx --test \"src/**/*.test.ts\"",
|
|
106
104
|
"storybook": "storybook dev -p 6006",
|
|
107
105
|
"build-storybook": "storybook build"
|
|
108
106
|
}
|