@doist/typist 1.4.0 → 1.4.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/package.json +58 -57
package/CHANGELOG.md CHANGED
@@ -1,3 +1,9 @@
1
+ ## [1.4.1](https://github.com/Doist/typist/compare/v1.4.0...v1.4.1) (2023-08-04)
2
+
3
+ ### Bug Fixes
4
+
5
+ - **deps:** update tiptap packages to v2.0.4 ([#374](https://github.com/Doist/typist/issues/374)) ([83c8049](https://github.com/Doist/typist/commit/83c80494bb76947a4080a10cef5e8df6061f2710))
6
+
1
7
  ## [1.4.0](https://github.com/Doist/typist/compare/v1.3.2...v1.4.0) (2023-06-20)
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.4.0",
4
+ "version": "1.4.1",
5
5
  "license": "MIT",
6
6
  "homepage": "https://typist.doist.dev/",
7
7
  "repository": "https://github.com/Doist/typist",
@@ -46,94 +46,95 @@
46
46
  "validate:pre-push": "run-s test"
47
47
  },
48
48
  "dependencies": {
49
- "@tiptap/core": "2.0.3",
50
- "@tiptap/extension-blockquote": "2.0.3",
51
- "@tiptap/extension-bold": "2.0.3",
52
- "@tiptap/extension-bullet-list": "2.0.3",
53
- "@tiptap/extension-character-count": "2.0.3",
54
- "@tiptap/extension-code": "2.0.3",
55
- "@tiptap/extension-code-block": "2.0.3",
56
- "@tiptap/extension-document": "2.0.3",
57
- "@tiptap/extension-dropcursor": "2.0.3",
58
- "@tiptap/extension-gapcursor": "2.0.3",
59
- "@tiptap/extension-hard-break": "2.0.3",
60
- "@tiptap/extension-heading": "2.0.3",
61
- "@tiptap/extension-history": "2.0.3",
62
- "@tiptap/extension-horizontal-rule": "2.0.3",
63
- "@tiptap/extension-image": "2.0.3",
64
- "@tiptap/extension-italic": "2.0.3",
65
- "@tiptap/extension-link": "2.0.3",
66
- "@tiptap/extension-list-item": "2.0.3",
67
- "@tiptap/extension-ordered-list": "2.0.3",
68
- "@tiptap/extension-paragraph": "2.0.3",
69
- "@tiptap/extension-placeholder": "2.0.3",
70
- "@tiptap/extension-strike": "2.0.3",
71
- "@tiptap/extension-task-item": "2.0.3",
72
- "@tiptap/extension-task-list": "2.0.3",
73
- "@tiptap/extension-text": "2.0.3",
74
- "@tiptap/extension-typography": "2.0.3",
75
- "@tiptap/pm": "2.0.3",
76
- "@tiptap/react": "2.0.3",
77
- "@tiptap/suggestion": "2.0.3",
49
+ "@tiptap/core": "2.0.4",
50
+ "@tiptap/extension-blockquote": "2.0.4",
51
+ "@tiptap/extension-bold": "2.0.4",
52
+ "@tiptap/extension-bullet-list": "2.0.4",
53
+ "@tiptap/extension-character-count": "2.0.4",
54
+ "@tiptap/extension-code": "2.0.4",
55
+ "@tiptap/extension-code-block": "2.0.4",
56
+ "@tiptap/extension-document": "2.0.4",
57
+ "@tiptap/extension-dropcursor": "2.0.4",
58
+ "@tiptap/extension-gapcursor": "2.0.4",
59
+ "@tiptap/extension-hard-break": "2.0.4",
60
+ "@tiptap/extension-heading": "2.0.4",
61
+ "@tiptap/extension-history": "2.0.4",
62
+ "@tiptap/extension-horizontal-rule": "2.0.4",
63
+ "@tiptap/extension-image": "2.0.4",
64
+ "@tiptap/extension-italic": "2.0.4",
65
+ "@tiptap/extension-link": "2.0.4",
66
+ "@tiptap/extension-list-item": "2.0.4",
67
+ "@tiptap/extension-ordered-list": "2.0.4",
68
+ "@tiptap/extension-paragraph": "2.0.4",
69
+ "@tiptap/extension-placeholder": "2.0.4",
70
+ "@tiptap/extension-strike": "2.0.4",
71
+ "@tiptap/extension-task-item": "2.0.4",
72
+ "@tiptap/extension-task-list": "2.0.4",
73
+ "@tiptap/extension-text": "2.0.4",
74
+ "@tiptap/extension-typography": "2.0.4",
75
+ "@tiptap/pm": "2.0.4",
76
+ "@tiptap/react": "2.0.4",
77
+ "@tiptap/suggestion": "2.0.4",
78
78
  "prosemirror-codemark": "0.4.2"
79
79
  },
80
80
  "devDependencies": {
81
- "@doist/eslint-config": "9.0.0",
82
- "@doist/prettier-config": "3.0.5",
83
- "@doist/reactist": "21.0.2",
81
+ "@doist/eslint-config": "11.0.0",
82
+ "@doist/prettier-config": "4.0.0",
83
+ "@doist/reactist": "21.2.2",
84
84
  "@mdx-js/react": "2.3.0",
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.20",
89
- "@storybook/addon-essentials": "7.0.20",
90
- "@storybook/addons": "7.0.20",
88
+ "@storybook/addon-a11y": "7.2.1",
89
+ "@storybook/addon-essentials": "7.2.1",
90
+ "@storybook/addons": "7.2.1",
91
91
  "@storybook/csf": "0.1.1",
92
92
  "@storybook/mdx2-csf": "1.1.0",
93
- "@storybook/react": "7.0.20",
94
- "@storybook/react-vite": "7.0.20",
93
+ "@storybook/react": "7.2.1",
94
+ "@storybook/react-vite": "7.2.1",
95
95
  "@testing-library/dom": "9.3.1",
96
- "@testing-library/jest-dom": "5.16.5",
96
+ "@testing-library/jest-dom": "5.17.0",
97
97
  "@testing-library/react": "14.0.0",
98
- "@types/hast": "2.3.4",
99
- "@types/lodash-es": "4.17.7",
100
- "@types/react": "18.2.12",
101
- "@types/react-dom": "18.2.5",
98
+ "@types/hast": "2.3.5",
99
+ "@types/lodash-es": "4.17.8",
100
+ "@types/react": "18.2.18",
101
+ "@types/react-dom": "18.2.7",
102
102
  "@types/react-syntax-highlighter": "15.5.7",
103
103
  "@types/turndown": "5.0.1",
104
+ "@vitejs/plugin-react": "4.0.4",
104
105
  "boring-avatars": "1.10.1",
105
106
  "classnames": "2.3.2",
106
- "conventional-changelog-conventionalcommits": "6.0.0",
107
+ "conventional-changelog-conventionalcommits": "6.1.0",
107
108
  "emoji-regex": "10.2.1",
108
- "eslint": "8.42.0",
109
+ "eslint": "8.46.0",
109
110
  "eslint-formatter-codeframe": "7.32.1",
110
111
  "eslint-import-resolver-typescript": "3.5.5",
111
112
  "eslint-plugin-simple-import-sort": "10.0.0",
112
- "eslint-plugin-storybook": "0.6.12",
113
- "eslint-plugin-unicorn": "47.0.0",
114
- "eslint-plugin-vitest": "0.2.6",
115
- "eslint-plugin-vitest-globals": "1.3.1",
113
+ "eslint-plugin-storybook": "0.6.13",
114
+ "eslint-plugin-unicorn": "48.0.1",
115
+ "eslint-plugin-vitest": "0.2.8",
116
+ "eslint-plugin-vitest-globals": "1.4.0",
116
117
  "github-markdown-css": "5.2.0",
117
118
  "husky": "8.0.3",
118
119
  "ignore-sync": "7.0.1",
119
120
  "is-ci": "3.0.1",
120
121
  "jsdom": "22.1.0",
121
- "lint-staged": "13.2.2",
122
+ "lint-staged": "13.2.3",
122
123
  "npm-run-all": "4.1.5",
123
- "prettier": "2.8.8",
124
+ "prettier": "3.0.1",
124
125
  "react": "18.2.0",
125
126
  "react-dom": "18.2.0",
126
- "react-icons": "4.9.0",
127
+ "react-icons": "4.10.1",
127
128
  "react-markdown": "8.0.7",
128
129
  "react-syntax-highlighter": "15.5.0",
129
130
  "rimraf": "5.0.1",
130
- "semantic-release": "21.0.5",
131
- "storybook": "7.0.20",
131
+ "semantic-release": "21.0.7",
132
+ "storybook": "7.2.1",
132
133
  "storybook-css-modules": "1.0.8",
133
- "type-fest": "3.12.0",
134
- "typescript": "5.1.3",
134
+ "type-fest": "4.1.0",
135
+ "typescript": "5.1.6",
135
136
  "typescript-plugin-css-modules": "5.0.1",
136
- "vitest": "0.32.0"
137
+ "vitest": "0.34.1"
137
138
  },
138
139
  "peerDependencies": {
139
140
  "@react-hookz/web": "^14.2.3 || >=15.x",