@readme/markdown 6.62.0 → 6.62.2
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.js +1 -15568
- package/dist/main.node.js +2 -2
- package/package.json +2 -2
package/dist/main.node.js
CHANGED
|
@@ -9195,8 +9195,8 @@ if (true) {
|
|
|
9195
9195
|
scala: ["clike", "text/x-scala"],
|
|
9196
9196
|
scss: "css",
|
|
9197
9197
|
sh: "shell",
|
|
9198
|
-
sol: "
|
|
9199
|
-
solidity: "
|
|
9198
|
+
sol: "solidity",
|
|
9199
|
+
solidity: "solidity",
|
|
9200
9200
|
sql: ["sql", "text/x-sql"],
|
|
9201
9201
|
sqlite: ["sql", "text/x-sqlite"],
|
|
9202
9202
|
styl: "css",
|
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.62.
|
|
5
|
+
"version": "6.62.2",
|
|
6
6
|
"main": "dist/main.node.js",
|
|
7
7
|
"browser": "dist/main.js",
|
|
8
8
|
"files": [
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
29
|
"@readme/emojis": "^5.0.0",
|
|
30
|
-
"@readme/syntax-highlighter": "^12.
|
|
30
|
+
"@readme/syntax-highlighter": "^12.1.1",
|
|
31
31
|
"copy-to-clipboard": "^3.3.2",
|
|
32
32
|
"emoji-regex": "^10.2.1",
|
|
33
33
|
"hast-util-sanitize": "^4.0.0",
|