@readme/markdown 6.39.3 → 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/dist/main.css +1 -0
- package/dist/main.js +643 -691
- package/dist/main.node.js +279 -169
- package/package.json +38 -37
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.
|
|
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": "^
|
|
31
|
-
"@readme/syntax-highlighter": "^
|
|
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.
|
|
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.
|
|
63
|
-
"@babel/eslint-parser": "^7.
|
|
64
|
-
"@babel/plugin-proposal-class-properties": "^7.16.
|
|
65
|
-
"@babel/plugin-proposal-object-rest-spread": "^7.
|
|
66
|
-
"@babel/plugin-proposal-optional-chaining": "^7.16.
|
|
67
|
-
"@babel/plugin-transform-runtime": "^7.
|
|
68
|
-
"@babel/preset-env": "^7.
|
|
69
|
-
"@babel/preset-react": "^7.16.
|
|
70
|
-
"@commitlint/cli": "^
|
|
71
|
-
"@commitlint/config-angular": "^
|
|
72
|
-
"@commitlint/config-conventional": "^
|
|
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.
|
|
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.
|
|
78
|
+
"@testing-library/jest-dom": "^5.16.4",
|
|
79
79
|
"@testing-library/react": "^12.1.2",
|
|
80
|
-
"babel-jest": "^
|
|
81
|
-
"babel-loader": "^8.2.
|
|
82
|
-
"codemirror": "^5.
|
|
83
|
-
"core-js": "^3.
|
|
84
|
-
"css-loader": "^6.
|
|
85
|
-
"eslint": "^8.
|
|
86
|
-
"husky": "^
|
|
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": "^
|
|
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
|
|
91
|
-
"mini-css-extract-plugin": "^2.
|
|
92
|
-
"node-sass": "^
|
|
93
|
-
"prettier": "^2.
|
|
94
|
-
"puppeteer": "^
|
|
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.
|
|
100
|
-
"semantic-release": "^
|
|
101
|
-
"string.prototype.trimend": "^1.0.
|
|
102
|
-
"terser-webpack-plugin": "^5.
|
|
103
|
-
"webpack": "^5.
|
|
104
|
-
"webpack-cli": "^4.9.
|
|
105
|
-
"webpack-dev-server": "^4.
|
|
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",
|