@doist/typist 1.0.3 → 1.0.4
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.4](https://github.com/Doist/typist/compare/v1.0.3...v1.0.4) (2022-12-12)
|
|
2
|
+
|
|
3
|
+
### Bug Fixes
|
|
4
|
+
|
|
5
|
+
- **deps:** update tiptap packages to v2.0.0-beta.205 ([#54](https://github.com/Doist/typist/issues/54)) ([2074402](https://github.com/Doist/typist/commit/20744024bda8e4e3263e87dda7a53cca94265407))
|
|
6
|
+
|
|
1
7
|
## [1.0.3](https://github.com/Doist/typist/compare/v1.0.2...v1.0.3) (2022-12-08)
|
|
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.4",
|
|
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.205",
|
|
50
|
+
"@tiptap/extension-blockquote": "2.0.0-beta.205",
|
|
51
|
+
"@tiptap/extension-bold": "2.0.0-beta.205",
|
|
52
|
+
"@tiptap/extension-bullet-list": "2.0.0-beta.205",
|
|
53
|
+
"@tiptap/extension-character-count": "2.0.0-beta.205",
|
|
54
|
+
"@tiptap/extension-code": "2.0.0-beta.205",
|
|
55
|
+
"@tiptap/extension-code-block": "2.0.0-beta.205",
|
|
56
|
+
"@tiptap/extension-document": "2.0.0-beta.205",
|
|
57
|
+
"@tiptap/extension-dropcursor": "2.0.0-beta.205",
|
|
58
|
+
"@tiptap/extension-gapcursor": "2.0.0-beta.205",
|
|
59
|
+
"@tiptap/extension-hard-break": "2.0.0-beta.205",
|
|
60
|
+
"@tiptap/extension-heading": "2.0.0-beta.205",
|
|
61
|
+
"@tiptap/extension-history": "2.0.0-beta.205",
|
|
62
|
+
"@tiptap/extension-horizontal-rule": "2.0.0-beta.205",
|
|
63
|
+
"@tiptap/extension-image": "2.0.0-beta.205",
|
|
64
|
+
"@tiptap/extension-italic": "2.0.0-beta.205",
|
|
65
|
+
"@tiptap/extension-link": "2.0.0-beta.205",
|
|
66
|
+
"@tiptap/extension-list-item": "2.0.0-beta.205",
|
|
67
|
+
"@tiptap/extension-ordered-list": "2.0.0-beta.205",
|
|
68
|
+
"@tiptap/extension-paragraph": "2.0.0-beta.205",
|
|
69
|
+
"@tiptap/extension-placeholder": "2.0.0-beta.205",
|
|
70
|
+
"@tiptap/extension-strike": "2.0.0-beta.205",
|
|
71
|
+
"@tiptap/extension-task-item": "2.0.0-beta.205",
|
|
72
|
+
"@tiptap/extension-task-list": "2.0.0-beta.205",
|
|
73
|
+
"@tiptap/extension-text": "2.0.0-beta.205",
|
|
74
|
+
"@tiptap/extension-typography": "2.0.0-beta.205",
|
|
75
|
+
"@tiptap/react": "2.0.0-beta.205",
|
|
76
|
+
"@tiptap/suggestion": "2.0.0-beta.205",
|
|
77
77
|
"prosemirror-codemark": "0.4.2",
|
|
78
78
|
"prosemirror-model": "1.18.3",
|
|
79
79
|
"prosemirror-state": "1.4.2",
|
|
@@ -96,7 +96,7 @@
|
|
|
96
96
|
"@testing-library/dom": "8.19.0",
|
|
97
97
|
"@testing-library/jest-dom": "5.16.5",
|
|
98
98
|
"@testing-library/react": "13.4.0",
|
|
99
|
-
"@types/jest": "29.2.
|
|
99
|
+
"@types/jest": "29.2.4",
|
|
100
100
|
"@types/lodash-es": "4.17.6",
|
|
101
101
|
"@types/marked": "4.0.7",
|
|
102
102
|
"@types/react": "18.0.26",
|
|
@@ -119,7 +119,7 @@
|
|
|
119
119
|
"is-ci": "3.0.1",
|
|
120
120
|
"jest": "29.3.1",
|
|
121
121
|
"jest-environment-jsdom": "29.3.1",
|
|
122
|
-
"lint-staged": "13.0
|
|
122
|
+
"lint-staged": "13.1.0",
|
|
123
123
|
"npm-run-all": "4.1.5",
|
|
124
124
|
"prettier": "2.8.0",
|
|
125
125
|
"react-icons": "4.7.1",
|