@jobscale/eslint-plugin-standard 0.0.3 → 0.0.4

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.
@@ -5,7 +5,7 @@ name: Docker
5
5
  # separate terms of service, privacy policy, and support
6
6
  # documentation.
7
7
 
8
- # The workflow was triggered 195 times via automatically.
8
+ # The workflow was triggered 200 times via automatically.
9
9
 
10
10
  on:
11
11
  # schedule:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jobscale/eslint-plugin-standard",
3
- "version": "0.0.3",
3
+ "version": "0.0.4",
4
4
  "description": "eslint plugin standard",
5
5
  "keywords": [
6
6
  "eslint",
@@ -22,10 +22,10 @@
22
22
  "test"
23
23
  ],
24
24
  "dependencies": {
25
- "eslint-plugin-import": "^2"
25
+ "eslint-plugin-import": "^2.32.0"
26
26
  },
27
27
  "devDependencies": {
28
- "eslint": "^9",
29
- "pre-commit": "^1"
28
+ "eslint": "^9.39.1",
29
+ "pre-commit": "^1.2.2"
30
30
  }
31
31
  }