@eslint-react/kit 5.8.15 → 5.8.17

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/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2023 Rel1cx
3
+ Copyright (c) 2023 Rel1cx and Other Contributors
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
package/dist/index.js CHANGED
@@ -7,7 +7,7 @@ import { ESLintUtils } from "@typescript-eslint/utils";
7
7
 
8
8
  //#region package.json
9
9
  var name = "@eslint-react/kit";
10
- var version = "5.8.15";
10
+ var version = "5.8.17";
11
11
 
12
12
  //#endregion
13
13
  //#region ../eslint/dist/index.js
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eslint-react/kit",
3
- "version": "5.8.15",
3
+ "version": "5.8.17",
4
4
  "description": "ESLint React's utility module for building custom React rules with JavaScript functions.",
5
5
  "keywords": [
6
6
  "react",
@@ -35,19 +35,19 @@
35
35
  "dist"
36
36
  ],
37
37
  "dependencies": {
38
- "@typescript-eslint/types": "^8.60.1",
39
- "@typescript-eslint/utils": "^8.60.1",
38
+ "@typescript-eslint/types": "^8.61.0",
39
+ "@typescript-eslint/utils": "^8.61.0",
40
40
  "string-ts": "^2.3.1",
41
- "@eslint-react/ast": "5.8.15",
42
- "@eslint-react/shared": "5.8.15",
43
- "@eslint-react/core": "5.8.15"
41
+ "@eslint-react/ast": "5.8.17",
42
+ "@eslint-react/core": "5.8.17",
43
+ "@eslint-react/shared": "5.8.17"
44
44
  },
45
45
  "devDependencies": {
46
46
  "eslint": "^10.4.1",
47
47
  "tsdown": "^0.22.2",
48
48
  "typescript": "6.0.3",
49
- "@local/configs": "0.0.0",
50
- "@eslint-react/eslint": "5.8.15"
49
+ "@eslint-react/eslint": "5.8.17",
50
+ "@local/configs": "0.0.0"
51
51
  },
52
52
  "peerDependencies": {
53
53
  "eslint": "^10.3.0",