@doist/typist 2.0.2 → 2.1.0
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 +12 -0
- package/package.json +50 -50
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
## [2.1.0](https://github.com/Doist/typist/compare/v2.0.3...v2.1.0) (2023-09-28)
|
|
2
|
+
|
|
3
|
+
### Features
|
|
4
|
+
|
|
5
|
+
- add support for Node v20 and npm v10 ([#465](https://github.com/Doist/typist/issues/465)) ([8e3c1b3](https://github.com/Doist/typist/commit/8e3c1b39f1e4f4d0eabbd113998da29a52e4461f))
|
|
6
|
+
|
|
7
|
+
## [2.0.3](https://github.com/Doist/typist/compare/v2.0.2...v2.0.3) (2023-09-25)
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
- **deps:** update tiptap packages to v2.1.10 ([#447](https://github.com/Doist/typist/issues/447)) ([9ed0371](https://github.com/Doist/typist/commit/9ed037104495be1dd4886f4c4263a886be94a995))
|
|
12
|
+
|
|
1
13
|
## [2.0.2](https://github.com/Doist/typist/compare/v2.0.1...v2.0.2) (2023-09-14)
|
|
2
14
|
|
|
3
15
|
### 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": "2.0
|
|
4
|
+
"version": "2.1.0",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"homepage": "https://typist.doist.dev/",
|
|
7
7
|
"repository": "https://github.com/Doist/typist",
|
|
@@ -10,8 +10,8 @@
|
|
|
10
10
|
"types": "dist/index.d.ts",
|
|
11
11
|
"sideEffects": false,
|
|
12
12
|
"engines": {
|
|
13
|
-
"node": "^16.0.0 || ^18.0.0",
|
|
14
|
-
"npm": "^7.0.0 || ^8.0.0 || ^9.0.0"
|
|
13
|
+
"node": "^16.0.0 || ^18.0.0 || ^20.0.0",
|
|
14
|
+
"npm": "^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0"
|
|
15
15
|
},
|
|
16
16
|
"publishConfig": {
|
|
17
17
|
"access": "public"
|
|
@@ -46,71 +46,71 @@
|
|
|
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.10",
|
|
50
|
+
"@tiptap/extension-blockquote": "2.1.10",
|
|
51
|
+
"@tiptap/extension-bold": "2.1.10",
|
|
52
|
+
"@tiptap/extension-bullet-list": "2.1.10",
|
|
53
|
+
"@tiptap/extension-character-count": "2.1.10",
|
|
54
|
+
"@tiptap/extension-code": "2.1.10",
|
|
55
|
+
"@tiptap/extension-code-block": "2.1.10",
|
|
56
|
+
"@tiptap/extension-document": "2.1.10",
|
|
57
|
+
"@tiptap/extension-dropcursor": "2.1.10",
|
|
58
|
+
"@tiptap/extension-gapcursor": "2.1.10",
|
|
59
|
+
"@tiptap/extension-hard-break": "2.1.10",
|
|
60
|
+
"@tiptap/extension-heading": "2.1.10",
|
|
61
|
+
"@tiptap/extension-history": "2.1.10",
|
|
62
|
+
"@tiptap/extension-horizontal-rule": "2.1.10",
|
|
63
|
+
"@tiptap/extension-image": "2.1.10",
|
|
64
|
+
"@tiptap/extension-italic": "2.1.10",
|
|
65
|
+
"@tiptap/extension-link": "2.1.10",
|
|
66
|
+
"@tiptap/extension-list-item": "2.1.10",
|
|
67
|
+
"@tiptap/extension-list-keymap": "2.1.10",
|
|
68
|
+
"@tiptap/extension-ordered-list": "2.1.10",
|
|
69
|
+
"@tiptap/extension-paragraph": "2.1.10",
|
|
70
|
+
"@tiptap/extension-placeholder": "2.1.10",
|
|
71
|
+
"@tiptap/extension-strike": "2.1.10",
|
|
72
|
+
"@tiptap/extension-task-item": "2.1.10",
|
|
73
|
+
"@tiptap/extension-task-list": "2.1.10",
|
|
74
|
+
"@tiptap/extension-text": "2.1.10",
|
|
75
|
+
"@tiptap/extension-typography": "2.1.10",
|
|
76
|
+
"@tiptap/pm": "2.1.10",
|
|
77
|
+
"@tiptap/react": "2.1.10",
|
|
78
|
+
"@tiptap/suggestion": "2.1.10",
|
|
79
79
|
"prosemirror-codemark": "0.4.2"
|
|
80
80
|
},
|
|
81
81
|
"devDependencies": {
|
|
82
82
|
"@doist/eslint-config": "11.0.0",
|
|
83
83
|
"@doist/prettier-config": "4.0.0",
|
|
84
|
-
"@doist/reactist": "
|
|
84
|
+
"@doist/reactist": "22.1.0",
|
|
85
85
|
"@mdx-js/react": "2.3.0",
|
|
86
86
|
"@semantic-release/changelog": "6.0.3",
|
|
87
87
|
"@semantic-release/exec": "6.0.3",
|
|
88
88
|
"@semantic-release/git": "10.0.1",
|
|
89
|
-
"@storybook/addon-a11y": "7.4.
|
|
90
|
-
"@storybook/addon-essentials": "7.4.
|
|
91
|
-
"@storybook/addons": "7.4.
|
|
89
|
+
"@storybook/addon-a11y": "7.4.5",
|
|
90
|
+
"@storybook/addon-essentials": "7.4.5",
|
|
91
|
+
"@storybook/addons": "7.4.5",
|
|
92
92
|
"@storybook/csf": "0.1.1",
|
|
93
93
|
"@storybook/mdx2-csf": "1.1.0",
|
|
94
|
-
"@storybook/react": "7.4.
|
|
95
|
-
"@storybook/react-vite": "7.4.
|
|
96
|
-
"@testing-library/dom": "9.3.
|
|
94
|
+
"@storybook/react": "7.4.5",
|
|
95
|
+
"@storybook/react-vite": "7.4.5",
|
|
96
|
+
"@testing-library/dom": "9.3.3",
|
|
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.
|
|
100
|
+
"@types/react": "18.2.22",
|
|
101
101
|
"@types/react-dom": "18.2.7",
|
|
102
102
|
"@types/react-syntax-highlighter": "15.5.7",
|
|
103
|
-
"@types/turndown": "5.0.
|
|
104
|
-
"@vitejs/plugin-react": "4.0
|
|
103
|
+
"@types/turndown": "5.0.2",
|
|
104
|
+
"@vitejs/plugin-react": "4.1.0",
|
|
105
105
|
"boring-avatars": "1.10.1",
|
|
106
106
|
"classnames": "2.3.2",
|
|
107
|
-
"conventional-changelog-conventionalcommits": "
|
|
107
|
+
"conventional-changelog-conventionalcommits": "7.0.2",
|
|
108
108
|
"emoji-regex": "10.2.1",
|
|
109
|
-
"eslint": "8.
|
|
109
|
+
"eslint": "8.50.0",
|
|
110
110
|
"eslint-formatter-codeframe": "7.32.1",
|
|
111
|
-
"eslint-import-resolver-typescript": "3.6.
|
|
111
|
+
"eslint-import-resolver-typescript": "3.6.1",
|
|
112
112
|
"eslint-plugin-simple-import-sort": "10.0.0",
|
|
113
|
-
"eslint-plugin-storybook": "0.6.
|
|
113
|
+
"eslint-plugin-storybook": "0.6.14",
|
|
114
114
|
"eslint-plugin-unicorn": "48.0.1",
|
|
115
115
|
"eslint-plugin-vitest": "0.3.1",
|
|
116
116
|
"eslint-plugin-vitest-globals": "1.4.0",
|
|
@@ -128,13 +128,13 @@
|
|
|
128
128
|
"react-markdown": "8.0.7",
|
|
129
129
|
"react-syntax-highlighter": "15.5.0",
|
|
130
130
|
"rimraf": "5.0.1",
|
|
131
|
-
"semantic-release": "
|
|
132
|
-
"storybook": "7.4.
|
|
131
|
+
"semantic-release": "22.0.4",
|
|
132
|
+
"storybook": "7.4.5",
|
|
133
133
|
"storybook-css-modules": "1.0.8",
|
|
134
134
|
"type-fest": "4.3.1",
|
|
135
135
|
"typescript": "5.2.2",
|
|
136
136
|
"typescript-plugin-css-modules": "5.0.1",
|
|
137
|
-
"vitest": "0.34.
|
|
137
|
+
"vitest": "0.34.5"
|
|
138
138
|
},
|
|
139
139
|
"peerDependencies": {
|
|
140
140
|
"@react-hookz/web": "^14.2.3 || >=15.x",
|