@touchspot/eslint-config 1.3.0 → 1.4.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 +21 -18
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@touchspot/eslint-config",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.4.0",
|
|
4
4
|
"description": "TOUCHSPOT ESLint config",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"eslint",
|
|
@@ -29,59 +29,59 @@
|
|
|
29
29
|
],
|
|
30
30
|
"prettier": "@touchspot/prettier-config",
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@eslint/js": "^9.
|
|
33
|
-
"@next/eslint-plugin-next": "
|
|
34
|
-
"@typescript-eslint/utils": "^8.
|
|
32
|
+
"@eslint/js": "^9.13.0",
|
|
33
|
+
"@next/eslint-plugin-next": "^15.0.0",
|
|
34
|
+
"@typescript-eslint/utils": "^8.11.0",
|
|
35
35
|
"eslint-config-prettier": "^9.1.0",
|
|
36
36
|
"eslint-import-resolver-typescript": "^3.6.3",
|
|
37
37
|
"eslint-plugin-check-file": "^2.8.0",
|
|
38
|
-
"eslint-plugin-functional": "^7.0
|
|
38
|
+
"eslint-plugin-functional": "^7.1.0",
|
|
39
39
|
"eslint-plugin-import-x": "^4.3.1",
|
|
40
40
|
"eslint-plugin-no-relative-import-paths": "^1.5.5",
|
|
41
|
-
"eslint-plugin-perfectionist": "^3.
|
|
41
|
+
"eslint-plugin-perfectionist": "^3.9.1",
|
|
42
42
|
"eslint-plugin-react": "^7.37.1",
|
|
43
43
|
"eslint-plugin-react-hooks": "^5.0.0",
|
|
44
44
|
"eslint-plugin-tailwindcss": "^3.17.5",
|
|
45
45
|
"eslint-plugin-unicorn": "^56.0.0",
|
|
46
46
|
"eslint-plugin-unused-imports": "^4.1.4",
|
|
47
47
|
"globals": "^15.11.0",
|
|
48
|
-
"typescript-eslint": "^8.
|
|
48
|
+
"typescript-eslint": "^8.11.0"
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
51
51
|
"@commitlint/cli": "^19.5.0",
|
|
52
52
|
"@commitlint/config-conventional": "^19.5.0",
|
|
53
53
|
"@commitlint/config-pnpm-scopes": "^19.5.0",
|
|
54
54
|
"@commitlint/cz-commitlint": "^19.5.0",
|
|
55
|
-
"@eslint/config-inspector": "^0.5.
|
|
55
|
+
"@eslint/config-inspector": "^0.5.5",
|
|
56
56
|
"@touchspot/prettier-config": "^1.0.1",
|
|
57
57
|
"@tsconfig/next": "^2.0.3",
|
|
58
58
|
"@tsconfig/node20": "^20.1.4",
|
|
59
59
|
"@tsconfig/strictest": "^2.0.5",
|
|
60
60
|
"@types/eslint-config-prettier": "^6.11.3",
|
|
61
61
|
"@types/eslint__js": "^8.42.3",
|
|
62
|
-
"@types/node": "^22.7.
|
|
63
|
-
"@types/react": "
|
|
62
|
+
"@types/node": "^22.7.8",
|
|
63
|
+
"@types/react": "npm:types-react@rc",
|
|
64
64
|
"better-typescript-lib": "^2.9.0",
|
|
65
65
|
"commitizen": "^4.3.1",
|
|
66
|
-
"eslint": "^9.
|
|
66
|
+
"eslint": "^9.13.0",
|
|
67
67
|
"husky": "^9.1.6",
|
|
68
68
|
"inquirer": "^9.3.7",
|
|
69
69
|
"knip": "^5.33.3",
|
|
70
70
|
"lint-staged": "^15.2.10",
|
|
71
|
-
"next": "^
|
|
71
|
+
"next": "^15.0.0",
|
|
72
72
|
"prettier": "^3.3.3",
|
|
73
|
-
"react": "
|
|
74
|
-
"tailwindcss": "^3.4.
|
|
73
|
+
"react": "19.0.0-rc-65a56d0e-20241020",
|
|
74
|
+
"tailwindcss": "^3.4.14",
|
|
75
75
|
"ts-patch": "^3.2.1",
|
|
76
|
-
"turbo": "^2.
|
|
76
|
+
"turbo": "^2.2.3",
|
|
77
77
|
"typescript": "5.5.4",
|
|
78
78
|
"typescript-transform-paths": "^3.5.1"
|
|
79
79
|
},
|
|
80
80
|
"peerDependencies": {
|
|
81
81
|
"eslint": "^9",
|
|
82
|
-
"next": "^
|
|
83
|
-
"react": "
|
|
84
|
-
"tailwindcss": "^3
|
|
82
|
+
"next": "^15",
|
|
83
|
+
"react": "19.0.0-rc-65a56d0e-20241020",
|
|
84
|
+
"tailwindcss": "^3"
|
|
85
85
|
},
|
|
86
86
|
"peerDependenciesMeta": {
|
|
87
87
|
"next": {
|
|
@@ -90,6 +90,9 @@
|
|
|
90
90
|
"react": {
|
|
91
91
|
"optional": true
|
|
92
92
|
},
|
|
93
|
+
"react-dom": {
|
|
94
|
+
"optional": true
|
|
95
|
+
},
|
|
93
96
|
"tailwindcss": {
|
|
94
97
|
"optional": true
|
|
95
98
|
}
|