@schoero/configs 1.0.1 → 1.0.3
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 +22 -22
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "1.0.
|
|
2
|
+
"version": "1.0.3",
|
|
3
3
|
"type": "module",
|
|
4
4
|
"name": "@schoero/configs",
|
|
5
5
|
"description": "",
|
|
@@ -55,41 +55,41 @@
|
|
|
55
55
|
"@cspell/dict-public-licenses": "^2.0.6",
|
|
56
56
|
"@cspell/dict-software-terms": "^3.3.18",
|
|
57
57
|
"@cspell/dict-typescript": "^3.1.2",
|
|
58
|
-
"@stylistic/eslint-plugin-js": "^1.
|
|
59
|
-
"@stylistic/eslint-plugin-jsx": "^1.
|
|
60
|
-
"@stylistic/eslint-plugin-plus": "^1.
|
|
61
|
-
"@stylistic/eslint-plugin-ts": "^1.
|
|
62
|
-
"@typescript-eslint/eslint-plugin": "^7.
|
|
63
|
-
"@typescript-eslint/parser": "^7.
|
|
64
|
-
"cspell-lib": "^8.6.
|
|
58
|
+
"@stylistic/eslint-plugin-js": "^1.7.0",
|
|
59
|
+
"@stylistic/eslint-plugin-jsx": "^1.7.0",
|
|
60
|
+
"@stylistic/eslint-plugin-plus": "^1.7.0",
|
|
61
|
+
"@stylistic/eslint-plugin-ts": "^1.7.0",
|
|
62
|
+
"@typescript-eslint/eslint-plugin": "^7.5.0",
|
|
63
|
+
"@typescript-eslint/parser": "^7.5.0",
|
|
64
|
+
"cspell-lib": "^8.6.1",
|
|
65
65
|
"eslint-plugin-import": "npm:eslint-plugin-i@2.29.1",
|
|
66
66
|
"eslint-plugin-import-newlines": "^1.4.0",
|
|
67
|
-
"eslint-plugin-jsdoc": "^48.2.
|
|
68
|
-
"eslint-plugin-jsonc": "^2.
|
|
67
|
+
"eslint-plugin-jsdoc": "^48.2.3",
|
|
68
|
+
"eslint-plugin-jsonc": "^2.15.0",
|
|
69
69
|
"eslint-plugin-markdown": "^4.0.1",
|
|
70
|
-
"eslint-plugin-readable-tailwind": "^1.2.
|
|
70
|
+
"eslint-plugin-readable-tailwind": "^1.2.5",
|
|
71
71
|
"eslint-plugin-simple-import-sort": "^12.0.0",
|
|
72
72
|
"eslint-plugin-sort-destructure-keys": "^1.5.0",
|
|
73
73
|
"eslint-plugin-sort-keys": "^2.3.5",
|
|
74
74
|
"eslint-plugin-tailwindcss": "^3.15.1",
|
|
75
75
|
"eslint-plugin-typescript-sort-keys": "^3.2.0",
|
|
76
|
-
"eslint-plugin-unicorn": "^
|
|
76
|
+
"eslint-plugin-unicorn": "^52.0.0",
|
|
77
77
|
"eslint-plugin-unused-imports": "^3.1.0",
|
|
78
|
-
"eslint-plugin-vitest": "^0.
|
|
79
|
-
"eslint-plugin-yml": "^1.
|
|
80
|
-
"markdownlint-cli2": "^0.
|
|
81
|
-
"typescript-eslint": "^7.
|
|
78
|
+
"eslint-plugin-vitest": "^0.4.1",
|
|
79
|
+
"eslint-plugin-yml": "^1.14.0",
|
|
80
|
+
"markdownlint-cli2": "^0.13.0",
|
|
81
|
+
"typescript-eslint": "^7.5.0",
|
|
82
82
|
"vite-tsconfig-paths": "^4.3.2",
|
|
83
83
|
"vitest-github-actions-reporter": "^0.11.1"
|
|
84
84
|
},
|
|
85
85
|
"devDependencies": {
|
|
86
|
-
"@types/node": "^20.
|
|
86
|
+
"@types/node": "^20.12.5",
|
|
87
87
|
"changelogen": "^0.5.5",
|
|
88
|
-
"cspell": "^8.6.
|
|
89
|
-
"eslint": "^8.
|
|
90
|
-
"markdownlint": "^0.
|
|
91
|
-
"vite": "^5.
|
|
92
|
-
"vitest": "^1.
|
|
88
|
+
"cspell": "^8.6.1",
|
|
89
|
+
"eslint": "^8.0.0",
|
|
90
|
+
"markdownlint": "^0.34.0",
|
|
91
|
+
"vite": "^5.2.8",
|
|
92
|
+
"vitest": "^1.4.0"
|
|
93
93
|
},
|
|
94
94
|
"keywords": [],
|
|
95
95
|
"optionalPeerDependencies": {
|