eslint-config-heck 4.2.0 → 4.2.2

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 (1) hide show
  1. package/package.json +12 -12
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-config-heck",
3
- "version": "4.2.0",
3
+ "version": "4.2.2",
4
4
  "description": "Contains an ESLint configuration for ES2015+, TypeScript, and React.",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -13,7 +13,7 @@
13
13
  "./reactNative": "./reactNative.cjs"
14
14
  },
15
15
  "scripts": {
16
- "update": "npx -y npm-check-updates -i --install always",
16
+ "update": "npx -y npm-check-updates -i --install never && npx -y npm-check-updates -i --target minor --install never && npx -y npm-check-updates -i --target patch --install never && npm update --force",
17
17
  "lint": "eslint .",
18
18
  "semantic-release": "semantic-release"
19
19
  },
@@ -26,27 +26,27 @@
26
26
  "author": "atheck",
27
27
  "license": "MIT",
28
28
  "dependencies": {
29
- "@eslint/compat": "1.2.3",
30
- "@stylistic/eslint-plugin": "2.11.0",
31
- "@typescript-eslint/eslint-plugin": "8.16.0",
32
- "@typescript-eslint/parser": "8.16.0",
33
- "eslint": "9.15.0",
29
+ "@eslint/compat": "1.2.4",
30
+ "@stylistic/eslint-plugin": "2.12.1",
31
+ "@typescript-eslint/eslint-plugin": "8.18.1",
32
+ "@typescript-eslint/parser": "8.18.1",
33
+ "eslint": "9.17.0",
34
34
  "eslint-plugin-import": "2.31.0",
35
35
  "eslint-plugin-jest": "28.9.0",
36
36
  "eslint-plugin-react": "7.37.2",
37
- "eslint-plugin-react-hooks": "5.0.0",
37
+ "eslint-plugin-react-hooks": "5.1.0",
38
38
  "eslint-plugin-react-native": "4.1.0",
39
- "eslint-plugin-testing-library": "7.0.0",
39
+ "eslint-plugin-testing-library": "7.1.1",
40
40
  "eslint-plugin-unicorn": "56.0.1",
41
41
  "typescript": "5.7.2"
42
42
  },
43
43
  "devDependencies": {
44
44
  "@biomejs/biome": "1.9.4",
45
45
  "@testing-library/dom": "10.4.0",
46
- "@testing-library/react": "16.0.1",
46
+ "@testing-library/react": "16.1.0",
47
47
  "@types/jest": "29.5.14",
48
- "@types/react": "18.3.12",
49
- "globals": "15.12.0",
48
+ "@types/react": "18.3.17",
49
+ "globals": "15.13.0",
50
50
  "jest": "29.7.0",
51
51
  "react": "18.3.1",
52
52
  "semantic-release": "24.2.0"