@readme/markdown 6.39.4 → 6.41.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.39.4",
5
+ "version": "6.41.1",
6
6
  "main": "dist/main.node.js",
7
7
  "browser": "dist/main.js",
8
8
  "files": [
@@ -27,8 +27,8 @@
27
27
  "watch": "webpack -w --progress --mode production"
28
28
  },
29
29
  "dependencies": {
30
- "@readme/emojis": "^4.0.0",
31
- "@readme/syntax-highlighter": "^10.14.3",
30
+ "@readme/emojis": "^5.0.0",
31
+ "@readme/syntax-highlighter": "^11.0.0",
32
32
  "copy-to-clipboard": "^3.3.1",
33
33
  "hast-util-sanitize": "^4.0.0",
34
34
  "hast-util-to-string": "^1.0.4",
@@ -36,9 +36,11 @@
36
36
  "mdast-util-toc": "^5.1.0",
37
37
  "path-browserify": "^1.0.1",
38
38
  "process": "^0.11.10",
39
- "prop-types": "^15.7.2",
39
+ "prop-types": "^15.8.1",
40
+ "rehype-parse": "^7.0.1",
40
41
  "rehype-raw": "^5.1.0",
41
42
  "rehype-react": "^6.2.1",
43
+ "rehype-remark": "^7.0.0",
42
44
  "rehype-sanitize": "^4.0.0",
43
45
  "rehype-stringify": "^6.0.0",
44
46
  "remark-breaks": "^1.0.0",
@@ -59,50 +61,51 @@
59
61
  "react-dom": "^16.14.0"
60
62
  },
61
63
  "devDependencies": {
62
- "@babel/core": "^7.16.0",
63
- "@babel/eslint-parser": "^7.16.3",
64
- "@babel/plugin-proposal-class-properties": "^7.16.0",
65
- "@babel/plugin-proposal-object-rest-spread": "^7.16.0",
66
- "@babel/plugin-proposal-optional-chaining": "^7.16.0",
67
- "@babel/plugin-transform-runtime": "^7.16.4",
68
- "@babel/preset-env": "^7.16.4",
69
- "@babel/preset-react": "^7.16.0",
70
- "@commitlint/cli": "^15.0.0",
71
- "@commitlint/config-angular": "^15.0.0",
72
- "@commitlint/config-conventional": "^15.0.0",
64
+ "@babel/core": "^7.17.10",
65
+ "@babel/eslint-parser": "^7.17.0",
66
+ "@babel/plugin-proposal-class-properties": "^7.16.7",
67
+ "@babel/plugin-proposal-object-rest-spread": "^7.17.3",
68
+ "@babel/plugin-proposal-optional-chaining": "^7.16.7",
69
+ "@babel/plugin-transform-runtime": "^7.17.10",
70
+ "@babel/preset-env": "^7.17.10",
71
+ "@babel/preset-react": "^7.16.7",
72
+ "@commitlint/cli": "^17.0.0",
73
+ "@commitlint/config-angular": "^17.0.0",
74
+ "@commitlint/config-conventional": "^17.0.0",
73
75
  "@hot-loader/react-dom": "^16.14.0",
74
- "@readme/eslint-config": "^8.4.1",
76
+ "@readme/eslint-config": "^8.7.3",
75
77
  "@readme/variable": "^13.6.5",
76
78
  "@semantic-release/changelog": "^6.0.1",
77
79
  "@semantic-release/git": "^10.0.1",
78
- "@testing-library/jest-dom": "^5.16.2",
80
+ "@testing-library/jest-dom": "^5.16.4",
79
81
  "@testing-library/react": "^12.1.2",
80
- "babel-jest": "^27.4.0",
81
- "babel-loader": "^8.2.3",
82
- "codemirror": "^5.64.0",
83
- "core-js": "^3.19.2",
84
- "css-loader": "^6.5.1",
85
- "eslint": "^8.3.0",
86
- "husky": "^7.0.4",
82
+ "babel-jest": "^28.1.0",
83
+ "babel-loader": "^8.2.5",
84
+ "codemirror": "^5.65.3",
85
+ "core-js": "^3.22.5",
86
+ "css-loader": "^6.7.1",
87
+ "eslint": "^8.15.0",
88
+ "husky": "^8.0.1",
87
89
  "identity-obj-proxy": "^3.0.0",
88
- "jest": "^27.4.0",
90
+ "jest": "^28.1.0",
91
+ "jest-environment-jsdom": "^28.1.0",
89
92
  "jest-image-snapshot": "^4.5.1",
90
- "jest-puppeteer": "^6.0.2",
91
- "mini-css-extract-plugin": "^2.4.5",
92
- "node-sass": "^6.0.1",
93
- "prettier": "^2.5.0",
94
- "puppeteer": "^12.0.1",
93
+ "jest-puppeteer": "^6.1.0",
94
+ "mini-css-extract-plugin": "^2.6.0",
95
+ "node-sass": "^7.0.1",
96
+ "prettier": "^2.6.2",
97
+ "puppeteer": "^14.1.0",
95
98
  "react": "^16.14.0",
96
99
  "react-dom": "^16.14.0",
97
100
  "react-hot-loader": "^4.13.0",
98
101
  "regenerator-runtime": "^0.13.9",
99
- "sass-loader": "^12.3.0",
100
- "semantic-release": "^18.0.1",
101
- "string.prototype.trimend": "^1.0.4",
102
- "terser-webpack-plugin": "^5.2.5",
103
- "webpack": "^5.64.4",
104
- "webpack-cli": "^4.9.1",
105
- "webpack-dev-server": "^4.6.0",
102
+ "sass-loader": "^12.6.0",
103
+ "semantic-release": "^19.0.2",
104
+ "string.prototype.trimend": "^1.0.5",
105
+ "terser-webpack-plugin": "^5.3.1",
106
+ "webpack": "^5.72.1",
107
+ "webpack-cli": "^4.9.2",
108
+ "webpack-dev-server": "^4.9.0",
106
109
  "webpack-merge": "^5.8.0"
107
110
  },
108
111
  "license": "MIT",