@petbee/eslint-config 2.0.6 → 2.0.7

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 +7 -34
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@petbee/eslint-config",
3
- "version": "2.0.6",
3
+ "version": "2.0.7",
4
4
  "description": "Petbee's eslint config",
5
5
  "keywords": [
6
6
  "eslint",
@@ -38,19 +38,19 @@
38
38
  "url": "https://github.com/petbee/typescript/issues"
39
39
  },
40
40
  "dependencies": {
41
- "confusing-browser-globals": "^1.0.11"
42
- },
43
- "peerDependencies": {
44
41
  "@typescript-eslint/eslint-plugin": "^8.32.1",
45
42
  "@typescript-eslint/parser": "^8.32.1",
46
- "eslint": "^9.27.0",
43
+ "confusing-browser-globals": "^1.0.11",
47
44
  "eslint-config-prettier": "^10.1.5",
48
45
  "eslint-plugin-cypress": "^4.3.0",
49
46
  "eslint-plugin-import": "^2.31.0",
50
47
  "eslint-plugin-jest": "^28.11.0",
51
48
  "eslint-plugin-n": "^17.18.0",
52
49
  "eslint-plugin-prettier": "^5.4.0",
53
- "eslint-plugin-react": "7.37.5",
50
+ "eslint-plugin-react": "7.37.5"
51
+ },
52
+ "peerDependencies": {
53
+ "eslint": "^9.27.0",
54
54
  "prettier": ">=3.0.0",
55
55
  "typescript": "^4.0.0 || ^5.0.0"
56
56
  },
@@ -58,33 +58,6 @@
58
58
  "eslint": {
59
59
  "optional": false
60
60
  },
61
- "@typescript-eslint/eslint-plugin": {
62
- "optional": false
63
- },
64
- "@typescript-eslint/parser": {
65
- "optional": false
66
- },
67
- "eslint-config-prettier": {
68
- "optional": false
69
- },
70
- "eslint-plugin-cypress": {
71
- "optional": false
72
- },
73
- "eslint-plugin-import": {
74
- "optional": false
75
- },
76
- "eslint-plugin-jest": {
77
- "optional": false
78
- },
79
- "eslint-plugin-n": {
80
- "optional": false
81
- },
82
- "eslint-plugin-prettier": {
83
- "optional": false
84
- },
85
- "eslint-plugin-react": {
86
- "optional": false
87
- },
88
61
  "prettier": {
89
62
  "optional": false
90
63
  },
@@ -104,5 +77,5 @@
104
77
  "publishConfig": {
105
78
  "access": "public"
106
79
  },
107
- "gitHead": "e327a54aad132b7bee8a95424f3b2f7749bfaaee"
80
+ "gitHead": "dd07b13207dabf8b24c2269b2151a84c3d3523ee"
108
81
  }