@readme/markdown 6.65.3 → 6.66.0-beta.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.
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@readme/markdown",
3
3
  "description": "ReadMe's React-based Markdown parser",
4
4
  "author": "Rafe Goldberg <rafe@readme.io>",
5
- "version": "6.65.3",
5
+ "version": "6.66.0-beta.1",
6
6
  "main": "dist/main.node.js",
7
7
  "browser": "dist/main.js",
8
8
  "files": [
@@ -28,6 +28,7 @@
28
28
  "watch": "webpack -w --progress --mode production"
29
29
  },
30
30
  "dependencies": {
31
+ "@mdx-js/runtime": "^1.6.22",
31
32
  "@readme/emojis": "^5.0.0",
32
33
  "@readme/syntax-highlighter": "^12.1.2",
33
34
  "copy-to-clipboard": "^3.3.2",
@@ -47,12 +48,13 @@
47
48
  "remark-breaks": "^1.0.0",
48
49
  "remark-disable-tokenizers": "^1.0.24",
49
50
  "remark-frontmatter": "^2.0.0",
51
+ "remark-mdx": "^1.6.22",
50
52
  "remark-parse": "^8.0.3",
51
53
  "remark-rehype": "^8.1.0",
52
54
  "remark-slug": "^6.0.0",
53
55
  "remark-stringify": "^8.0.0",
54
56
  "trim": "^1.0.1",
55
- "unified": "^9.2.2",
57
+ "unified": "9.2.0",
56
58
  "unist-util-flatmap": "^1.0.0",
57
59
  "unist-util-map": "^3.1.2",
58
60
  "unist-util-select": "^4.0.0",
@@ -83,8 +85,11 @@
83
85
  "@semantic-release/git": "^10.0.1",
84
86
  "@testing-library/jest-dom": "^5.16.5",
85
87
  "@testing-library/react": "^12.1.2",
88
+ "@tippyjs/react": "^4.2.6",
89
+ "assert": "^2.0.0",
86
90
  "babel-jest": "^29.2.1",
87
91
  "babel-loader": "^8.2.5",
92
+ "browserify-fs": "^1.0.0",
88
93
  "codemirror": "^5.54.0",
89
94
  "core-js": "^3.25.5",
90
95
  "css-loader": "^6.7.1",
@@ -105,9 +110,11 @@
105
110
  "regenerator-runtime": "^0.13.10",
106
111
  "sass-loader": "^13.1.0",
107
112
  "semantic-release": "^19.0.5",
113
+ "stream-browserify": "^3.0.0",
108
114
  "string.prototype.trimend": "^1.0.5",
109
115
  "stylelint": "^14.16.1",
110
116
  "terser-webpack-plugin": "^5.3.6",
117
+ "util": "^0.12.5",
111
118
  "webpack": "^5.74.0",
112
119
  "webpack-cli": "^4.10.0",
113
120
  "webpack-dev-server": "^4.11.1",