@eslint-react/eslint-plugin 1.9.2-next.1 → 1.9.2-next.3

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 Eva1ent
3
+ Copyright (c) 2024 Eva1ent
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
@@ -36,7 +36,7 @@ var react__namespace = /*#__PURE__*/_interopNamespace(react);
36
36
 
37
37
  // package.json
38
38
  var name = "@eslint-react/eslint-plugin";
39
- var version = "1.9.2-next.1";
39
+ var version = "1.9.2-next.3";
40
40
  function transformKeys(obj, transform) {
41
41
  if (tools.typeOf(obj) !== "object") return obj;
42
42
  const res = {};
package/dist/index.mjs CHANGED
@@ -10,7 +10,7 @@ import * as react from 'eslint-plugin-react-x';
10
10
 
11
11
  // package.json
12
12
  var name = "@eslint-react/eslint-plugin";
13
- var version = "1.9.2-next.1";
13
+ var version = "1.9.2-next.3";
14
14
  function transformKeys(obj, transform) {
15
15
  if (typeOf(obj) !== "object") return obj;
16
16
  const res = {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eslint-react/eslint-plugin",
3
- "version": "1.9.2-next.1",
3
+ "version": "1.9.2-next.3",
4
4
  "description": "The main ESLint plugin of ESLint React. Contains all the rules and presets of ESLint React.",
5
5
  "keywords": [
6
6
  "eslint",
@@ -47,14 +47,14 @@
47
47
  "@typescript-eslint/type-utils": "^8.0.1",
48
48
  "@typescript-eslint/types": "^8.0.1",
49
49
  "@typescript-eslint/utils": "^8.0.1",
50
- "@eslint-react/shared": "1.9.2-next.1",
51
- "eslint-plugin-react-dom": "1.9.2-next.1",
52
- "@eslint-react/types": "1.9.2-next.1",
53
- "@eslint-react/tools": "1.9.2-next.1",
54
- "eslint-plugin-react-hooks-extra": "1.9.2-next.1",
55
- "eslint-plugin-react-x": "1.9.2-next.1",
56
- "eslint-plugin-react-debug": "1.9.2-next.1",
57
- "eslint-plugin-react-naming-convention": "1.9.2-next.1"
50
+ "@eslint-react/shared": "1.9.2-next.3",
51
+ "@eslint-react/types": "1.9.2-next.3",
52
+ "@eslint-react/tools": "1.9.2-next.3",
53
+ "eslint-plugin-react-debug": "1.9.2-next.3",
54
+ "eslint-plugin-react-dom": "1.9.2-next.3",
55
+ "eslint-plugin-react-hooks-extra": "1.9.2-next.3",
56
+ "eslint-plugin-react-naming-convention": "1.9.2-next.3",
57
+ "eslint-plugin-react-x": "1.9.2-next.3"
58
58
  },
59
59
  "devDependencies": {
60
60
  "tsup": "^8.2.4"