@doist/typist 6.0.9 → 6.0.11
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 +12 -0
- package/package.json +34 -34
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
## [6.0.11](https://github.com/Doist/typist/compare/v6.0.10...v6.0.11) (2024-08-23)
|
|
2
|
+
|
|
3
|
+
### Bug Fixes
|
|
4
|
+
|
|
5
|
+
- **deps:** update tiptap packages to v2.6.6 ([#882](https://github.com/Doist/typist/issues/882)) ([691e909](https://github.com/Doist/typist/commit/691e90920ed29897d66d8f54e90e8ef30129d821))
|
|
6
|
+
|
|
7
|
+
## [6.0.10](https://github.com/Doist/typist/compare/v6.0.9...v6.0.10) (2024-08-21)
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
- **deps:** update tiptap packages to v2.6.5 ([#881](https://github.com/Doist/typist/issues/881)) ([b72cf19](https://github.com/Doist/typist/commit/b72cf192cd50035a87a54ff83f194cb41b5ad700))
|
|
12
|
+
|
|
1
13
|
## [6.0.9](https://github.com/Doist/typist/compare/v6.0.8...v6.0.9) (2024-08-20)
|
|
2
14
|
|
|
3
15
|
### 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": "6.0.
|
|
4
|
+
"version": "6.0.11",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"homepage": "https://typist.doist.dev/",
|
|
7
7
|
"repository": "https://github.com/Doist/typist",
|
|
@@ -45,37 +45,37 @@
|
|
|
45
45
|
"validate:pre-push": "run-s test"
|
|
46
46
|
},
|
|
47
47
|
"dependencies": {
|
|
48
|
-
"@tiptap/core": "2.6.
|
|
49
|
-
"@tiptap/extension-blockquote": "2.6.
|
|
50
|
-
"@tiptap/extension-bold": "2.6.
|
|
51
|
-
"@tiptap/extension-bullet-list": "2.6.
|
|
52
|
-
"@tiptap/extension-character-count": "2.6.
|
|
53
|
-
"@tiptap/extension-code": "2.6.
|
|
54
|
-
"@tiptap/extension-code-block": "2.6.
|
|
55
|
-
"@tiptap/extension-document": "2.6.
|
|
56
|
-
"@tiptap/extension-dropcursor": "2.6.
|
|
57
|
-
"@tiptap/extension-gapcursor": "2.6.
|
|
58
|
-
"@tiptap/extension-hard-break": "2.6.
|
|
59
|
-
"@tiptap/extension-heading": "2.6.
|
|
60
|
-
"@tiptap/extension-history": "2.6.
|
|
61
|
-
"@tiptap/extension-horizontal-rule": "2.6.
|
|
62
|
-
"@tiptap/extension-image": "2.6.
|
|
63
|
-
"@tiptap/extension-italic": "2.6.
|
|
64
|
-
"@tiptap/extension-link": "2.6.
|
|
65
|
-
"@tiptap/extension-list-item": "2.6.
|
|
66
|
-
"@tiptap/extension-list-keymap": "2.6.
|
|
67
|
-
"@tiptap/extension-ordered-list": "2.6.
|
|
68
|
-
"@tiptap/extension-paragraph": "2.6.
|
|
69
|
-
"@tiptap/extension-placeholder": "2.6.
|
|
70
|
-
"@tiptap/extension-strike": "2.6.
|
|
71
|
-
"@tiptap/extension-task-item": "2.6.
|
|
72
|
-
"@tiptap/extension-task-list": "2.6.
|
|
73
|
-
"@tiptap/extension-text": "2.6.
|
|
74
|
-
"@tiptap/extension-text-style": "2.6.
|
|
75
|
-
"@tiptap/extension-typography": "2.6.
|
|
76
|
-
"@tiptap/pm": "2.6.
|
|
77
|
-
"@tiptap/react": "2.6.
|
|
78
|
-
"@tiptap/suggestion": "2.6.
|
|
48
|
+
"@tiptap/core": "2.6.6",
|
|
49
|
+
"@tiptap/extension-blockquote": "2.6.6",
|
|
50
|
+
"@tiptap/extension-bold": "2.6.6",
|
|
51
|
+
"@tiptap/extension-bullet-list": "2.6.6",
|
|
52
|
+
"@tiptap/extension-character-count": "2.6.6",
|
|
53
|
+
"@tiptap/extension-code": "2.6.6",
|
|
54
|
+
"@tiptap/extension-code-block": "2.6.6",
|
|
55
|
+
"@tiptap/extension-document": "2.6.6",
|
|
56
|
+
"@tiptap/extension-dropcursor": "2.6.6",
|
|
57
|
+
"@tiptap/extension-gapcursor": "2.6.6",
|
|
58
|
+
"@tiptap/extension-hard-break": "2.6.6",
|
|
59
|
+
"@tiptap/extension-heading": "2.6.6",
|
|
60
|
+
"@tiptap/extension-history": "2.6.6",
|
|
61
|
+
"@tiptap/extension-horizontal-rule": "2.6.6",
|
|
62
|
+
"@tiptap/extension-image": "2.6.6",
|
|
63
|
+
"@tiptap/extension-italic": "2.6.6",
|
|
64
|
+
"@tiptap/extension-link": "2.6.6",
|
|
65
|
+
"@tiptap/extension-list-item": "2.6.6",
|
|
66
|
+
"@tiptap/extension-list-keymap": "2.6.6",
|
|
67
|
+
"@tiptap/extension-ordered-list": "2.6.6",
|
|
68
|
+
"@tiptap/extension-paragraph": "2.6.6",
|
|
69
|
+
"@tiptap/extension-placeholder": "2.6.6",
|
|
70
|
+
"@tiptap/extension-strike": "2.6.6",
|
|
71
|
+
"@tiptap/extension-task-item": "2.6.6",
|
|
72
|
+
"@tiptap/extension-task-list": "2.6.6",
|
|
73
|
+
"@tiptap/extension-text": "2.6.6",
|
|
74
|
+
"@tiptap/extension-text-style": "2.6.6",
|
|
75
|
+
"@tiptap/extension-typography": "2.6.6",
|
|
76
|
+
"@tiptap/pm": "2.6.6",
|
|
77
|
+
"@tiptap/react": "2.6.6",
|
|
78
|
+
"@tiptap/suggestion": "2.6.6",
|
|
79
79
|
"prosemirror-codemark": "0.4.2"
|
|
80
80
|
},
|
|
81
81
|
"devDependencies": {
|
|
@@ -99,7 +99,7 @@
|
|
|
99
99
|
"@testing-library/react": "16.0.0",
|
|
100
100
|
"@types/hast": "3.0.4",
|
|
101
101
|
"@types/lodash-es": "4.17.12",
|
|
102
|
-
"@types/react": "18.3.
|
|
102
|
+
"@types/react": "18.3.4",
|
|
103
103
|
"@types/react-dom": "18.3.0",
|
|
104
104
|
"@types/react-syntax-highlighter": "15.5.13",
|
|
105
105
|
"@types/turndown": "5.0.5",
|
|
@@ -118,7 +118,7 @@
|
|
|
118
118
|
"eslint-plugin-vitest": "0.4.1",
|
|
119
119
|
"eslint-plugin-vitest-globals": "1.5.0",
|
|
120
120
|
"github-markdown-css": "5.6.1",
|
|
121
|
-
"husky": "9.1.
|
|
121
|
+
"husky": "9.1.5",
|
|
122
122
|
"ignore-sync": "7.0.1",
|
|
123
123
|
"is-ci": "3.0.1",
|
|
124
124
|
"jsdom": "24.1.1",
|