@wopjs/eslint-config 0.1.46 → 0.1.48
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 +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wopjs/eslint-config",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.48",
|
|
4
4
|
"description": "Wopjs eslint config that aims to enforce code style that is consistent and diff-friendly, easy to review.",
|
|
5
5
|
"repository": "wopjs/eslint-config",
|
|
6
6
|
"main": "./index.js",
|
|
@@ -39,16 +39,16 @@
|
|
|
39
39
|
"eslint": "9.x"
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@eslint/js": "^9.
|
|
42
|
+
"@eslint/js": "^9.39.0",
|
|
43
43
|
"eslint-config-flat-gitignore": "^2.1.0",
|
|
44
44
|
"eslint-config-prettier": "^10.1.8",
|
|
45
45
|
"eslint-plugin-import-x": "^4.16.1",
|
|
46
46
|
"eslint-plugin-jsonc": "^2.21.0",
|
|
47
47
|
"eslint-plugin-perfectionist": "^4.15.1",
|
|
48
|
-
"typescript-eslint": "^8.46.
|
|
48
|
+
"typescript-eslint": "^8.46.2"
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
51
|
-
"eslint": "^9.
|
|
51
|
+
"eslint": "^9.39.0",
|
|
52
52
|
"prettier": "^3.6.2",
|
|
53
53
|
"typescript": "^5.9.3"
|
|
54
54
|
}
|