@doist/typist 6.0.8 → 6.0.9

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/package.json +35 -35
package/CHANGELOG.md CHANGED
@@ -1,3 +1,9 @@
1
+ ## [6.0.9](https://github.com/Doist/typist/compare/v6.0.8...v6.0.9) (2024-08-20)
2
+
3
+ ### Bug Fixes
4
+
5
+ - **deps:** update tiptap packages to v2.6.4 ([#875](https://github.com/Doist/typist/issues/875)) ([a28caac](https://github.com/Doist/typist/commit/a28caac30770e7062971c662c0577f78f8f8d8af))
6
+
1
7
  ## [6.0.8](https://github.com/Doist/typist/compare/v6.0.7...v6.0.8) (2024-08-16)
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": "6.0.8",
4
+ "version": "6.0.9",
5
5
  "license": "MIT",
6
6
  "homepage": "https://typist.doist.dev/",
7
7
  "repository": "https://github.com/Doist/typist",
@@ -45,37 +45,37 @@
45
45
  "validate:pre-push": "run-s test"
46
46
  },
47
47
  "dependencies": {
48
- "@tiptap/core": "2.6.2",
49
- "@tiptap/extension-blockquote": "2.6.2",
50
- "@tiptap/extension-bold": "2.6.2",
51
- "@tiptap/extension-bullet-list": "2.6.2",
52
- "@tiptap/extension-character-count": "2.6.2",
53
- "@tiptap/extension-code": "2.6.2",
54
- "@tiptap/extension-code-block": "2.6.2",
55
- "@tiptap/extension-document": "2.6.2",
56
- "@tiptap/extension-dropcursor": "2.6.2",
57
- "@tiptap/extension-gapcursor": "2.6.2",
58
- "@tiptap/extension-hard-break": "2.6.2",
59
- "@tiptap/extension-heading": "2.6.2",
60
- "@tiptap/extension-history": "2.6.2",
61
- "@tiptap/extension-horizontal-rule": "2.6.2",
62
- "@tiptap/extension-image": "2.6.2",
63
- "@tiptap/extension-italic": "2.6.2",
64
- "@tiptap/extension-link": "2.6.2",
65
- "@tiptap/extension-list-item": "2.6.2",
66
- "@tiptap/extension-list-keymap": "2.6.2",
67
- "@tiptap/extension-ordered-list": "2.6.2",
68
- "@tiptap/extension-paragraph": "2.6.2",
69
- "@tiptap/extension-placeholder": "2.6.2",
70
- "@tiptap/extension-strike": "2.6.2",
71
- "@tiptap/extension-task-item": "2.6.2",
72
- "@tiptap/extension-task-list": "2.6.2",
73
- "@tiptap/extension-text": "2.6.2",
74
- "@tiptap/extension-text-style": "2.6.2",
75
- "@tiptap/extension-typography": "2.6.2",
76
- "@tiptap/pm": "2.6.2",
77
- "@tiptap/react": "2.6.2",
78
- "@tiptap/suggestion": "2.6.2",
48
+ "@tiptap/core": "2.6.4",
49
+ "@tiptap/extension-blockquote": "2.6.4",
50
+ "@tiptap/extension-bold": "2.6.4",
51
+ "@tiptap/extension-bullet-list": "2.6.4",
52
+ "@tiptap/extension-character-count": "2.6.4",
53
+ "@tiptap/extension-code": "2.6.4",
54
+ "@tiptap/extension-code-block": "2.6.4",
55
+ "@tiptap/extension-document": "2.6.4",
56
+ "@tiptap/extension-dropcursor": "2.6.4",
57
+ "@tiptap/extension-gapcursor": "2.6.4",
58
+ "@tiptap/extension-hard-break": "2.6.4",
59
+ "@tiptap/extension-heading": "2.6.4",
60
+ "@tiptap/extension-history": "2.6.4",
61
+ "@tiptap/extension-horizontal-rule": "2.6.4",
62
+ "@tiptap/extension-image": "2.6.4",
63
+ "@tiptap/extension-italic": "2.6.4",
64
+ "@tiptap/extension-link": "2.6.4",
65
+ "@tiptap/extension-list-item": "2.6.4",
66
+ "@tiptap/extension-list-keymap": "2.6.4",
67
+ "@tiptap/extension-ordered-list": "2.6.4",
68
+ "@tiptap/extension-paragraph": "2.6.4",
69
+ "@tiptap/extension-placeholder": "2.6.4",
70
+ "@tiptap/extension-strike": "2.6.4",
71
+ "@tiptap/extension-task-item": "2.6.4",
72
+ "@tiptap/extension-task-list": "2.6.4",
73
+ "@tiptap/extension-text": "2.6.4",
74
+ "@tiptap/extension-text-style": "2.6.4",
75
+ "@tiptap/extension-typography": "2.6.4",
76
+ "@tiptap/pm": "2.6.4",
77
+ "@tiptap/react": "2.6.4",
78
+ "@tiptap/suggestion": "2.6.4",
79
79
  "prosemirror-codemark": "0.4.2"
80
80
  },
81
81
  "devDependencies": {
@@ -103,7 +103,7 @@
103
103
  "@types/react-dom": "18.3.0",
104
104
  "@types/react-syntax-highlighter": "15.5.13",
105
105
  "@types/turndown": "5.0.5",
106
- "@types/unist": "3.0.2",
106
+ "@types/unist": "3.0.3",
107
107
  "@vitejs/plugin-react": "4.3.1",
108
108
  "boring-avatars": "1.10.2",
109
109
  "classnames": "2.5.1",
@@ -133,11 +133,11 @@
133
133
  "rehype-raw": "7.0.0",
134
134
  "remark-gfm": "4.0.0",
135
135
  "rimraf": "6.0.1",
136
- "semantic-release": "24.0.0",
136
+ "semantic-release": "24.1.0",
137
137
  "storybook": "8.2.9",
138
138
  "storybook-css-modules": "1.0.8",
139
139
  "tippy.js": "6.3.7",
140
- "type-fest": "4.24.0",
140
+ "type-fest": "4.25.0",
141
141
  "typescript": "5.5.4",
142
142
  "typescript-plugin-css-modules": "5.1.0",
143
143
  "vitest": "2.0.5"