@doist/typist 9.0.3 → 10.0.0-next.1
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 +23 -11
package/package.json
CHANGED
|
@@ -1,12 +1,22 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@doist/typist",
|
|
3
3
|
"description": "The mighty Tiptap-based rich-text editor React component that powers Doist products.",
|
|
4
|
-
"version": "
|
|
4
|
+
"version": "10.0.0-next.1",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"homepage": "https://typist.doist.dev/",
|
|
7
|
-
"repository":
|
|
7
|
+
"repository": {
|
|
8
|
+
"type": "git",
|
|
9
|
+
"url": "git+https://github.com/Doist/typist.git"
|
|
10
|
+
},
|
|
11
|
+
"type": "module",
|
|
8
12
|
"main": "dist/index.js",
|
|
9
13
|
"types": "dist/index.d.ts",
|
|
14
|
+
"exports": {
|
|
15
|
+
".": {
|
|
16
|
+
"types": "./dist/index.d.ts",
|
|
17
|
+
"default": "./dist/index.js"
|
|
18
|
+
}
|
|
19
|
+
},
|
|
10
20
|
"sideEffects": false,
|
|
11
21
|
"engines": {
|
|
12
22
|
"node": "^22.14.0 || >= 24.10.0",
|
|
@@ -25,6 +35,7 @@
|
|
|
25
35
|
],
|
|
26
36
|
"scripts": {
|
|
27
37
|
"build": "run-s clean:* build:typist",
|
|
38
|
+
"postbuild": "publint",
|
|
28
39
|
"build:storybook": "storybook build",
|
|
29
40
|
"build:typist": "tsc --build tsconfig.build.json",
|
|
30
41
|
"check": "run-p check:* -c -l -t",
|
|
@@ -87,9 +98,9 @@
|
|
|
87
98
|
"@semantic-release/changelog": "6.0.3",
|
|
88
99
|
"@semantic-release/exec": "7.1.0",
|
|
89
100
|
"@semantic-release/git": "10.0.1",
|
|
90
|
-
"@storybook/addon-a11y": "10.2.
|
|
91
|
-
"@storybook/addon-docs": "10.2.
|
|
92
|
-
"@storybook/react-vite": "10.2.
|
|
101
|
+
"@storybook/addon-a11y": "10.2.16",
|
|
102
|
+
"@storybook/addon-docs": "10.2.16",
|
|
103
|
+
"@storybook/react-vite": "10.2.16",
|
|
93
104
|
"@testing-library/dom": "10.4.1",
|
|
94
105
|
"@testing-library/jest-dom": "6.9.1",
|
|
95
106
|
"@testing-library/react": "16.3.2",
|
|
@@ -103,7 +114,7 @@
|
|
|
103
114
|
"@vitejs/plugin-react": "5.1.4",
|
|
104
115
|
"boring-avatars": "2.0.4",
|
|
105
116
|
"classnames": "2.5.1",
|
|
106
|
-
"conventional-changelog-conventionalcommits": "9.
|
|
117
|
+
"conventional-changelog-conventionalcommits": "9.3.0",
|
|
107
118
|
"emoji-regex": "10.6.0",
|
|
108
119
|
"eslint": "8.57.1",
|
|
109
120
|
"eslint-formatter-codeframe": "7.32.2",
|
|
@@ -118,20 +129,21 @@
|
|
|
118
129
|
"ignore-sync": "8.0.0",
|
|
119
130
|
"is-ci": "4.1.0",
|
|
120
131
|
"jsdom": "28.1.0",
|
|
121
|
-
"lint-staged": "16.2
|
|
122
|
-
"npm-run-all-next": "1.
|
|
132
|
+
"lint-staged": "16.3.2",
|
|
133
|
+
"npm-run-all-next": "1.2.3",
|
|
123
134
|
"prettier": "3.8.1",
|
|
135
|
+
"publint": "0.3.18",
|
|
124
136
|
"react": "18.3.1",
|
|
125
137
|
"react-dom": "18.3.1",
|
|
126
|
-
"react-icons": "5.
|
|
138
|
+
"react-icons": "5.6.0",
|
|
127
139
|
"react-markdown": "10.1.0",
|
|
128
|
-
"react-syntax-highlighter": "16.1.
|
|
140
|
+
"react-syntax-highlighter": "16.1.1",
|
|
129
141
|
"react-use-event-hook": "0.9.6",
|
|
130
142
|
"rehype-raw": "7.0.0",
|
|
131
143
|
"remark-gfm": "4.0.1",
|
|
132
144
|
"rimraf": "6.1.3",
|
|
133
145
|
"semantic-release": "25.0.3",
|
|
134
|
-
"storybook": "10.2.
|
|
146
|
+
"storybook": "10.2.16",
|
|
135
147
|
"storybook-css-modules": "1.0.8",
|
|
136
148
|
"tippy.js": "6.3.7",
|
|
137
149
|
"type-fest": "5.4.4",
|