@doist/typist 1.2.1 → 1.2.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 +32 -32
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
## [1.2.2](https://github.com/Doist/typist/compare/v1.2.1...v1.2.2) (2023-04-02)
|
|
2
|
+
|
|
3
|
+
### Bug Fixes
|
|
4
|
+
|
|
5
|
+
- **deps:** update tiptap packages to v2.0.0-rc.2 ([#195](https://github.com/Doist/typist/issues/195)) ([8753f13](https://github.com/Doist/typist/commit/8753f137f4a1c2c0598c0cc98ace29754d971327))
|
|
6
|
+
|
|
1
7
|
## [1.2.1](https://github.com/Doist/typist/compare/v1.2.0...v1.2.1) (2023-04-01)
|
|
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.2.
|
|
4
|
+
"version": "1.2.2",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"homepage": "https://typist.doist.dev/",
|
|
7
7
|
"repository": "https://github.com/Doist/typist",
|
|
@@ -46,35 +46,35 @@
|
|
|
46
46
|
"validate:pre-push": "run-s test"
|
|
47
47
|
},
|
|
48
48
|
"dependencies": {
|
|
49
|
-
"@tiptap/core": "2.0.0-rc.
|
|
50
|
-
"@tiptap/extension-blockquote": "2.0.0-rc.
|
|
51
|
-
"@tiptap/extension-bold": "2.0.0-rc.
|
|
52
|
-
"@tiptap/extension-bullet-list": "2.0.0-rc.
|
|
53
|
-
"@tiptap/extension-character-count": "2.0.0-rc.
|
|
54
|
-
"@tiptap/extension-code": "2.0.0-rc.
|
|
55
|
-
"@tiptap/extension-code-block": "2.0.0-rc.
|
|
56
|
-
"@tiptap/extension-document": "2.0.0-rc.
|
|
57
|
-
"@tiptap/extension-dropcursor": "2.0.0-rc.
|
|
58
|
-
"@tiptap/extension-gapcursor": "2.0.0-rc.
|
|
59
|
-
"@tiptap/extension-hard-break": "2.0.0-rc.
|
|
60
|
-
"@tiptap/extension-heading": "2.0.0-rc.
|
|
61
|
-
"@tiptap/extension-history": "2.0.0-rc.
|
|
62
|
-
"@tiptap/extension-horizontal-rule": "2.0.0-rc.
|
|
63
|
-
"@tiptap/extension-image": "2.0.0-rc.
|
|
64
|
-
"@tiptap/extension-italic": "2.0.0-rc.
|
|
65
|
-
"@tiptap/extension-link": "2.0.0-rc.
|
|
66
|
-
"@tiptap/extension-list-item": "2.0.0-rc.
|
|
67
|
-
"@tiptap/extension-ordered-list": "2.0.0-rc.
|
|
68
|
-
"@tiptap/extension-paragraph": "2.0.0-rc.
|
|
69
|
-
"@tiptap/extension-placeholder": "2.0.0-rc.
|
|
70
|
-
"@tiptap/extension-strike": "2.0.0-rc.
|
|
71
|
-
"@tiptap/extension-task-item": "2.0.0-rc.
|
|
72
|
-
"@tiptap/extension-task-list": "2.0.0-rc.
|
|
73
|
-
"@tiptap/extension-text": "2.0.0-rc.
|
|
74
|
-
"@tiptap/extension-typography": "2.0.0-rc.
|
|
75
|
-
"@tiptap/pm": "2.0.0-rc.
|
|
76
|
-
"@tiptap/react": "2.0.0-rc.
|
|
77
|
-
"@tiptap/suggestion": "2.0.0-rc.
|
|
49
|
+
"@tiptap/core": "2.0.0-rc.2",
|
|
50
|
+
"@tiptap/extension-blockquote": "2.0.0-rc.2",
|
|
51
|
+
"@tiptap/extension-bold": "2.0.0-rc.2",
|
|
52
|
+
"@tiptap/extension-bullet-list": "2.0.0-rc.2",
|
|
53
|
+
"@tiptap/extension-character-count": "2.0.0-rc.2",
|
|
54
|
+
"@tiptap/extension-code": "2.0.0-rc.2",
|
|
55
|
+
"@tiptap/extension-code-block": "2.0.0-rc.2",
|
|
56
|
+
"@tiptap/extension-document": "2.0.0-rc.2",
|
|
57
|
+
"@tiptap/extension-dropcursor": "2.0.0-rc.2",
|
|
58
|
+
"@tiptap/extension-gapcursor": "2.0.0-rc.2",
|
|
59
|
+
"@tiptap/extension-hard-break": "2.0.0-rc.2",
|
|
60
|
+
"@tiptap/extension-heading": "2.0.0-rc.2",
|
|
61
|
+
"@tiptap/extension-history": "2.0.0-rc.2",
|
|
62
|
+
"@tiptap/extension-horizontal-rule": "2.0.0-rc.2",
|
|
63
|
+
"@tiptap/extension-image": "2.0.0-rc.2",
|
|
64
|
+
"@tiptap/extension-italic": "2.0.0-rc.2",
|
|
65
|
+
"@tiptap/extension-link": "2.0.0-rc.2",
|
|
66
|
+
"@tiptap/extension-list-item": "2.0.0-rc.2",
|
|
67
|
+
"@tiptap/extension-ordered-list": "2.0.0-rc.2",
|
|
68
|
+
"@tiptap/extension-paragraph": "2.0.0-rc.2",
|
|
69
|
+
"@tiptap/extension-placeholder": "2.0.0-rc.2",
|
|
70
|
+
"@tiptap/extension-strike": "2.0.0-rc.2",
|
|
71
|
+
"@tiptap/extension-task-item": "2.0.0-rc.2",
|
|
72
|
+
"@tiptap/extension-task-list": "2.0.0-rc.2",
|
|
73
|
+
"@tiptap/extension-text": "2.0.0-rc.2",
|
|
74
|
+
"@tiptap/extension-typography": "2.0.0-rc.2",
|
|
75
|
+
"@tiptap/pm": "2.0.0-rc.2",
|
|
76
|
+
"@tiptap/react": "2.0.0-rc.2",
|
|
77
|
+
"@tiptap/suggestion": "2.0.0-rc.2",
|
|
78
78
|
"prosemirror-codemark": "0.4.2"
|
|
79
79
|
},
|
|
80
80
|
"devDependencies": {
|
|
@@ -98,7 +98,7 @@
|
|
|
98
98
|
"@types/jest": "29.5.0",
|
|
99
99
|
"@types/lodash-es": "4.17.7",
|
|
100
100
|
"@types/marked": "4.0.8",
|
|
101
|
-
"@types/react": "18.0.
|
|
101
|
+
"@types/react": "18.0.30",
|
|
102
102
|
"@types/react-dom": "18.0.11",
|
|
103
103
|
"@types/react-syntax-highlighter": "15.5.6",
|
|
104
104
|
"@types/turndown": "5.0.1",
|
|
@@ -137,7 +137,7 @@
|
|
|
137
137
|
"ts-node": "10.9.1",
|
|
138
138
|
"type-fest": "3.7.1",
|
|
139
139
|
"typescript": "5.0.2",
|
|
140
|
-
"typescript-plugin-css-modules": "
|
|
140
|
+
"typescript-plugin-css-modules": "5.0.0"
|
|
141
141
|
},
|
|
142
142
|
"peerDependencies": {
|
|
143
143
|
"@react-hookz/web": "^14.2.3 || >=15.x",
|