@schoero/configs 1.2.13 → 1.2.14
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 +26 -26
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "1.2.
|
|
2
|
+
"version": "1.2.14",
|
|
3
3
|
"type": "module",
|
|
4
4
|
"name": "@schoero/configs",
|
|
5
5
|
"description": "",
|
|
@@ -41,12 +41,12 @@
|
|
|
41
41
|
"peerDependencies": {
|
|
42
42
|
"@stylistic/eslint-plugin-jsx": "^4.2.0",
|
|
43
43
|
"changelogen": "^0.6.1",
|
|
44
|
-
"cspell": "^8.
|
|
45
|
-
"eslint": "^9.
|
|
44
|
+
"cspell": "^8.18.1",
|
|
45
|
+
"eslint": "^9.24.0",
|
|
46
46
|
"markdownlint": "^0.37.4",
|
|
47
47
|
"unwritten": "^0.2.14",
|
|
48
|
-
"vite": "^6.2.
|
|
49
|
-
"vitest": "^3.
|
|
48
|
+
"vite": "^6.2.6",
|
|
49
|
+
"vitest": "^3.1.1"
|
|
50
50
|
},
|
|
51
51
|
"peerDependenciesMeta": {
|
|
52
52
|
"@stylistic/eslint-plugin-jsx": {
|
|
@@ -76,36 +76,36 @@
|
|
|
76
76
|
},
|
|
77
77
|
"dependencies": {
|
|
78
78
|
"@cspell/dict-bash": "^4.2.0",
|
|
79
|
-
"@cspell/dict-companies": "^3.1.
|
|
79
|
+
"@cspell/dict-companies": "^3.1.15",
|
|
80
80
|
"@cspell/dict-css": "^4.0.17",
|
|
81
81
|
"@cspell/dict-de-ch": "^1.2.3",
|
|
82
|
-
"@cspell/dict-en_us": "^4.
|
|
82
|
+
"@cspell/dict-en_us": "^4.4.1",
|
|
83
83
|
"@cspell/dict-fr-fr": "^2.2.5",
|
|
84
84
|
"@cspell/dict-fullstack": "^3.2.6",
|
|
85
85
|
"@cspell/dict-html": "^4.0.11",
|
|
86
86
|
"@cspell/dict-html-symbol-entities": "^4.0.3",
|
|
87
87
|
"@cspell/dict-it-it": "^3.1.4",
|
|
88
88
|
"@cspell/dict-lorem-ipsum": "^4.0.4",
|
|
89
|
-
"@cspell/dict-markdown": "^2.0.
|
|
90
|
-
"@cspell/dict-node": "^5.0.
|
|
91
|
-
"@cspell/dict-npm": "^5.
|
|
89
|
+
"@cspell/dict-markdown": "^2.0.10",
|
|
90
|
+
"@cspell/dict-node": "^5.0.7",
|
|
91
|
+
"@cspell/dict-npm": "^5.2.0",
|
|
92
92
|
"@cspell/dict-public-licenses": "^2.0.13",
|
|
93
|
-
"@cspell/dict-software-terms": "^5.0.
|
|
94
|
-
"@cspell/dict-typescript": "^3.2.
|
|
93
|
+
"@cspell/dict-software-terms": "^5.0.5",
|
|
94
|
+
"@cspell/dict-typescript": "^3.2.1",
|
|
95
95
|
"@stylistic/eslint-plugin-js": "^4.2.0",
|
|
96
96
|
"@stylistic/eslint-plugin-jsx": "^4.2.0",
|
|
97
97
|
"@stylistic/eslint-plugin-plus": "^4.2.0",
|
|
98
98
|
"@stylistic/eslint-plugin-ts": "^4.2.0",
|
|
99
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
100
|
-
"@typescript-eslint/parser": "^8.
|
|
101
|
-
"cspell-lib": "^8.
|
|
99
|
+
"@typescript-eslint/eslint-plugin": "^8.30.1",
|
|
100
|
+
"@typescript-eslint/parser": "^8.30.1",
|
|
101
|
+
"cspell-lib": "^8.18.1",
|
|
102
102
|
"eslint-plugin-import-newlines": "^1.4.0",
|
|
103
|
-
"eslint-plugin-import-x": "^4.
|
|
104
|
-
"eslint-plugin-jsdoc": "^50.6.
|
|
105
|
-
"eslint-plugin-jsonc": "^2.
|
|
103
|
+
"eslint-plugin-import-x": "^4.10.3",
|
|
104
|
+
"eslint-plugin-jsdoc": "^50.6.9",
|
|
105
|
+
"eslint-plugin-jsonc": "^2.20.0",
|
|
106
106
|
"eslint-plugin-markdown": "^5.1.0",
|
|
107
|
-
"eslint-plugin-perfectionist": "^4.
|
|
108
|
-
"eslint-plugin-unicorn": "^
|
|
107
|
+
"eslint-plugin-perfectionist": "^4.11.0",
|
|
108
|
+
"eslint-plugin-unicorn": "^58.0.0",
|
|
109
109
|
"eslint-plugin-unused-imports": "^4.1.4",
|
|
110
110
|
"eslint-plugin-vitest": "^0.5.4",
|
|
111
111
|
"eslint-plugin-yml": "^1.17.0",
|
|
@@ -115,16 +115,16 @@
|
|
|
115
115
|
"yaml-eslint-parser": "^1.3.0"
|
|
116
116
|
},
|
|
117
117
|
"optionalDependencies": {
|
|
118
|
-
"eslint-plugin-readable-tailwind": "^2.
|
|
118
|
+
"eslint-plugin-readable-tailwind": "^2.1.0"
|
|
119
119
|
},
|
|
120
120
|
"devDependencies": {
|
|
121
|
-
"@types/node": "^22.
|
|
121
|
+
"@types/node": "^22.14.1",
|
|
122
122
|
"changelogen": "^0.6.1",
|
|
123
|
-
"cspell": "^8.
|
|
124
|
-
"eslint": "^9.
|
|
123
|
+
"cspell": "^8.18.1",
|
|
124
|
+
"eslint": "^9.24.0",
|
|
125
125
|
"markdownlint": "^0.37.4",
|
|
126
|
-
"vite": "^6.2.
|
|
127
|
-
"vitest": "^3.
|
|
126
|
+
"vite": "^6.2.6",
|
|
127
|
+
"vitest": "^3.1.1"
|
|
128
128
|
},
|
|
129
129
|
"keywords": []
|
|
130
130
|
}
|