linted 28.43.0 → 28.43.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 (2) hide show
  1. package/.mocharc.yml +4 -5
  2. package/package.json +3 -3
package/.mocharc.yml CHANGED
@@ -1,7 +1,7 @@
1
- # ##################
2
- # # .mocharc ###
3
- # # 1101.0.0 ###
4
- # ##################
1
+ ####################
2
+ ### .mocharc ###
3
+ ### 1105.0.0 ###
4
+ ####################
5
5
 
6
6
  # https://mochajs.org/#configuration-format
7
7
  # https://mochajs.org/#command-line-usage
@@ -12,4 +12,3 @@ extension:
12
12
  - js
13
13
  - cjs
14
14
  - mjs
15
- color: true
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "$schema": "https://json.schemastore.org/package",
4
4
  "$help": "https://docs.npmjs.com/cli/configuring-npm/package-json",
5
5
  "name": "linted",
6
- "version": "28.43.0",
6
+ "version": "28.43.1",
7
7
  "repository": "github:jimmy-zhening-luo/linted",
8
8
  "private": false,
9
9
  "engineStrict": true,
@@ -32,8 +32,8 @@
32
32
  "dependencies": {
33
33
  "@eslint/css": "0.8.1",
34
34
  "@eslint/json": "0.12.0",
35
- "@eslinted/core": "18.10.10",
36
- "@eslinted/defaults": "10.28.0",
35
+ "@eslinted/core": "18.10.11",
36
+ "@eslinted/defaults": "10.28.2",
37
37
  "@html-eslint/eslint-plugin": "0.41.0",
38
38
  "@stylistic/eslint-plugin": "4.4.1",
39
39
  "eslint-plugin-chai-expect": "3.1.0",