@xylabs/eslint-config-react-flat 5.1.13 → 6.0.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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "http://json.schemastore.org/package.json",
3
3
  "name": "@xylabs/eslint-config-react-flat",
4
- "version": "5.1.13",
4
+ "version": "6.0.0",
5
5
  "description": "ESLint Config used throughout XY Labs TypeScript/JavaScript libraries and react projects",
6
6
  "keywords": [
7
7
  "xylabs",
@@ -33,18 +33,18 @@
33
33
  "module": "./dist/node/index.mjs",
34
34
  "types": "./dist/node/index.d.ts",
35
35
  "dependencies": {
36
- "@eslint-react/eslint-plugin": "^1.28.0",
37
- "@typescript-eslint/parser": "^8.25.0",
38
- "@xylabs/eslint-config-flat": "^5.1.13",
39
- "eslint": "^9.21.0",
36
+ "@eslint-react/eslint-plugin": "^1.31.0",
37
+ "@typescript-eslint/parser": "^8.26.0",
38
+ "@xylabs/eslint-config-flat": "^6.0.0",
39
+ "eslint": "^9.22.0",
40
40
  "eslint-plugin-react": "^7.37.4",
41
41
  "eslint-plugin-react-refresh": "^0.4.19",
42
42
  "globals": "^16.0.0"
43
43
  },
44
44
  "devDependencies": {
45
- "@xylabs/ts-scripts-yarn3": "^5.1.13",
46
- "@xylabs/tsconfig": "^5.1.13",
47
- "typescript": "^5.7.3"
45
+ "@xylabs/ts-scripts-yarn3": "^6.0.0",
46
+ "@xylabs/tsconfig": "^6.0.0",
47
+ "typescript": "^5.8.2"
48
48
  },
49
49
  "publishConfig": {
50
50
  "access": "public"
@@ -1,4 +0,0 @@
1
- import type { Linter } from 'eslint';
2
- export declare const config: Linter.Config[];
3
- export { reactConfig } from './react/index.ts';
4
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,QAAQ,CAAA;AAIpC,eAAO,MAAM,MAAM,EAAE,MAAM,CAAC,MAAM,EAA+B,CAAA;AAEjE,OAAO,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAA"}
@@ -1,3 +0,0 @@
1
- import type { Linter } from 'eslint';
2
- export declare const reactConfig: Linter.Config;
3
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/react/index.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,QAAQ,CAAA;AAOpC,eAAO,MAAM,WAAW,EAoBR,MAAM,CAAC,MAAM,CAAA"}
File without changes
File without changes
File without changes
File without changes