@doist/typist 2.1.0 → 2.1.1
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 +36 -36
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
## [2.1.1](https://github.com/Doist/typist/compare/v2.1.0...v2.1.1) (2023-10-03)
|
|
2
|
+
|
|
3
|
+
### Bug Fixes
|
|
4
|
+
|
|
5
|
+
- **deps:** update tiptap packages to v2.1.11 ([#462](https://github.com/Doist/typist/issues/462)) ([80d86e7](https://github.com/Doist/typist/commit/80d86e7c8bb7e7bd3605b8ea9d0ce61c1327f50e))
|
|
6
|
+
|
|
1
7
|
## [2.1.0](https://github.com/Doist/typist/compare/v2.0.3...v2.1.0) (2023-09-28)
|
|
2
8
|
|
|
3
9
|
### Features
|
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": "2.1.
|
|
4
|
+
"version": "2.1.1",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"homepage": "https://typist.doist.dev/",
|
|
7
7
|
"repository": "https://github.com/Doist/typist",
|
|
@@ -46,36 +46,36 @@
|
|
|
46
46
|
"validate:pre-push": "run-s test"
|
|
47
47
|
},
|
|
48
48
|
"dependencies": {
|
|
49
|
-
"@tiptap/core": "2.1.
|
|
50
|
-
"@tiptap/extension-blockquote": "2.1.
|
|
51
|
-
"@tiptap/extension-bold": "2.1.
|
|
52
|
-
"@tiptap/extension-bullet-list": "2.1.
|
|
53
|
-
"@tiptap/extension-character-count": "2.1.
|
|
54
|
-
"@tiptap/extension-code": "2.1.
|
|
55
|
-
"@tiptap/extension-code-block": "2.1.
|
|
56
|
-
"@tiptap/extension-document": "2.1.
|
|
57
|
-
"@tiptap/extension-dropcursor": "2.1.
|
|
58
|
-
"@tiptap/extension-gapcursor": "2.1.
|
|
59
|
-
"@tiptap/extension-hard-break": "2.1.
|
|
60
|
-
"@tiptap/extension-heading": "2.1.
|
|
61
|
-
"@tiptap/extension-history": "2.1.
|
|
62
|
-
"@tiptap/extension-horizontal-rule": "2.1.
|
|
63
|
-
"@tiptap/extension-image": "2.1.
|
|
64
|
-
"@tiptap/extension-italic": "2.1.
|
|
65
|
-
"@tiptap/extension-link": "2.1.
|
|
66
|
-
"@tiptap/extension-list-item": "2.1.
|
|
67
|
-
"@tiptap/extension-list-keymap": "2.1.
|
|
68
|
-
"@tiptap/extension-ordered-list": "2.1.
|
|
69
|
-
"@tiptap/extension-paragraph": "2.1.
|
|
70
|
-
"@tiptap/extension-placeholder": "2.1.
|
|
71
|
-
"@tiptap/extension-strike": "2.1.
|
|
72
|
-
"@tiptap/extension-task-item": "2.1.
|
|
73
|
-
"@tiptap/extension-task-list": "2.1.
|
|
74
|
-
"@tiptap/extension-text": "2.1.
|
|
75
|
-
"@tiptap/extension-typography": "2.1.
|
|
76
|
-
"@tiptap/pm": "2.1.
|
|
77
|
-
"@tiptap/react": "2.1.
|
|
78
|
-
"@tiptap/suggestion": "2.1.
|
|
49
|
+
"@tiptap/core": "2.1.11",
|
|
50
|
+
"@tiptap/extension-blockquote": "2.1.11",
|
|
51
|
+
"@tiptap/extension-bold": "2.1.11",
|
|
52
|
+
"@tiptap/extension-bullet-list": "2.1.11",
|
|
53
|
+
"@tiptap/extension-character-count": "2.1.11",
|
|
54
|
+
"@tiptap/extension-code": "2.1.11",
|
|
55
|
+
"@tiptap/extension-code-block": "2.1.11",
|
|
56
|
+
"@tiptap/extension-document": "2.1.11",
|
|
57
|
+
"@tiptap/extension-dropcursor": "2.1.11",
|
|
58
|
+
"@tiptap/extension-gapcursor": "2.1.11",
|
|
59
|
+
"@tiptap/extension-hard-break": "2.1.11",
|
|
60
|
+
"@tiptap/extension-heading": "2.1.11",
|
|
61
|
+
"@tiptap/extension-history": "2.1.11",
|
|
62
|
+
"@tiptap/extension-horizontal-rule": "2.1.11",
|
|
63
|
+
"@tiptap/extension-image": "2.1.11",
|
|
64
|
+
"@tiptap/extension-italic": "2.1.11",
|
|
65
|
+
"@tiptap/extension-link": "2.1.11",
|
|
66
|
+
"@tiptap/extension-list-item": "2.1.11",
|
|
67
|
+
"@tiptap/extension-list-keymap": "2.1.11",
|
|
68
|
+
"@tiptap/extension-ordered-list": "2.1.11",
|
|
69
|
+
"@tiptap/extension-paragraph": "2.1.11",
|
|
70
|
+
"@tiptap/extension-placeholder": "2.1.11",
|
|
71
|
+
"@tiptap/extension-strike": "2.1.11",
|
|
72
|
+
"@tiptap/extension-task-item": "2.1.11",
|
|
73
|
+
"@tiptap/extension-task-list": "2.1.11",
|
|
74
|
+
"@tiptap/extension-text": "2.1.11",
|
|
75
|
+
"@tiptap/extension-typography": "2.1.11",
|
|
76
|
+
"@tiptap/pm": "2.1.11",
|
|
77
|
+
"@tiptap/react": "2.1.11",
|
|
78
|
+
"@tiptap/suggestion": "2.1.11",
|
|
79
79
|
"prosemirror-codemark": "0.4.2"
|
|
80
80
|
},
|
|
81
81
|
"devDependencies": {
|
|
@@ -97,8 +97,8 @@
|
|
|
97
97
|
"@testing-library/jest-dom": "6.1.3",
|
|
98
98
|
"@testing-library/react": "14.0.0",
|
|
99
99
|
"@types/lodash-es": "4.17.9",
|
|
100
|
-
"@types/react": "18.2.
|
|
101
|
-
"@types/react-dom": "18.2.
|
|
100
|
+
"@types/react": "18.2.23",
|
|
101
|
+
"@types/react-dom": "18.2.8",
|
|
102
102
|
"@types/react-syntax-highlighter": "15.5.7",
|
|
103
103
|
"@types/turndown": "5.0.2",
|
|
104
104
|
"@vitejs/plugin-react": "4.1.0",
|
|
@@ -127,11 +127,11 @@
|
|
|
127
127
|
"react-icons": "4.11.0",
|
|
128
128
|
"react-markdown": "8.0.7",
|
|
129
129
|
"react-syntax-highlighter": "15.5.0",
|
|
130
|
-
"rimraf": "5.0.
|
|
131
|
-
"semantic-release": "22.0.
|
|
130
|
+
"rimraf": "5.0.5",
|
|
131
|
+
"semantic-release": "22.0.5",
|
|
132
132
|
"storybook": "7.4.5",
|
|
133
133
|
"storybook-css-modules": "1.0.8",
|
|
134
|
-
"type-fest": "4.3.
|
|
134
|
+
"type-fest": "4.3.2",
|
|
135
135
|
"typescript": "5.2.2",
|
|
136
136
|
"typescript-plugin-css-modules": "5.0.1",
|
|
137
137
|
"vitest": "0.34.5"
|