@readme/markdown 6.40.0 → 6.41.0

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.40.0",
5
+ "version": "6.41.0",
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,7 +36,7 @@
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
40
  "rehype-raw": "^5.1.0",
41
41
  "rehype-react": "^6.2.1",
42
42
  "rehype-sanitize": "^4.0.0",
@@ -59,50 +59,51 @@
59
59
  "react-dom": "^16.14.0"
60
60
  },
61
61
  "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",
62
+ "@babel/core": "^7.17.10",
63
+ "@babel/eslint-parser": "^7.17.0",
64
+ "@babel/plugin-proposal-class-properties": "^7.16.7",
65
+ "@babel/plugin-proposal-object-rest-spread": "^7.17.3",
66
+ "@babel/plugin-proposal-optional-chaining": "^7.16.7",
67
+ "@babel/plugin-transform-runtime": "^7.17.10",
68
+ "@babel/preset-env": "^7.17.10",
69
+ "@babel/preset-react": "^7.16.7",
70
+ "@commitlint/cli": "^17.0.0",
71
+ "@commitlint/config-angular": "^17.0.0",
72
+ "@commitlint/config-conventional": "^17.0.0",
73
73
  "@hot-loader/react-dom": "^16.14.0",
74
- "@readme/eslint-config": "^8.4.1",
74
+ "@readme/eslint-config": "^8.7.3",
75
75
  "@readme/variable": "^13.6.5",
76
76
  "@semantic-release/changelog": "^6.0.1",
77
77
  "@semantic-release/git": "^10.0.1",
78
- "@testing-library/jest-dom": "^5.16.2",
78
+ "@testing-library/jest-dom": "^5.16.4",
79
79
  "@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",
80
+ "babel-jest": "^28.1.0",
81
+ "babel-loader": "^8.2.5",
82
+ "codemirror": "^5.65.3",
83
+ "core-js": "^3.22.5",
84
+ "css-loader": "^6.7.1",
85
+ "eslint": "^8.15.0",
86
+ "husky": "^8.0.1",
87
87
  "identity-obj-proxy": "^3.0.0",
88
- "jest": "^27.4.0",
88
+ "jest": "^28.1.0",
89
+ "jest-environment-jsdom": "^28.1.0",
89
90
  "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",
91
+ "jest-puppeteer": "^6.1.0",
92
+ "mini-css-extract-plugin": "^2.6.0",
93
+ "node-sass": "^7.0.1",
94
+ "prettier": "^2.6.2",
95
+ "puppeteer": "^14.1.0",
95
96
  "react": "^16.14.0",
96
97
  "react-dom": "^16.14.0",
97
98
  "react-hot-loader": "^4.13.0",
98
99
  "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",
100
+ "sass-loader": "^12.6.0",
101
+ "semantic-release": "^19.0.2",
102
+ "string.prototype.trimend": "^1.0.5",
103
+ "terser-webpack-plugin": "^5.3.1",
104
+ "webpack": "^5.72.1",
105
+ "webpack-cli": "^4.9.2",
106
+ "webpack-dev-server": "^4.9.0",
106
107
  "webpack-merge": "^5.8.0"
107
108
  },
108
109
  "license": "MIT",