@doist/typist 9.0.1 → 9.0.2
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/CHANGELOG.md +6 -0
- package/package.json +47 -47
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
## [9.0.2](https://github.com/Doist/typist/compare/v9.0.1...v9.0.2) (2026-02-19)
|
|
2
|
+
|
|
3
|
+
### Bug Fixes
|
|
4
|
+
|
|
5
|
+
- **deps:** update tiptap packages to v2.27.2 ([#1190](https://github.com/Doist/typist/issues/1190)) ([9fd3a34](https://github.com/Doist/typist/commit/9fd3a3494a1844a6f9e13793fd78775171cfa3a5))
|
|
6
|
+
|
|
1
7
|
## [9.0.1](https://github.com/Doist/typist/compare/v9.0.0...v9.0.1) (2026-01-13)
|
|
2
8
|
|
|
3
9
|
### Bug Fixes
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
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": "9.0.
|
|
4
|
+
"version": "9.0.2",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"homepage": "https://typist.doist.dev/",
|
|
7
7
|
"repository": "https://github.com/Doist/typist",
|
|
@@ -46,66 +46,66 @@
|
|
|
46
46
|
"validate:pre-push": "run-s test"
|
|
47
47
|
},
|
|
48
48
|
"dependencies": {
|
|
49
|
-
"@tiptap/core": "2.27.
|
|
50
|
-
"@tiptap/extension-blockquote": "2.27.
|
|
51
|
-
"@tiptap/extension-bold": "2.27.
|
|
52
|
-
"@tiptap/extension-bullet-list": "2.27.
|
|
53
|
-
"@tiptap/extension-character-count": "2.27.
|
|
54
|
-
"@tiptap/extension-code": "2.27.
|
|
55
|
-
"@tiptap/extension-code-block": "2.27.
|
|
56
|
-
"@tiptap/extension-document": "2.27.
|
|
57
|
-
"@tiptap/extension-dropcursor": "2.27.
|
|
58
|
-
"@tiptap/extension-gapcursor": "2.27.
|
|
59
|
-
"@tiptap/extension-hard-break": "2.27.
|
|
60
|
-
"@tiptap/extension-heading": "2.27.
|
|
61
|
-
"@tiptap/extension-history": "2.27.
|
|
62
|
-
"@tiptap/extension-horizontal-rule": "2.27.
|
|
63
|
-
"@tiptap/extension-image": "2.27.
|
|
64
|
-
"@tiptap/extension-italic": "2.27.
|
|
65
|
-
"@tiptap/extension-link": "2.27.
|
|
66
|
-
"@tiptap/extension-list-item": "2.27.
|
|
67
|
-
"@tiptap/extension-list-keymap": "2.27.
|
|
68
|
-
"@tiptap/extension-ordered-list": "2.27.
|
|
69
|
-
"@tiptap/extension-paragraph": "2.27.
|
|
70
|
-
"@tiptap/extension-placeholder": "2.27.
|
|
71
|
-
"@tiptap/extension-strike": "2.27.
|
|
72
|
-
"@tiptap/extension-task-item": "2.27.
|
|
73
|
-
"@tiptap/extension-task-list": "2.27.
|
|
74
|
-
"@tiptap/extension-text": "2.27.
|
|
75
|
-
"@tiptap/extension-text-style": "2.27.
|
|
76
|
-
"@tiptap/extension-typography": "2.27.
|
|
77
|
-
"@tiptap/pm": "2.27.
|
|
78
|
-
"@tiptap/react": "2.27.
|
|
79
|
-
"@tiptap/suggestion": "2.27.
|
|
49
|
+
"@tiptap/core": "2.27.2",
|
|
50
|
+
"@tiptap/extension-blockquote": "2.27.2",
|
|
51
|
+
"@tiptap/extension-bold": "2.27.2",
|
|
52
|
+
"@tiptap/extension-bullet-list": "2.27.2",
|
|
53
|
+
"@tiptap/extension-character-count": "2.27.2",
|
|
54
|
+
"@tiptap/extension-code": "2.27.2",
|
|
55
|
+
"@tiptap/extension-code-block": "2.27.2",
|
|
56
|
+
"@tiptap/extension-document": "2.27.2",
|
|
57
|
+
"@tiptap/extension-dropcursor": "2.27.2",
|
|
58
|
+
"@tiptap/extension-gapcursor": "2.27.2",
|
|
59
|
+
"@tiptap/extension-hard-break": "2.27.2",
|
|
60
|
+
"@tiptap/extension-heading": "2.27.2",
|
|
61
|
+
"@tiptap/extension-history": "2.27.2",
|
|
62
|
+
"@tiptap/extension-horizontal-rule": "2.27.2",
|
|
63
|
+
"@tiptap/extension-image": "2.27.2",
|
|
64
|
+
"@tiptap/extension-italic": "2.27.2",
|
|
65
|
+
"@tiptap/extension-link": "2.27.2",
|
|
66
|
+
"@tiptap/extension-list-item": "2.27.2",
|
|
67
|
+
"@tiptap/extension-list-keymap": "2.27.2",
|
|
68
|
+
"@tiptap/extension-ordered-list": "2.27.2",
|
|
69
|
+
"@tiptap/extension-paragraph": "2.27.2",
|
|
70
|
+
"@tiptap/extension-placeholder": "2.27.2",
|
|
71
|
+
"@tiptap/extension-strike": "2.27.2",
|
|
72
|
+
"@tiptap/extension-task-item": "2.27.2",
|
|
73
|
+
"@tiptap/extension-task-list": "2.27.2",
|
|
74
|
+
"@tiptap/extension-text": "2.27.2",
|
|
75
|
+
"@tiptap/extension-text-style": "2.27.2",
|
|
76
|
+
"@tiptap/extension-typography": "2.27.2",
|
|
77
|
+
"@tiptap/pm": "2.27.2",
|
|
78
|
+
"@tiptap/react": "2.27.2",
|
|
79
|
+
"@tiptap/suggestion": "2.27.2",
|
|
80
80
|
"prosemirror-codemark": "0.4.2"
|
|
81
81
|
},
|
|
82
82
|
"devDependencies": {
|
|
83
83
|
"@doist/eslint-config": "12.0.0",
|
|
84
84
|
"@doist/prettier-config": "4.0.1",
|
|
85
|
-
"@doist/reactist": "
|
|
85
|
+
"@doist/reactist": "30.0.1",
|
|
86
86
|
"@mdx-js/react": "3.1.1",
|
|
87
87
|
"@semantic-release/changelog": "6.0.3",
|
|
88
88
|
"@semantic-release/exec": "7.1.0",
|
|
89
89
|
"@semantic-release/git": "10.0.1",
|
|
90
|
-
"@storybook/addon-a11y": "8.6.
|
|
90
|
+
"@storybook/addon-a11y": "8.6.17",
|
|
91
91
|
"@storybook/addon-essentials": "8.6.14",
|
|
92
92
|
"@storybook/blocks": "8.6.14",
|
|
93
93
|
"@storybook/csf": "0.1.13",
|
|
94
94
|
"@storybook/manager-api": "8.6.14",
|
|
95
95
|
"@storybook/mdx2-csf": "1.1.0",
|
|
96
|
-
"@storybook/react": "8.6.
|
|
97
|
-
"@storybook/react-vite": "8.6.
|
|
96
|
+
"@storybook/react": "8.6.17",
|
|
97
|
+
"@storybook/react-vite": "8.6.17",
|
|
98
98
|
"@testing-library/dom": "10.4.1",
|
|
99
99
|
"@testing-library/jest-dom": "6.9.1",
|
|
100
|
-
"@testing-library/react": "16.3.
|
|
100
|
+
"@testing-library/react": "16.3.2",
|
|
101
101
|
"@types/hast": "3.0.4",
|
|
102
102
|
"@types/lodash-es": "4.17.12",
|
|
103
|
-
"@types/react": "18.3.
|
|
103
|
+
"@types/react": "18.3.28",
|
|
104
104
|
"@types/react-dom": "18.3.7",
|
|
105
105
|
"@types/react-syntax-highlighter": "15.5.13",
|
|
106
106
|
"@types/turndown": "5.0.6",
|
|
107
107
|
"@types/unist": "3.0.3",
|
|
108
|
-
"@vitejs/plugin-react": "5.1.
|
|
108
|
+
"@vitejs/plugin-react": "5.1.4",
|
|
109
109
|
"boring-avatars": "2.0.4",
|
|
110
110
|
"classnames": "2.5.1",
|
|
111
111
|
"conventional-changelog-conventionalcommits": "9.1.0",
|
|
@@ -118,13 +118,13 @@
|
|
|
118
118
|
"eslint-plugin-unicorn": "56.0.1",
|
|
119
119
|
"eslint-plugin-vitest": "0.4.1",
|
|
120
120
|
"eslint-plugin-vitest-globals": "1.5.0",
|
|
121
|
-
"github-markdown-css": "5.
|
|
121
|
+
"github-markdown-css": "5.9.0",
|
|
122
122
|
"husky": "9.1.7",
|
|
123
123
|
"ignore-sync": "8.0.0",
|
|
124
124
|
"is-ci": "4.1.0",
|
|
125
|
-
"jsdom": "
|
|
125
|
+
"jsdom": "28.1.0",
|
|
126
126
|
"lint-staged": "16.2.7",
|
|
127
|
-
"npm-run-all-next": "1.1.
|
|
127
|
+
"npm-run-all-next": "1.1.6",
|
|
128
128
|
"prettier": "3.6.2",
|
|
129
129
|
"react": "18.3.1",
|
|
130
130
|
"react-dom": "18.3.1",
|
|
@@ -134,15 +134,15 @@
|
|
|
134
134
|
"react-use-event-hook": "0.9.6",
|
|
135
135
|
"rehype-raw": "7.0.0",
|
|
136
136
|
"remark-gfm": "4.0.1",
|
|
137
|
-
"rimraf": "6.1.
|
|
138
|
-
"semantic-release": "25.0.
|
|
139
|
-
"storybook": "8.6.
|
|
137
|
+
"rimraf": "6.1.3",
|
|
138
|
+
"semantic-release": "25.0.3",
|
|
139
|
+
"storybook": "8.6.17",
|
|
140
140
|
"storybook-css-modules": "1.0.8",
|
|
141
141
|
"tippy.js": "6.3.7",
|
|
142
|
-
"type-fest": "5.3
|
|
142
|
+
"type-fest": "5.4.3",
|
|
143
143
|
"typescript": "5.9.3",
|
|
144
144
|
"typescript-plugin-css-modules": "5.2.0",
|
|
145
|
-
"vitest": "4.0.
|
|
145
|
+
"vitest": "4.0.18"
|
|
146
146
|
},
|
|
147
147
|
"peerDependencies": {
|
|
148
148
|
"emoji-regex": "^10.2.1",
|