markuplint 4.0.0-dev.23 → 4.0.0-rc.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +14 -14
package/README.md CHANGED
@@ -25,7 +25,7 @@
25
25
  $ npx markuplint target.html
26
26
  ```
27
27
 
28
- Supported for _Node.js_ `v18.12.0` or later.
28
+ Supported for _Node.js_ `v18.18.0` or later.
29
29
 
30
30
  ## Usage
31
31
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "markuplint",
3
- "version": "4.0.0-dev.23+d6f2aa9bc",
3
+ "version": "4.0.0-rc.0",
4
4
  "description": "An HTML linter for all markup developers",
5
5
  "author": "Yusuke Hirao",
6
6
  "license": "MIT",
@@ -25,17 +25,17 @@
25
25
  "clean": "tsc --build --clean"
26
26
  },
27
27
  "dependencies": {
28
- "@markuplint/cli-utils": "4.0.0-dev.23+d6f2aa9bc",
29
- "@markuplint/file-resolver": "4.0.0-dev.23+d6f2aa9bc",
30
- "@markuplint/html-parser": "4.0.0-dev.23+d6f2aa9bc",
31
- "@markuplint/html-spec": "4.0.0-dev.23+d6f2aa9bc",
32
- "@markuplint/i18n": "4.0.0-dev.23+d6f2aa9bc",
33
- "@markuplint/ml-ast": "4.0.0-dev.23+d6f2aa9bc",
34
- "@markuplint/ml-config": "4.0.0-dev.23+d6f2aa9bc",
35
- "@markuplint/ml-core": "4.0.0-dev.23+d6f2aa9bc",
36
- "@markuplint/ml-spec": "4.0.0-dev.23+d6f2aa9bc",
37
- "@markuplint/rules": "4.0.0-dev.23+d6f2aa9bc",
38
- "@markuplint/shared": "4.0.0-dev.23+d6f2aa9bc",
28
+ "@markuplint/cli-utils": "4.0.0-rc.0",
29
+ "@markuplint/file-resolver": "4.0.0-rc.0",
30
+ "@markuplint/html-parser": "4.0.0-rc.0",
31
+ "@markuplint/html-spec": "4.0.0-rc.0",
32
+ "@markuplint/i18n": "4.0.0-rc.0",
33
+ "@markuplint/ml-ast": "4.0.0-rc.0",
34
+ "@markuplint/ml-config": "4.0.0-rc.0",
35
+ "@markuplint/ml-core": "4.0.0-rc.0",
36
+ "@markuplint/ml-spec": "4.0.0-rc.0",
37
+ "@markuplint/rules": "4.0.0-rc.0",
38
+ "@markuplint/shared": "4.0.0-rc.0",
39
39
  "@types/debug": "^4.1.12",
40
40
  "chokidar": "^3.5.3",
41
41
  "debug": "^4.3.4",
@@ -44,7 +44,7 @@
44
44
  "os-locale": "^6.0.2",
45
45
  "strict-event-emitter": "^0.5.1",
46
46
  "strip-ansi": "^7.1.0",
47
- "type-fest": "^4.9.0"
47
+ "type-fest": "^4.10.2"
48
48
  },
49
- "gitHead": "d6f2aa9bc287768466f23b5340e4e0eecfa30d59"
49
+ "gitHead": "3fdeb45cb69ed52b3a215a7520cea1181601443f"
50
50
  }