@doist/typist 1.4.1 → 1.4.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.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,15 @@
1
+ ## [1.4.3](https://github.com/Doist/typist/compare/v1.4.2...v1.4.3) (2023-08-04)
2
+
3
+ ### Bug Fixes
4
+
5
+ - **deps:** update gfm strikethrough packages to v2 (major) ([#379](https://github.com/Doist/typist/issues/379)) ([6b99f9d](https://github.com/Doist/typist/commit/6b99f9dc3b2f77b864f31e34a12918ea21d78d90))
6
+
7
+ ## [1.4.2](https://github.com/Doist/typist/compare/v1.4.1...v1.4.2) (2023-08-04)
8
+
9
+ ### Bug Fixes
10
+
11
+ - **deps:** update dependency unist-util-remove to v4 ([#380](https://github.com/Doist/typist/issues/380)) ([31d7f63](https://github.com/Doist/typist/commit/31d7f63b4d434e8ed42aa585859b646431ff1b89))
12
+
1
13
  ## [1.4.1](https://github.com/Doist/typist/compare/v1.4.0...v1.4.1) (2023-08-04)
2
14
 
3
15
  ### Bug Fixes
@@ -1 +1 @@
1
- {"version":3,"file":"rehype-image.d.ts","sourceRoot":"","sources":["../../../../src/serializers/html/plugins/rehype-image.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,mBAAmB,CAAA;AAC/C,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,SAAS,CAAA;AAE1C;;;;;GAKG;AACH,iBAAS,WAAW,CAAC,MAAM,EAAE,MAAM,GAAG,WAAW,CA0BhD;AAED,OAAO,EAAE,WAAW,EAAE,CAAA"}
1
+ {"version":3,"file":"rehype-image.d.ts","sourceRoot":"","sources":["../../../../src/serializers/html/plugins/rehype-image.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,mBAAmB,CAAA;AAC/C,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,SAAS,CAAA;AAG1C;;;;;GAKG;AACH,iBAAS,WAAW,CAAC,MAAM,EAAE,MAAM,GAAG,WAAW,CA0BhD;AAED,OAAO,EAAE,WAAW,EAAE,CAAA"}
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.1",
4
+ "version": "1.4.3",
5
5
  "license": "MIT",
6
6
  "homepage": "https://typist.doist.dev/",
7
7
  "repository": "https://github.com/Doist/typist",
@@ -95,7 +95,6 @@
95
95
  "@testing-library/dom": "9.3.1",
96
96
  "@testing-library/jest-dom": "5.17.0",
97
97
  "@testing-library/react": "14.0.0",
98
- "@types/hast": "2.3.5",
99
98
  "@types/lodash-es": "4.17.8",
100
99
  "@types/react": "18.2.18",
101
100
  "@types/react-dom": "18.2.7",
@@ -142,9 +141,9 @@
142
141
  "hast-util-is-element": "^2.1.0",
143
142
  "lodash-es": "^4.17.21",
144
143
  "mdast-util-gfm-autolink-literal": "^1.0.0",
145
- "mdast-util-gfm-strikethrough": "^1.0.0",
144
+ "mdast-util-gfm-strikethrough": "^1.0.0 || ^2.0.0",
146
145
  "micromark-extension-gfm-autolink-literal": "^1.0.0",
147
- "micromark-extension-gfm-strikethrough": "^1.0.0",
146
+ "micromark-extension-gfm-strikethrough": "^1.0.0 || ^2.0.0",
148
147
  "react": "^17.0.0 || ^18.0.0",
149
148
  "react-dom": "^17.0.0 || ^18.0.0",
150
149
  "rehype": "^12.0.0",
@@ -158,7 +157,7 @@
158
157
  "turndown": "^7.1.0",
159
158
  "unified": "^10.1.0",
160
159
  "unist-util-is": "^5.2.0",
161
- "unist-util-remove": "^3.1.0",
160
+ "unist-util-remove": "^4.0.0",
162
161
  "unist-util-visit": "^4.1.0"
163
162
  }
164
163
  }