@doist/typist 1.0.9 → 1.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 +45 -30
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
## [1.0.11](https://github.com/Doist/typist/compare/v1.0.10...v1.0.11) (2022-12-21)
|
|
2
|
+
|
|
3
|
+
### Bug Fixes
|
|
4
|
+
|
|
5
|
+
- **deps:** update tiptap packages to v2.0.0-beta.209 ([#75](https://github.com/Doist/typist/issues/75)) ([97a41c5](https://github.com/Doist/typist/commit/97a41c58254a06ebf72ea7b2440eb04ca0cda51a))
|
|
6
|
+
|
|
7
|
+
## [1.0.10](https://github.com/Doist/typist/compare/v1.0.9...v1.0.10) (2022-12-19)
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
- Add required ProseMirror dependencies to package ([#73](https://github.com/Doist/typist/issues/73)) ([cd605c0](https://github.com/Doist/typist/commit/cd605c0606a980516e586f3a6d0915f2c13704a9))
|
|
12
|
+
|
|
1
13
|
## [1.0.9](https://github.com/Doist/typist/compare/v1.0.8...v1.0.9) (2022-12-19)
|
|
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": "1.0.
|
|
4
|
+
"version": "1.0.11",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"homepage": "https://typist.doist.dev/",
|
|
7
7
|
"repository": "https://github.com/Doist/typist",
|
|
@@ -46,37 +46,52 @@
|
|
|
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.209",
|
|
50
|
+
"@tiptap/extension-blockquote": "2.0.0-beta.209",
|
|
51
|
+
"@tiptap/extension-bold": "2.0.0-beta.209",
|
|
52
|
+
"@tiptap/extension-bullet-list": "2.0.0-beta.209",
|
|
53
|
+
"@tiptap/extension-character-count": "2.0.0-beta.209",
|
|
54
|
+
"@tiptap/extension-code": "2.0.0-beta.209",
|
|
55
|
+
"@tiptap/extension-code-block": "2.0.0-beta.209",
|
|
56
|
+
"@tiptap/extension-document": "2.0.0-beta.209",
|
|
57
|
+
"@tiptap/extension-dropcursor": "2.0.0-beta.209",
|
|
58
|
+
"@tiptap/extension-gapcursor": "2.0.0-beta.209",
|
|
59
|
+
"@tiptap/extension-hard-break": "2.0.0-beta.209",
|
|
60
|
+
"@tiptap/extension-heading": "2.0.0-beta.209",
|
|
61
|
+
"@tiptap/extension-history": "2.0.0-beta.209",
|
|
62
|
+
"@tiptap/extension-horizontal-rule": "2.0.0-beta.209",
|
|
63
|
+
"@tiptap/extension-image": "2.0.0-beta.209",
|
|
64
|
+
"@tiptap/extension-italic": "2.0.0-beta.209",
|
|
65
|
+
"@tiptap/extension-link": "2.0.0-beta.209",
|
|
66
|
+
"@tiptap/extension-list-item": "2.0.0-beta.209",
|
|
67
|
+
"@tiptap/extension-ordered-list": "2.0.0-beta.209",
|
|
68
|
+
"@tiptap/extension-paragraph": "2.0.0-beta.209",
|
|
69
|
+
"@tiptap/extension-placeholder": "2.0.0-beta.209",
|
|
70
|
+
"@tiptap/extension-strike": "2.0.0-beta.209",
|
|
71
|
+
"@tiptap/extension-task-item": "2.0.0-beta.209",
|
|
72
|
+
"@tiptap/extension-task-list": "2.0.0-beta.209",
|
|
73
|
+
"@tiptap/extension-text": "2.0.0-beta.209",
|
|
74
|
+
"@tiptap/extension-typography": "2.0.0-beta.209",
|
|
75
|
+
"@tiptap/react": "2.0.0-beta.209",
|
|
76
|
+
"@tiptap/suggestion": "2.0.0-beta.209",
|
|
77
77
|
"prosemirror-codemark": "0.4.2",
|
|
78
|
+
"prosemirror-changeset": "2.2.0",
|
|
79
|
+
"prosemirror-collab": "1.3.0",
|
|
80
|
+
"prosemirror-commands": "1.5.0",
|
|
81
|
+
"prosemirror-dropcursor": "1.5.0",
|
|
82
|
+
"prosemirror-gapcursor": "1.3.1",
|
|
83
|
+
"prosemirror-history": "1.3.0",
|
|
84
|
+
"prosemirror-inputrules": "1.2.0",
|
|
85
|
+
"prosemirror-keymap": "1.2.0",
|
|
86
|
+
"prosemirror-markdown": "1.10.1",
|
|
87
|
+
"prosemirror-menu": "1.2.1",
|
|
78
88
|
"prosemirror-model": "1.18.3",
|
|
89
|
+
"prosemirror-schema-basic": "1.2.0",
|
|
90
|
+
"prosemirror-schema-list": "1.2.2",
|
|
79
91
|
"prosemirror-state": "1.4.2",
|
|
92
|
+
"prosemirror-tables": "1.3.0",
|
|
93
|
+
"prosemirror-trailing-node": "2.0.2",
|
|
94
|
+
"prosemirror-transform": "1.7.0",
|
|
80
95
|
"prosemirror-view": "1.29.1"
|
|
81
96
|
},
|
|
82
97
|
"devDependencies": {
|
|
@@ -110,7 +125,7 @@
|
|
|
110
125
|
"eslint": "8.29.0",
|
|
111
126
|
"eslint-formatter-codeframe": "7.32.1",
|
|
112
127
|
"eslint-import-resolver-typescript": "3.5.2",
|
|
113
|
-
"eslint-plugin-jest": "27.1.
|
|
128
|
+
"eslint-plugin-jest": "27.1.7",
|
|
114
129
|
"eslint-plugin-simple-import-sort": "8.0.0",
|
|
115
130
|
"eslint-plugin-unicorn": "45.0.2",
|
|
116
131
|
"github-markdown-css": "5.1.0",
|