@readme/markdown 6.35.1 → 6.36.0-next.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/dist/main.node.js CHANGED
@@ -10333,6 +10333,7 @@ if (true) {
10333
10333
  sass: "css",
10334
10334
  scss: "css",
10335
10335
  sh: "shell",
10336
+ solidity: "sol",
10336
10337
  sqlite: "sql",
10337
10338
  styl: "css",
10338
10339
  stylus: "css",
@@ -10432,6 +10433,7 @@ if (true) {
10432
10433
  kt: ["clike", "text/x-kotlin"],
10433
10434
  less: "css",
10434
10435
  liquid: "htmlmixed",
10436
+ lua: "lua",
10435
10437
  node: "javascript",
10436
10438
  macruby: "ruby",
10437
10439
  markdown: "gfm",
@@ -10462,6 +10464,8 @@ if (true) {
10462
10464
  scala: ["clike", "text/x-scala"],
10463
10465
  scss: "css",
10464
10466
  sh: "shell",
10467
+ sol: "clike",
10468
+ solidity: "clike",
10465
10469
  sql: ["sql", "text/x-sql"],
10466
10470
  sqlite: ["sql", "text/x-sqlite"],
10467
10471
  styl: "css",
@@ -10571,6 +10575,7 @@ if (true) {
10571
10575
  sh: "Shell",
10572
10576
  shell: "Shell",
10573
10577
  smarty: "Smarty",
10578
+ solidity: "Solidity",
10574
10579
  sql: "SQL",
10575
10580
  sqlite: "SQLite",
10576
10581
  stylus: "Stylus",
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.35.1",
5
+ "version": "6.36.0-next.1",
6
6
  "main": "dist/main.node.js",
7
7
  "browser": "dist/main.js",
8
8
  "files": [
@@ -29,7 +29,7 @@
29
29
  },
30
30
  "dependencies": {
31
31
  "@readme/emojis": "^4.0.0",
32
- "@readme/syntax-highlighter": "^10.13.2",
32
+ "@readme/syntax-highlighter": "^10.14.0",
33
33
  "copy-to-clipboard": "^3.3.1",
34
34
  "hast-util-sanitize": "^4.0.0",
35
35
  "hast-util-to-string": "^1.0.4",
@@ -115,7 +115,7 @@
115
115
  "files": [
116
116
  {
117
117
  "path": "dist/main.js",
118
- "maxSize": "400KB"
118
+ "maxSize": "450KB"
119
119
  },
120
120
  {
121
121
  "path": "dist/main.node.js",