@flint.fyi/react 0.1.6 → 0.2.0

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/lib/plugin.d.ts CHANGED
@@ -1,7 +1,4 @@
1
- import * as _flint_fyi_core0 from "@flint.fyi/core";
2
-
3
1
  //#region src/plugin.d.ts
4
- declare const react: _flint_fyi_core0.Plugin<_flint_fyi_core0.RuleAbout<string>, string | undefined, []>;
2
+ declare const react: import("@flint.fyi/core").Plugin<import("@flint.fyi/core").RuleAbout<string>, string | undefined, []>;
5
3
  //#endregion
6
- export { react };
7
- //# sourceMappingURL=plugin.d.ts.map
4
+ export { react };
package/lib/plugin.js CHANGED
@@ -6,5 +6,3 @@ const react = createPlugin({
6
6
  });
7
7
  //#endregion
8
8
  export { react };
9
-
10
- //# sourceMappingURL=plugin.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flint.fyi/react",
3
- "version": "0.1.6",
3
+ "version": "0.2.0",
4
4
  "description": "[Experimental] A Flint plugin for React code.",
5
5
  "homepage": "https://flint.fyi/rules/react",
6
6
  "repository": {
@@ -19,15 +19,14 @@
19
19
  ".": "./lib/index.js"
20
20
  },
21
21
  "files": [
22
- "lib/",
23
- "!lib/**/*.map"
22
+ "lib/"
24
23
  ],
25
24
  "dependencies": {
26
- "typescript": "^5.9.3 || ^6.0.0",
27
- "@flint.fyi/core": "^0.22.0"
25
+ "typescript": "^6.0.0",
26
+ "@flint.fyi/core": "^0.23.3"
28
27
  },
29
28
  "devDependencies": {
30
- "tsdown": "0.21.0"
29
+ "tsdown": "0.22.3"
31
30
  },
32
31
  "engines": {
33
32
  "node": ">=24.0.0"