@doist/typist 1.0.12 → 1.0.13

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 +51 -51
package/CHANGELOG.md CHANGED
@@ -1,3 +1,9 @@
1
+ ## [1.0.13](https://github.com/Doist/typist/compare/v1.0.12...v1.0.13) (2023-02-13)
2
+
3
+ ### Bug Fixes
4
+
5
+ - **deps:** update tiptap packages to v2.0.0-beta.215 ([#129](https://github.com/Doist/typist/issues/129)) ([af22d22](https://github.com/Doist/typist/commit/af22d22eff6531c11114cb3122daa184657e504e))
6
+
1
7
  ## [1.0.12](https://github.com/Doist/typist/compare/v1.0.11...v1.0.12) (2023-01-06)
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": "1.0.12",
4
+ "version": "1.0.13",
5
5
  "license": "MIT",
6
6
  "homepage": "https://typist.doist.dev/",
7
7
  "repository": "https://github.com/Doist/typist",
@@ -46,34 +46,34 @@
46
46
  "validate:pre-push": "run-s test"
47
47
  },
48
48
  "dependencies": {
49
- "@tiptap/core": "2.0.0-beta.209",
50
- "@tiptap/extension-blockquote": "2.0.0-beta.209",
51
- "@tiptap/extension-bold": "2.0.0-beta.209",
52
- "@tiptap/extension-bullet-list": "2.0.0-beta.209",
53
- "@tiptap/extension-character-count": "2.0.0-beta.209",
54
- "@tiptap/extension-code": "2.0.0-beta.209",
55
- "@tiptap/extension-code-block": "2.0.0-beta.209",
56
- "@tiptap/extension-document": "2.0.0-beta.209",
57
- "@tiptap/extension-dropcursor": "2.0.0-beta.209",
58
- "@tiptap/extension-gapcursor": "2.0.0-beta.209",
59
- "@tiptap/extension-hard-break": "2.0.0-beta.209",
60
- "@tiptap/extension-heading": "2.0.0-beta.209",
61
- "@tiptap/extension-history": "2.0.0-beta.209",
62
- "@tiptap/extension-horizontal-rule": "2.0.0-beta.209",
63
- "@tiptap/extension-image": "2.0.0-beta.209",
64
- "@tiptap/extension-italic": "2.0.0-beta.209",
65
- "@tiptap/extension-link": "2.0.0-beta.209",
66
- "@tiptap/extension-list-item": "2.0.0-beta.209",
67
- "@tiptap/extension-ordered-list": "2.0.0-beta.209",
68
- "@tiptap/extension-paragraph": "2.0.0-beta.209",
69
- "@tiptap/extension-placeholder": "2.0.0-beta.209",
70
- "@tiptap/extension-strike": "2.0.0-beta.209",
71
- "@tiptap/extension-task-item": "2.0.0-beta.209",
72
- "@tiptap/extension-task-list": "2.0.0-beta.209",
73
- "@tiptap/extension-text": "2.0.0-beta.209",
74
- "@tiptap/extension-typography": "2.0.0-beta.209",
75
- "@tiptap/react": "2.0.0-beta.209",
76
- "@tiptap/suggestion": "2.0.0-beta.209",
49
+ "@tiptap/core": "2.0.0-beta.215",
50
+ "@tiptap/extension-blockquote": "2.0.0-beta.215",
51
+ "@tiptap/extension-bold": "2.0.0-beta.215",
52
+ "@tiptap/extension-bullet-list": "2.0.0-beta.215",
53
+ "@tiptap/extension-character-count": "2.0.0-beta.215",
54
+ "@tiptap/extension-code": "2.0.0-beta.215",
55
+ "@tiptap/extension-code-block": "2.0.0-beta.215",
56
+ "@tiptap/extension-document": "2.0.0-beta.215",
57
+ "@tiptap/extension-dropcursor": "2.0.0-beta.215",
58
+ "@tiptap/extension-gapcursor": "2.0.0-beta.215",
59
+ "@tiptap/extension-hard-break": "2.0.0-beta.215",
60
+ "@tiptap/extension-heading": "2.0.0-beta.215",
61
+ "@tiptap/extension-history": "2.0.0-beta.215",
62
+ "@tiptap/extension-horizontal-rule": "2.0.0-beta.215",
63
+ "@tiptap/extension-image": "2.0.0-beta.215",
64
+ "@tiptap/extension-italic": "2.0.0-beta.215",
65
+ "@tiptap/extension-link": "2.0.0-beta.215",
66
+ "@tiptap/extension-list-item": "2.0.0-beta.215",
67
+ "@tiptap/extension-ordered-list": "2.0.0-beta.215",
68
+ "@tiptap/extension-paragraph": "2.0.0-beta.215",
69
+ "@tiptap/extension-placeholder": "2.0.0-beta.215",
70
+ "@tiptap/extension-strike": "2.0.0-beta.215",
71
+ "@tiptap/extension-task-item": "2.0.0-beta.215",
72
+ "@tiptap/extension-task-list": "2.0.0-beta.215",
73
+ "@tiptap/extension-text": "2.0.0-beta.215",
74
+ "@tiptap/extension-typography": "2.0.0-beta.215",
75
+ "@tiptap/react": "2.0.0-beta.215",
76
+ "@tiptap/suggestion": "2.0.0-beta.215",
77
77
  "prosemirror-codemark": "0.4.2",
78
78
  "prosemirror-changeset": "2.2.0",
79
79
  "prosemirror-collab": "1.3.0",
@@ -97,58 +97,58 @@
97
97
  "devDependencies": {
98
98
  "@doist/eslint-config": "8.1.3",
99
99
  "@doist/prettier-config": "3.0.5",
100
- "@doist/reactist": "17.6.0",
100
+ "@doist/reactist": "17.10.1",
101
101
  "@mdx-js/react": "2.2.1",
102
102
  "@semantic-release/changelog": "6.0.2",
103
103
  "@semantic-release/exec": "6.0.3",
104
104
  "@semantic-release/git": "10.0.1",
105
- "@storybook/addon-a11y": "6.5.15",
106
- "@storybook/addon-essentials": "6.5.15",
107
- "@storybook/addons": "6.5.15",
108
- "@storybook/builder-vite": "0.2.6",
105
+ "@storybook/addon-a11y": "6.5.16",
106
+ "@storybook/addon-essentials": "6.5.16",
107
+ "@storybook/addons": "6.5.16",
108
+ "@storybook/builder-vite": "0.2.7",
109
109
  "@storybook/mdx2-csf": "0.0.3",
110
- "@storybook/react": "6.5.15",
111
- "@testing-library/dom": "8.19.1",
110
+ "@storybook/react": "6.5.16",
111
+ "@testing-library/dom": "8.20.0",
112
112
  "@testing-library/jest-dom": "5.16.5",
113
113
  "@testing-library/react": "13.4.0",
114
- "@types/jest": "29.2.5",
114
+ "@types/jest": "29.4.0",
115
115
  "@types/lodash-es": "4.17.6",
116
116
  "@types/marked": "4.0.8",
117
- "@types/react": "18.0.26",
117
+ "@types/react": "18.0.27",
118
118
  "@types/react-dom": "18.0.10",
119
- "@types/react-syntax-highlighter": "15.5.5",
119
+ "@types/react-syntax-highlighter": "15.5.6",
120
120
  "@types/turndown": "5.0.1",
121
121
  "boring-avatars": "1.7.0",
122
122
  "classnames": "2.3.2",
123
123
  "conventional-changelog-conventionalcommits": "5.0.0",
124
124
  "emoji-regex": "10.2.1",
125
- "eslint": "8.31.0",
125
+ "eslint": "8.33.0",
126
126
  "eslint-formatter-codeframe": "7.32.1",
127
- "eslint-import-resolver-typescript": "3.5.2",
128
- "eslint-plugin-jest": "27.2.0",
127
+ "eslint-import-resolver-typescript": "3.5.3",
128
+ "eslint-plugin-jest": "27.2.1",
129
129
  "eslint-plugin-simple-import-sort": "8.0.0",
130
130
  "eslint-plugin-unicorn": "45.0.2",
131
131
  "github-markdown-css": "5.1.0",
132
- "husky": "8.0.2",
132
+ "husky": "8.0.3",
133
133
  "ignore-sync": "6.0.2",
134
134
  "is-ci": "3.0.1",
135
- "jest": "29.3.1",
136
- "jest-environment-jsdom": "29.3.1",
137
- "lint-staged": "13.1.0",
135
+ "jest": "29.4.2",
136
+ "jest-environment-jsdom": "29.4.2",
137
+ "lint-staged": "13.1.1",
138
138
  "npm-run-all": "4.1.5",
139
- "prettier": "2.8.1",
139
+ "prettier": "2.8.4",
140
140
  "react-icons": "4.7.1",
141
- "react-markdown": "8.0.4",
141
+ "react-markdown": "8.0.5",
142
142
  "react-syntax-highlighter": "15.5.0",
143
143
  "rehype-raw": "6.1.1",
144
144
  "remark-gfm": "3.0.1",
145
145
  "rimraf": "3.0.2",
146
146
  "semantic-release": "19.0.5",
147
147
  "storybook-css-modules": "1.0.8",
148
- "ts-jest": "29.0.3",
148
+ "ts-jest": "29.0.5",
149
149
  "ts-node": "10.9.1",
150
- "type-fest": "3.5.0",
151
- "typescript": "4.9.4",
150
+ "type-fest": "3.5.6",
151
+ "typescript": "4.9.5",
152
152
  "typescript-plugin-css-modules": "4.1.1"
153
153
  },
154
154
  "peerDependencies": {