eslint-plugin-react-rsc 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.
Files changed (3) hide show
  1. package/LICENSE +1 -1
  2. package/dist/index.js +1 -1
  3. package/package.json +10 -10
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
@@ -34,7 +34,7 @@ const rules$4 = { "react-rsc/function-definition": "off" };
34
34
  //#endregion
35
35
  //#region package.json
36
36
  var name$4 = "eslint-plugin-react-rsc";
37
- var version = "5.8.15";
37
+ var version = "5.8.17";
38
38
 
39
39
  //#endregion
40
40
  //#region src/utils/create-rule.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-plugin-react-rsc",
3
- "version": "5.8.15",
3
+ "version": "5.8.17",
4
4
  "description": "ESLint React's ESLint plugin for RSC related rules.",
5
5
  "keywords": [
6
6
  "react",
@@ -36,13 +36,13 @@
36
36
  "dist"
37
37
  ],
38
38
  "dependencies": {
39
- "@typescript-eslint/types": "^8.60.1",
40
- "@typescript-eslint/utils": "^8.60.1",
41
- "@eslint-react/core": "5.8.15",
42
- "@eslint-react/ast": "5.8.15",
43
- "@eslint-react/eslint": "5.8.15",
44
- "@eslint-react/shared": "5.8.15",
45
- "@eslint-react/var": "5.8.15"
39
+ "@typescript-eslint/types": "^8.61.0",
40
+ "@typescript-eslint/utils": "^8.61.0",
41
+ "@eslint-react/ast": "5.8.17",
42
+ "@eslint-react/core": "5.8.17",
43
+ "@eslint-react/shared": "5.8.17",
44
+ "@eslint-react/eslint": "5.8.17",
45
+ "@eslint-react/var": "5.8.17"
46
46
  },
47
47
  "devDependencies": {
48
48
  "@types/react": "^19.2.17",
@@ -51,8 +51,8 @@
51
51
  "eslint": "^10.4.1",
52
52
  "tsdown": "^0.22.2",
53
53
  "typescript": "6.0.3",
54
- "@local/configs": "0.0.0",
55
- "@local/eff": "0.0.0"
54
+ "@local/eff": "0.0.0",
55
+ "@local/configs": "0.0.0"
56
56
  },
57
57
  "peerDependencies": {
58
58
  "eslint": "^10.3.0",