extramark 2.0.0 → 2.0.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.
Files changed (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "extramark",
3
- "version": "2.0.0",
3
+ "version": "2.0.1",
4
4
  "description": "CommonMark superset with the most widely used syntax extensions",
5
5
  "author": "Márton Visnovitz <visnovitz.marton@gmail.com>",
6
6
  "license": "MIT",
@@ -20,7 +20,7 @@
20
20
  "dependencies": {
21
21
  "commander": "^12.1.0",
22
22
  "common-tags": "^1.8.2",
23
- "critic-markup": "^1.1.3",
23
+ "critic-markup": "^2.0.0",
24
24
  "markdown-it": "^14.1.0",
25
25
  "markdown-it-abbr": "^2.0.0",
26
26
  "markdown-it-anchor": "^9.2.0",