@doist/typist 1.2.0 → 1.2.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 +59 -54
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
## [1.2.1](https://github.com/Doist/typist/compare/v1.2.0...v1.2.1) (2023-04-01)
|
|
2
|
+
|
|
3
|
+
### Bug Fixes
|
|
4
|
+
|
|
5
|
+
- **deps:** update tiptap packages to v2.0.0-rc.1 ([#192](https://github.com/Doist/typist/issues/192)) ([26d090a](https://github.com/Doist/typist/commit/26d090a8a0c93a0795f0714392129aacc30c72b6))
|
|
6
|
+
|
|
1
7
|
## [1.2.0](https://github.com/Doist/typist/compare/v1.1.2...v1.2.0) (2023-03-17)
|
|
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": "1.2.
|
|
4
|
+
"version": "1.2.1",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"homepage": "https://typist.doist.dev/",
|
|
7
7
|
"repository": "https://github.com/Doist/typist",
|
|
@@ -36,8 +36,8 @@
|
|
|
36
36
|
"prepare": "is-ci || husky install",
|
|
37
37
|
"prettier:check": "prettier --check \"./**/*.{js,jsx,ts,tsx,json,css,yml,md}\"",
|
|
38
38
|
"prettier:format": "prettier --write \"./**/*.{js,jsx,ts,tsx,json,css,yml,md}\"",
|
|
39
|
-
"storybook:build": "build
|
|
40
|
-
"storybook:start": "
|
|
39
|
+
"storybook:build": "storybook build",
|
|
40
|
+
"storybook:start": "storybook dev --port 6006 --ci",
|
|
41
41
|
"test": "jest",
|
|
42
42
|
"test:watch": "jest --watch",
|
|
43
43
|
"typescript:check": "tsc --project tsconfig.json",
|
|
@@ -46,58 +46,59 @@
|
|
|
46
46
|
"validate:pre-push": "run-s test"
|
|
47
47
|
},
|
|
48
48
|
"dependencies": {
|
|
49
|
-
"@tiptap/core": "2.0.0-
|
|
50
|
-
"@tiptap/extension-blockquote": "2.0.0-
|
|
51
|
-
"@tiptap/extension-bold": "2.0.0-
|
|
52
|
-
"@tiptap/extension-bullet-list": "2.0.0-
|
|
53
|
-
"@tiptap/extension-character-count": "2.0.0-
|
|
54
|
-
"@tiptap/extension-code": "2.0.0-
|
|
55
|
-
"@tiptap/extension-code-block": "2.0.0-
|
|
56
|
-
"@tiptap/extension-document": "2.0.0-
|
|
57
|
-
"@tiptap/extension-dropcursor": "2.0.0-
|
|
58
|
-
"@tiptap/extension-gapcursor": "2.0.0-
|
|
59
|
-
"@tiptap/extension-hard-break": "2.0.0-
|
|
60
|
-
"@tiptap/extension-heading": "2.0.0-
|
|
61
|
-
"@tiptap/extension-history": "2.0.0-
|
|
62
|
-
"@tiptap/extension-horizontal-rule": "2.0.0-
|
|
63
|
-
"@tiptap/extension-image": "2.0.0-
|
|
64
|
-
"@tiptap/extension-italic": "2.0.0-
|
|
65
|
-
"@tiptap/extension-link": "2.0.0-
|
|
66
|
-
"@tiptap/extension-list-item": "2.0.0-
|
|
67
|
-
"@tiptap/extension-ordered-list": "2.0.0-
|
|
68
|
-
"@tiptap/extension-paragraph": "2.0.0-
|
|
69
|
-
"@tiptap/extension-placeholder": "2.0.0-
|
|
70
|
-
"@tiptap/extension-strike": "2.0.0-
|
|
71
|
-
"@tiptap/extension-task-item": "2.0.0-
|
|
72
|
-
"@tiptap/extension-task-list": "2.0.0-
|
|
73
|
-
"@tiptap/extension-text": "2.0.0-
|
|
74
|
-
"@tiptap/extension-typography": "2.0.0-
|
|
75
|
-
"@tiptap/pm": "2.0.0-
|
|
76
|
-
"@tiptap/react": "2.0.0-
|
|
77
|
-
"@tiptap/suggestion": "2.0.0-
|
|
49
|
+
"@tiptap/core": "2.0.0-rc.1",
|
|
50
|
+
"@tiptap/extension-blockquote": "2.0.0-rc.1",
|
|
51
|
+
"@tiptap/extension-bold": "2.0.0-rc.1",
|
|
52
|
+
"@tiptap/extension-bullet-list": "2.0.0-rc.1",
|
|
53
|
+
"@tiptap/extension-character-count": "2.0.0-rc.1",
|
|
54
|
+
"@tiptap/extension-code": "2.0.0-rc.1",
|
|
55
|
+
"@tiptap/extension-code-block": "2.0.0-rc.1",
|
|
56
|
+
"@tiptap/extension-document": "2.0.0-rc.1",
|
|
57
|
+
"@tiptap/extension-dropcursor": "2.0.0-rc.1",
|
|
58
|
+
"@tiptap/extension-gapcursor": "2.0.0-rc.1",
|
|
59
|
+
"@tiptap/extension-hard-break": "2.0.0-rc.1",
|
|
60
|
+
"@tiptap/extension-heading": "2.0.0-rc.1",
|
|
61
|
+
"@tiptap/extension-history": "2.0.0-rc.1",
|
|
62
|
+
"@tiptap/extension-horizontal-rule": "2.0.0-rc.1",
|
|
63
|
+
"@tiptap/extension-image": "2.0.0-rc.1",
|
|
64
|
+
"@tiptap/extension-italic": "2.0.0-rc.1",
|
|
65
|
+
"@tiptap/extension-link": "2.0.0-rc.1",
|
|
66
|
+
"@tiptap/extension-list-item": "2.0.0-rc.1",
|
|
67
|
+
"@tiptap/extension-ordered-list": "2.0.0-rc.1",
|
|
68
|
+
"@tiptap/extension-paragraph": "2.0.0-rc.1",
|
|
69
|
+
"@tiptap/extension-placeholder": "2.0.0-rc.1",
|
|
70
|
+
"@tiptap/extension-strike": "2.0.0-rc.1",
|
|
71
|
+
"@tiptap/extension-task-item": "2.0.0-rc.1",
|
|
72
|
+
"@tiptap/extension-task-list": "2.0.0-rc.1",
|
|
73
|
+
"@tiptap/extension-text": "2.0.0-rc.1",
|
|
74
|
+
"@tiptap/extension-typography": "2.0.0-rc.1",
|
|
75
|
+
"@tiptap/pm": "2.0.0-rc.1",
|
|
76
|
+
"@tiptap/react": "2.0.0-rc.1",
|
|
77
|
+
"@tiptap/suggestion": "2.0.0-rc.1",
|
|
78
78
|
"prosemirror-codemark": "0.4.2"
|
|
79
79
|
},
|
|
80
80
|
"devDependencies": {
|
|
81
|
-
"@doist/eslint-config": "8.1.
|
|
81
|
+
"@doist/eslint-config": "8.1.4",
|
|
82
82
|
"@doist/prettier-config": "3.0.5",
|
|
83
|
-
"@doist/reactist": "
|
|
83
|
+
"@doist/reactist": "20.1.0",
|
|
84
84
|
"@mdx-js/react": "2.3.0",
|
|
85
|
-
"@semantic-release/changelog": "6.0.
|
|
85
|
+
"@semantic-release/changelog": "6.0.3",
|
|
86
86
|
"@semantic-release/exec": "6.0.3",
|
|
87
87
|
"@semantic-release/git": "10.0.1",
|
|
88
|
-
"@storybook/addon-a11y": "
|
|
89
|
-
"@storybook/addon-essentials": "
|
|
90
|
-
"@storybook/addons": "
|
|
91
|
-
"@storybook/
|
|
92
|
-
"@storybook/mdx2-csf": "0.0.
|
|
93
|
-
"@storybook/react": "
|
|
94
|
-
"@
|
|
88
|
+
"@storybook/addon-a11y": "7.0.0-rc.8",
|
|
89
|
+
"@storybook/addon-essentials": "7.0.0-rc.8",
|
|
90
|
+
"@storybook/addons": "7.0.0-rc.8",
|
|
91
|
+
"@storybook/csf": "0.0.2-next.10",
|
|
92
|
+
"@storybook/mdx2-csf": "1.0.0-next.6",
|
|
93
|
+
"@storybook/react": "7.0.0-rc.8",
|
|
94
|
+
"@storybook/react-vite": "7.0.0-rc.8",
|
|
95
|
+
"@testing-library/dom": "9.2.0",
|
|
95
96
|
"@testing-library/jest-dom": "5.16.5",
|
|
96
|
-
"@testing-library/react": "
|
|
97
|
-
"@types/jest": "29.
|
|
98
|
-
"@types/lodash-es": "4.17.
|
|
97
|
+
"@testing-library/react": "14.0.0",
|
|
98
|
+
"@types/jest": "29.5.0",
|
|
99
|
+
"@types/lodash-es": "4.17.7",
|
|
99
100
|
"@types/marked": "4.0.8",
|
|
100
|
-
"@types/react": "18.0.
|
|
101
|
+
"@types/react": "18.0.29",
|
|
101
102
|
"@types/react-dom": "18.0.11",
|
|
102
103
|
"@types/react-syntax-highlighter": "15.5.6",
|
|
103
104
|
"@types/turndown": "5.0.1",
|
|
@@ -109,8 +110,9 @@
|
|
|
109
110
|
"eslint-formatter-codeframe": "7.32.1",
|
|
110
111
|
"eslint-import-resolver-typescript": "3.5.3",
|
|
111
112
|
"eslint-plugin-jest": "27.2.1",
|
|
112
|
-
"eslint-plugin-simple-import-sort": "
|
|
113
|
-
"eslint-plugin-
|
|
113
|
+
"eslint-plugin-simple-import-sort": "10.0.0",
|
|
114
|
+
"eslint-plugin-storybook": "0.6.11",
|
|
115
|
+
"eslint-plugin-unicorn": "46.0.0",
|
|
114
116
|
"github-markdown-css": "5.2.0",
|
|
115
117
|
"husky": "8.0.3",
|
|
116
118
|
"ignore-sync": "6.0.2",
|
|
@@ -119,19 +121,22 @@
|
|
|
119
121
|
"jest-environment-jsdom": "29.5.0",
|
|
120
122
|
"lint-staged": "13.2.0",
|
|
121
123
|
"npm-run-all": "4.1.5",
|
|
122
|
-
"prettier": "2.8.
|
|
124
|
+
"prettier": "2.8.7",
|
|
125
|
+
"react": "18.2.0",
|
|
126
|
+
"react-dom": "18.2.0",
|
|
123
127
|
"react-icons": "4.8.0",
|
|
124
|
-
"react-markdown": "8.0.
|
|
128
|
+
"react-markdown": "8.0.6",
|
|
125
129
|
"react-syntax-highlighter": "15.5.0",
|
|
126
130
|
"rehype-raw": "6.1.1",
|
|
127
131
|
"remark-gfm": "3.0.1",
|
|
128
|
-
"rimraf": "
|
|
129
|
-
"semantic-release": "
|
|
132
|
+
"rimraf": "4.4.1",
|
|
133
|
+
"semantic-release": "21.0.0",
|
|
134
|
+
"storybook": "7.0.0-rc.8",
|
|
130
135
|
"storybook-css-modules": "1.0.8",
|
|
131
136
|
"ts-jest": "29.0.5",
|
|
132
137
|
"ts-node": "10.9.1",
|
|
133
|
-
"type-fest": "3.
|
|
134
|
-
"typescript": "
|
|
138
|
+
"type-fest": "3.7.1",
|
|
139
|
+
"typescript": "5.0.2",
|
|
135
140
|
"typescript-plugin-css-modules": "4.2.3"
|
|
136
141
|
},
|
|
137
142
|
"peerDependencies": {
|