eslint-config-decent 4.2.31 → 4.2.32
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 +6 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "eslint-config-decent",
|
|
3
|
-
"version": "4.2.
|
|
3
|
+
"version": "4.2.32",
|
|
4
4
|
"description": "A decent ESLint configuration",
|
|
5
5
|
"main": "./dist/index.cjs",
|
|
6
6
|
"module": "./dist/index.mjs",
|
|
@@ -125,9 +125,9 @@
|
|
|
125
125
|
"dependencies": {
|
|
126
126
|
"@eslint/compat": "2.0.5",
|
|
127
127
|
"@eslint/js": "10.0.1",
|
|
128
|
-
"@next/eslint-plugin-next": "16.2.
|
|
128
|
+
"@next/eslint-plugin-next": "16.2.4",
|
|
129
129
|
"@stylistic/eslint-plugin": "5.10.0",
|
|
130
|
-
"@vitest/eslint-plugin": "1.6.
|
|
130
|
+
"@vitest/eslint-plugin": "1.6.16",
|
|
131
131
|
"eslint-config-prettier": "10.1.8",
|
|
132
132
|
"eslint-plugin-import-x": "4.16.2",
|
|
133
133
|
"eslint-plugin-jsdoc": "62.9.0",
|
|
@@ -150,9 +150,9 @@
|
|
|
150
150
|
"@semantic-release/github": "12.0.6",
|
|
151
151
|
"@semantic-release/npm": "13.1.5",
|
|
152
152
|
"@semantic-release/release-notes-generator": "14.1.0",
|
|
153
|
-
"@swc/core": "1.15.
|
|
153
|
+
"@swc/core": "1.15.26",
|
|
154
154
|
"@types/node": ">=22",
|
|
155
|
-
"@typescript/native-preview": "7.0.0-dev.
|
|
155
|
+
"@typescript/native-preview": "7.0.0-dev.20260416.1",
|
|
156
156
|
"conventional-changelog-conventionalcommits": "9.3.1",
|
|
157
157
|
"eslint": "10.2.0",
|
|
158
158
|
"husky": "9.1.7",
|
|
@@ -161,7 +161,7 @@
|
|
|
161
161
|
"npm-run-all2": "8.0.4",
|
|
162
162
|
"oxlint": "1.60.0",
|
|
163
163
|
"pinst": "3.0.0",
|
|
164
|
-
"prettier": "3.8.
|
|
164
|
+
"prettier": "3.8.3",
|
|
165
165
|
"semantic-release": "25.0.3",
|
|
166
166
|
"typescript": "5.9.3",
|
|
167
167
|
"unbuild": "3.6.1"
|