@doist/typist 1.2.1 → 1.2.3

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 +12 -0
  2. package/package.json +41 -41
package/CHANGELOG.md CHANGED
@@ -1,3 +1,15 @@
1
+ ## [1.2.3](https://github.com/Doist/typist/compare/v1.2.2...v1.2.3) (2023-04-04)
2
+
3
+ ### Bug Fixes
4
+
5
+ - **deps:** update tiptap packages to v2.0.0 ([#198](https://github.com/Doist/typist/issues/198)) ([fe4aa82](https://github.com/Doist/typist/commit/fe4aa82d9e9116e09fef285021fc7386782b9daf))
6
+
7
+ ## [1.2.2](https://github.com/Doist/typist/compare/v1.2.1...v1.2.2) (2023-04-02)
8
+
9
+ ### Bug Fixes
10
+
11
+ - **deps:** update tiptap packages to v2.0.0-rc.2 ([#195](https://github.com/Doist/typist/issues/195)) ([8753f13](https://github.com/Doist/typist/commit/8753f137f4a1c2c0598c0cc98ace29754d971327))
12
+
1
13
  ## [1.2.1](https://github.com/Doist/typist/compare/v1.2.0...v1.2.1) (2023-04-01)
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": "1.2.1",
4
+ "version": "1.2.3",
5
5
  "license": "MIT",
6
6
  "homepage": "https://typist.doist.dev/",
7
7
  "repository": "https://github.com/Doist/typist",
@@ -46,35 +46,35 @@
46
46
  "validate:pre-push": "run-s test"
47
47
  },
48
48
  "dependencies": {
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",
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",
78
78
  "prosemirror-codemark": "0.4.2"
79
79
  },
80
80
  "devDependencies": {
@@ -85,20 +85,20 @@
85
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": "7.0.0-rc.8",
89
- "@storybook/addon-essentials": "7.0.0-rc.8",
90
- "@storybook/addons": "7.0.0-rc.8",
88
+ "@storybook/addon-a11y": "7.0.0-rc.10",
89
+ "@storybook/addon-essentials": "7.0.0-rc.10",
90
+ "@storybook/addons": "7.0.0-rc.10",
91
91
  "@storybook/csf": "0.0.2-next.10",
92
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",
93
+ "@storybook/react": "7.0.0-rc.10",
94
+ "@storybook/react-vite": "7.0.0-rc.10",
95
95
  "@testing-library/dom": "9.2.0",
96
96
  "@testing-library/jest-dom": "5.16.5",
97
97
  "@testing-library/react": "14.0.0",
98
98
  "@types/jest": "29.5.0",
99
99
  "@types/lodash-es": "4.17.7",
100
100
  "@types/marked": "4.0.8",
101
- "@types/react": "18.0.29",
101
+ "@types/react": "18.0.31",
102
102
  "@types/react-dom": "18.0.11",
103
103
  "@types/react-syntax-highlighter": "15.5.6",
104
104
  "@types/turndown": "5.0.1",
@@ -106,9 +106,9 @@
106
106
  "classnames": "2.3.2",
107
107
  "conventional-changelog-conventionalcommits": "5.0.0",
108
108
  "emoji-regex": "10.2.1",
109
- "eslint": "8.36.0",
109
+ "eslint": "8.37.0",
110
110
  "eslint-formatter-codeframe": "7.32.1",
111
- "eslint-import-resolver-typescript": "3.5.3",
111
+ "eslint-import-resolver-typescript": "3.5.4",
112
112
  "eslint-plugin-jest": "27.2.1",
113
113
  "eslint-plugin-simple-import-sort": "10.0.0",
114
114
  "eslint-plugin-storybook": "0.6.11",
@@ -131,13 +131,13 @@
131
131
  "remark-gfm": "3.0.1",
132
132
  "rimraf": "4.4.1",
133
133
  "semantic-release": "21.0.0",
134
- "storybook": "7.0.0-rc.8",
134
+ "storybook": "7.0.0-rc.10",
135
135
  "storybook-css-modules": "1.0.8",
136
136
  "ts-jest": "29.0.5",
137
137
  "ts-node": "10.9.1",
138
- "type-fest": "3.7.1",
138
+ "type-fest": "3.7.2",
139
139
  "typescript": "5.0.2",
140
- "typescript-plugin-css-modules": "4.2.3"
140
+ "typescript-plugin-css-modules": "5.0.0"
141
141
  },
142
142
  "peerDependencies": {
143
143
  "@react-hookz/web": "^14.2.3 || >=15.x",