@doist/typist 1.0.6 → 1.0.7
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 +31 -31
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
## [1.0.7](https://github.com/Doist/typist/compare/v1.0.6...v1.0.7) (2022-12-14)
|
|
2
|
+
|
|
3
|
+
### Bug Fixes
|
|
4
|
+
|
|
5
|
+
- **deps:** update tiptap packages to v2.0.0-beta.207 ([#63](https://github.com/Doist/typist/issues/63)) ([da9889f](https://github.com/Doist/typist/commit/da9889faa3224fcca3b23f05178dca24d30d96d5))
|
|
6
|
+
|
|
1
7
|
## [1.0.6](https://github.com/Doist/typist/compare/v1.0.5...v1.0.6) (2022-12-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": "1.0.
|
|
4
|
+
"version": "1.0.7",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"homepage": "https://typist.doist.dev/",
|
|
7
7
|
"repository": "https://github.com/Doist/typist",
|
|
@@ -46,34 +46,34 @@
|
|
|
46
46
|
"validate:pre-push": "run-s test"
|
|
47
47
|
},
|
|
48
48
|
"dependencies": {
|
|
49
|
-
"@tiptap/core": "2.0.0-beta.
|
|
50
|
-
"@tiptap/extension-blockquote": "2.0.0-beta.
|
|
51
|
-
"@tiptap/extension-bold": "2.0.0-beta.
|
|
52
|
-
"@tiptap/extension-bullet-list": "2.0.0-beta.
|
|
53
|
-
"@tiptap/extension-character-count": "2.0.0-beta.
|
|
54
|
-
"@tiptap/extension-code": "2.0.0-beta.
|
|
55
|
-
"@tiptap/extension-code-block": "2.0.0-beta.
|
|
56
|
-
"@tiptap/extension-document": "2.0.0-beta.
|
|
57
|
-
"@tiptap/extension-dropcursor": "2.0.0-beta.
|
|
58
|
-
"@tiptap/extension-gapcursor": "2.0.0-beta.
|
|
59
|
-
"@tiptap/extension-hard-break": "2.0.0-beta.
|
|
60
|
-
"@tiptap/extension-heading": "2.0.0-beta.
|
|
61
|
-
"@tiptap/extension-history": "2.0.0-beta.
|
|
62
|
-
"@tiptap/extension-horizontal-rule": "2.0.0-beta.
|
|
63
|
-
"@tiptap/extension-image": "2.0.0-beta.
|
|
64
|
-
"@tiptap/extension-italic": "2.0.0-beta.
|
|
65
|
-
"@tiptap/extension-link": "2.0.0-beta.
|
|
66
|
-
"@tiptap/extension-list-item": "2.0.0-beta.
|
|
67
|
-
"@tiptap/extension-ordered-list": "2.0.0-beta.
|
|
68
|
-
"@tiptap/extension-paragraph": "2.0.0-beta.
|
|
69
|
-
"@tiptap/extension-placeholder": "2.0.0-beta.
|
|
70
|
-
"@tiptap/extension-strike": "2.0.0-beta.
|
|
71
|
-
"@tiptap/extension-task-item": "2.0.0-beta.
|
|
72
|
-
"@tiptap/extension-task-list": "2.0.0-beta.
|
|
73
|
-
"@tiptap/extension-text": "2.0.0-beta.
|
|
74
|
-
"@tiptap/extension-typography": "2.0.0-beta.
|
|
75
|
-
"@tiptap/react": "2.0.0-beta.
|
|
76
|
-
"@tiptap/suggestion": "2.0.0-beta.
|
|
49
|
+
"@tiptap/core": "2.0.0-beta.207",
|
|
50
|
+
"@tiptap/extension-blockquote": "2.0.0-beta.207",
|
|
51
|
+
"@tiptap/extension-bold": "2.0.0-beta.207",
|
|
52
|
+
"@tiptap/extension-bullet-list": "2.0.0-beta.207",
|
|
53
|
+
"@tiptap/extension-character-count": "2.0.0-beta.207",
|
|
54
|
+
"@tiptap/extension-code": "2.0.0-beta.207",
|
|
55
|
+
"@tiptap/extension-code-block": "2.0.0-beta.207",
|
|
56
|
+
"@tiptap/extension-document": "2.0.0-beta.207",
|
|
57
|
+
"@tiptap/extension-dropcursor": "2.0.0-beta.207",
|
|
58
|
+
"@tiptap/extension-gapcursor": "2.0.0-beta.207",
|
|
59
|
+
"@tiptap/extension-hard-break": "2.0.0-beta.207",
|
|
60
|
+
"@tiptap/extension-heading": "2.0.0-beta.207",
|
|
61
|
+
"@tiptap/extension-history": "2.0.0-beta.207",
|
|
62
|
+
"@tiptap/extension-horizontal-rule": "2.0.0-beta.207",
|
|
63
|
+
"@tiptap/extension-image": "2.0.0-beta.207",
|
|
64
|
+
"@tiptap/extension-italic": "2.0.0-beta.207",
|
|
65
|
+
"@tiptap/extension-link": "2.0.0-beta.207",
|
|
66
|
+
"@tiptap/extension-list-item": "2.0.0-beta.207",
|
|
67
|
+
"@tiptap/extension-ordered-list": "2.0.0-beta.207",
|
|
68
|
+
"@tiptap/extension-paragraph": "2.0.0-beta.207",
|
|
69
|
+
"@tiptap/extension-placeholder": "2.0.0-beta.207",
|
|
70
|
+
"@tiptap/extension-strike": "2.0.0-beta.207",
|
|
71
|
+
"@tiptap/extension-task-item": "2.0.0-beta.207",
|
|
72
|
+
"@tiptap/extension-task-list": "2.0.0-beta.207",
|
|
73
|
+
"@tiptap/extension-text": "2.0.0-beta.207",
|
|
74
|
+
"@tiptap/extension-typography": "2.0.0-beta.207",
|
|
75
|
+
"@tiptap/react": "2.0.0-beta.207",
|
|
76
|
+
"@tiptap/suggestion": "2.0.0-beta.207",
|
|
77
77
|
"prosemirror-codemark": "0.4.2",
|
|
78
78
|
"prosemirror-model": "1.18.3",
|
|
79
79
|
"prosemirror-state": "1.4.2",
|
|
@@ -82,7 +82,7 @@
|
|
|
82
82
|
"devDependencies": {
|
|
83
83
|
"@doist/eslint-config": "8.1.3",
|
|
84
84
|
"@doist/prettier-config": "3.0.5",
|
|
85
|
-
"@doist/reactist": "17.
|
|
85
|
+
"@doist/reactist": "17.4.0",
|
|
86
86
|
"@mdx-js/react": "2.1.5",
|
|
87
87
|
"@semantic-release/changelog": "6.0.2",
|
|
88
88
|
"@semantic-release/exec": "6.0.3",
|
|
@@ -98,7 +98,7 @@
|
|
|
98
98
|
"@testing-library/react": "13.4.0",
|
|
99
99
|
"@types/jest": "29.2.4",
|
|
100
100
|
"@types/lodash-es": "4.17.6",
|
|
101
|
-
"@types/marked": "4.0.
|
|
101
|
+
"@types/marked": "4.0.8",
|
|
102
102
|
"@types/react": "18.0.26",
|
|
103
103
|
"@types/react-dom": "18.0.9",
|
|
104
104
|
"@types/react-syntax-highlighter": "15.5.5",
|