@doist/typist 4.0.3 → 4.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 +41 -42
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
## [4.0.4](https://github.com/Doist/typist/compare/v4.0.3...v4.0.4) (2024-03-06)
|
|
2
|
+
|
|
3
|
+
### Bug Fixes
|
|
4
|
+
|
|
5
|
+
- **deps:** update tiptap packages to v2.2.4 ([#660](https://github.com/Doist/typist/issues/660)) ([b603996](https://github.com/Doist/typist/commit/b603996c64b98388f43d0e7489b3fec7629b2b7d))
|
|
6
|
+
|
|
1
7
|
## [4.0.3](https://github.com/Doist/typist/compare/v4.0.2...v4.0.3) (2024-03-06)
|
|
2
8
|
|
|
3
9
|
### Bug Fixes
|
package/package.json
CHANGED
|
@@ -1,11 +1,10 @@
|
|
|
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": "4.0.
|
|
4
|
+
"version": "4.0.4",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"homepage": "https://typist.doist.dev/",
|
|
7
7
|
"repository": "https://github.com/Doist/typist",
|
|
8
|
-
"prettier": "@doist/prettier-config",
|
|
9
8
|
"main": "dist/index.js",
|
|
10
9
|
"types": "dist/index.d.ts",
|
|
11
10
|
"sideEffects": false,
|
|
@@ -33,7 +32,7 @@
|
|
|
33
32
|
"clean:storybook-static": "rimraf storybook-static/",
|
|
34
33
|
"eslint:check": "eslint --format codeframe --cache --cache-location ./.cache/.eslintcache --ext js,jsx,ts,tsx ./",
|
|
35
34
|
"format": "run-s prettier:format",
|
|
36
|
-
"prepare": "is-ci || husky
|
|
35
|
+
"prepare": "is-ci || husky",
|
|
37
36
|
"prettier:check": "prettier --check \"./**/*.{js,jsx,ts,tsx,json,css,yml,md}\"",
|
|
38
37
|
"prettier:format": "prettier --write \"./**/*.{js,jsx,ts,tsx,json,css,yml,md}\"",
|
|
39
38
|
"storybook:build": "storybook build",
|
|
@@ -46,41 +45,41 @@
|
|
|
46
45
|
"validate:pre-push": "run-s test"
|
|
47
46
|
},
|
|
48
47
|
"dependencies": {
|
|
49
|
-
"@tiptap/core": "2.2.
|
|
50
|
-
"@tiptap/extension-blockquote": "2.2.
|
|
51
|
-
"@tiptap/extension-bold": "2.2.
|
|
52
|
-
"@tiptap/extension-bullet-list": "2.2.
|
|
53
|
-
"@tiptap/extension-character-count": "2.2.
|
|
54
|
-
"@tiptap/extension-code": "2.2.
|
|
55
|
-
"@tiptap/extension-code-block": "2.2.
|
|
56
|
-
"@tiptap/extension-document": "2.2.
|
|
57
|
-
"@tiptap/extension-dropcursor": "2.2.
|
|
58
|
-
"@tiptap/extension-gapcursor": "2.2.
|
|
59
|
-
"@tiptap/extension-hard-break": "2.2.
|
|
60
|
-
"@tiptap/extension-heading": "2.2.
|
|
61
|
-
"@tiptap/extension-history": "2.2.
|
|
62
|
-
"@tiptap/extension-horizontal-rule": "2.2.
|
|
63
|
-
"@tiptap/extension-image": "2.2.
|
|
64
|
-
"@tiptap/extension-italic": "2.2.
|
|
65
|
-
"@tiptap/extension-link": "2.2.
|
|
66
|
-
"@tiptap/extension-list-item": "2.2.
|
|
67
|
-
"@tiptap/extension-list-keymap": "2.2.
|
|
68
|
-
"@tiptap/extension-ordered-list": "2.2.
|
|
69
|
-
"@tiptap/extension-paragraph": "2.2.
|
|
70
|
-
"@tiptap/extension-placeholder": "2.2.
|
|
71
|
-
"@tiptap/extension-strike": "2.2.
|
|
72
|
-
"@tiptap/extension-task-item": "2.2.
|
|
73
|
-
"@tiptap/extension-task-list": "2.2.
|
|
74
|
-
"@tiptap/extension-text": "2.2.
|
|
75
|
-
"@tiptap/extension-text-style": "2.2.
|
|
76
|
-
"@tiptap/extension-typography": "2.2.
|
|
77
|
-
"@tiptap/pm": "2.2.
|
|
78
|
-
"@tiptap/react": "2.2.
|
|
79
|
-
"@tiptap/suggestion": "2.2.
|
|
48
|
+
"@tiptap/core": "2.2.4",
|
|
49
|
+
"@tiptap/extension-blockquote": "2.2.4",
|
|
50
|
+
"@tiptap/extension-bold": "2.2.4",
|
|
51
|
+
"@tiptap/extension-bullet-list": "2.2.4",
|
|
52
|
+
"@tiptap/extension-character-count": "2.2.4",
|
|
53
|
+
"@tiptap/extension-code": "2.2.4",
|
|
54
|
+
"@tiptap/extension-code-block": "2.2.4",
|
|
55
|
+
"@tiptap/extension-document": "2.2.4",
|
|
56
|
+
"@tiptap/extension-dropcursor": "2.2.4",
|
|
57
|
+
"@tiptap/extension-gapcursor": "2.2.4",
|
|
58
|
+
"@tiptap/extension-hard-break": "2.2.4",
|
|
59
|
+
"@tiptap/extension-heading": "2.2.4",
|
|
60
|
+
"@tiptap/extension-history": "2.2.4",
|
|
61
|
+
"@tiptap/extension-horizontal-rule": "2.2.4",
|
|
62
|
+
"@tiptap/extension-image": "2.2.4",
|
|
63
|
+
"@tiptap/extension-italic": "2.2.4",
|
|
64
|
+
"@tiptap/extension-link": "2.2.4",
|
|
65
|
+
"@tiptap/extension-list-item": "2.2.4",
|
|
66
|
+
"@tiptap/extension-list-keymap": "2.2.4",
|
|
67
|
+
"@tiptap/extension-ordered-list": "2.2.4",
|
|
68
|
+
"@tiptap/extension-paragraph": "2.2.4",
|
|
69
|
+
"@tiptap/extension-placeholder": "2.2.4",
|
|
70
|
+
"@tiptap/extension-strike": "2.2.4",
|
|
71
|
+
"@tiptap/extension-task-item": "2.2.4",
|
|
72
|
+
"@tiptap/extension-task-list": "2.2.4",
|
|
73
|
+
"@tiptap/extension-text": "2.2.4",
|
|
74
|
+
"@tiptap/extension-text-style": "2.2.4",
|
|
75
|
+
"@tiptap/extension-typography": "2.2.4",
|
|
76
|
+
"@tiptap/pm": "2.2.4",
|
|
77
|
+
"@tiptap/react": "2.2.4",
|
|
78
|
+
"@tiptap/suggestion": "2.2.4",
|
|
80
79
|
"prosemirror-codemark": "0.4.2"
|
|
81
80
|
},
|
|
82
81
|
"devDependencies": {
|
|
83
|
-
"@doist/eslint-config": "11.
|
|
82
|
+
"@doist/eslint-config": "11.1.0",
|
|
84
83
|
"@doist/prettier-config": "4.0.0",
|
|
85
84
|
"@doist/reactist": "23.2.0",
|
|
86
85
|
"@mdx-js/react": "3.0.1",
|
|
@@ -100,7 +99,7 @@
|
|
|
100
99
|
"@testing-library/react": "14.2.1",
|
|
101
100
|
"@types/hast": "3.0.4",
|
|
102
101
|
"@types/lodash-es": "4.17.12",
|
|
103
|
-
"@types/react": "18.2.
|
|
102
|
+
"@types/react": "18.2.61",
|
|
104
103
|
"@types/react-dom": "18.2.19",
|
|
105
104
|
"@types/react-syntax-highlighter": "15.5.11",
|
|
106
105
|
"@types/turndown": "5.0.4",
|
|
@@ -110,22 +109,22 @@
|
|
|
110
109
|
"classnames": "2.5.1",
|
|
111
110
|
"conventional-changelog-conventionalcommits": "7.0.2",
|
|
112
111
|
"emoji-regex": "10.3.0",
|
|
113
|
-
"eslint": "8.
|
|
112
|
+
"eslint": "8.57.0",
|
|
114
113
|
"eslint-formatter-codeframe": "7.32.1",
|
|
115
114
|
"eslint-import-resolver-typescript": "3.6.1",
|
|
116
|
-
"eslint-plugin-simple-import-sort": "
|
|
117
|
-
"eslint-plugin-storybook": "0.
|
|
115
|
+
"eslint-plugin-simple-import-sort": "12.0.0",
|
|
116
|
+
"eslint-plugin-storybook": "0.8.0",
|
|
118
117
|
"eslint-plugin-unicorn": "51.0.1",
|
|
119
|
-
"eslint-plugin-vitest": "0.3.
|
|
118
|
+
"eslint-plugin-vitest": "0.3.22",
|
|
120
119
|
"eslint-plugin-vitest-globals": "1.4.0",
|
|
121
120
|
"github-markdown-css": "5.5.1",
|
|
122
|
-
"husky": "
|
|
121
|
+
"husky": "9.0.11",
|
|
123
122
|
"ignore-sync": "7.0.1",
|
|
124
123
|
"is-ci": "3.0.1",
|
|
125
124
|
"jsdom": "24.0.0",
|
|
126
125
|
"lint-staged": "15.2.2",
|
|
127
126
|
"npm-run-all2": "6.1.2",
|
|
128
|
-
"prettier": "3.2.
|
|
127
|
+
"prettier": "3.2.5",
|
|
129
128
|
"react": "18.2.0",
|
|
130
129
|
"react-dom": "18.2.0",
|
|
131
130
|
"react-icons": "5.0.1",
|