@schoero/configs 1.2.4 → 1.2.6
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/eslint/imports.js +2 -1
- package/package.json +18 -18
package/eslint/imports.js
CHANGED
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "1.2.
|
|
2
|
+
"version": "1.2.6",
|
|
3
3
|
"type": "module",
|
|
4
4
|
"name": "@schoero/configs",
|
|
5
5
|
"description": "",
|
|
@@ -88,23 +88,23 @@
|
|
|
88
88
|
"@cspell/dict-lorem-ipsum": "^4.0.4",
|
|
89
89
|
"@cspell/dict-markdown": "^2.0.9",
|
|
90
90
|
"@cspell/dict-node": "^5.0.6",
|
|
91
|
-
"@cspell/dict-npm": "^5.1.
|
|
91
|
+
"@cspell/dict-npm": "^5.1.24",
|
|
92
92
|
"@cspell/dict-public-licenses": "^2.0.13",
|
|
93
93
|
"@cspell/dict-software-terms": "^4.2.4",
|
|
94
94
|
"@cspell/dict-typescript": "^3.2.0",
|
|
95
|
-
"@stylistic/eslint-plugin-js": "^
|
|
96
|
-
"@stylistic/eslint-plugin-jsx": "^
|
|
97
|
-
"@stylistic/eslint-plugin-plus": "^
|
|
98
|
-
"@stylistic/eslint-plugin-ts": "^
|
|
99
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
100
|
-
"@typescript-eslint/parser": "^8.
|
|
101
|
-
"cspell-lib": "^8.17.
|
|
95
|
+
"@stylistic/eslint-plugin-js": "^3.0.0",
|
|
96
|
+
"@stylistic/eslint-plugin-jsx": "^3.0.0",
|
|
97
|
+
"@stylistic/eslint-plugin-plus": "^3.0.0",
|
|
98
|
+
"@stylistic/eslint-plugin-ts": "^3.0.0",
|
|
99
|
+
"@typescript-eslint/eslint-plugin": "^8.22.0",
|
|
100
|
+
"@typescript-eslint/parser": "^8.22.0",
|
|
101
|
+
"cspell-lib": "^8.17.3",
|
|
102
102
|
"eslint-plugin-import-newlines": "^1.4.0",
|
|
103
103
|
"eslint-plugin-import-x": "^4.6.1",
|
|
104
|
-
"eslint-plugin-jsdoc": "^50.6.
|
|
105
|
-
"eslint-plugin-jsonc": "^2.
|
|
104
|
+
"eslint-plugin-jsdoc": "^50.6.3",
|
|
105
|
+
"eslint-plugin-jsonc": "^2.19.1",
|
|
106
106
|
"eslint-plugin-markdown": "^5.1.0",
|
|
107
|
-
"eslint-plugin-perfectionist": "^4.
|
|
107
|
+
"eslint-plugin-perfectionist": "^4.7.0",
|
|
108
108
|
"eslint-plugin-unicorn": "^56.0.1",
|
|
109
109
|
"eslint-plugin-unused-imports": "^4.1.4",
|
|
110
110
|
"eslint-plugin-vitest": "^0.5.4",
|
|
@@ -114,16 +114,16 @@
|
|
|
114
114
|
"vitest-github-actions-reporter": "^0.11.1"
|
|
115
115
|
},
|
|
116
116
|
"optionalDependencies": {
|
|
117
|
-
"eslint-plugin-readable-tailwind": "^1.
|
|
117
|
+
"eslint-plugin-readable-tailwind": "^1.9.0 | ^2.0.0-beta.0 | ^2.0.0"
|
|
118
118
|
},
|
|
119
119
|
"devDependencies": {
|
|
120
|
-
"@types/node": "^22.
|
|
120
|
+
"@types/node": "^22.12.0",
|
|
121
121
|
"changelogen": "^0.5.7",
|
|
122
|
-
"cspell": "^8.17.
|
|
123
|
-
"eslint": "^9.
|
|
122
|
+
"cspell": "^8.17.3",
|
|
123
|
+
"eslint": "^9.19.0",
|
|
124
124
|
"markdownlint": "^0.37.4",
|
|
125
|
-
"vite": "^6.0.
|
|
126
|
-
"vitest": "^3.0.
|
|
125
|
+
"vite": "^6.0.11",
|
|
126
|
+
"vitest": "^3.0.4"
|
|
127
127
|
},
|
|
128
128
|
"keywords": []
|
|
129
129
|
}
|