eslint-config-terrax 0.3.1 → 0.3.3-next.18e9f42
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 +15 -15
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "eslint-config-terrax",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.3-next.18e9f42",
|
|
4
4
|
"description": "The ESLint shareable config",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/cjs/common.cjs",
|
|
@@ -125,30 +125,30 @@
|
|
|
125
125
|
"url": "https://github.com/rygent/eslint-config-terrax/issues"
|
|
126
126
|
},
|
|
127
127
|
"dependencies": {
|
|
128
|
-
"@eslint/compat": "^1.2.
|
|
129
|
-
"@eslint/js": "^9.
|
|
130
|
-
"@next/eslint-plugin-next": "^15.
|
|
131
|
-
"@stylistic/eslint-plugin": "^2.
|
|
132
|
-
"eslint-import-resolver-typescript": "^3.
|
|
133
|
-
"eslint-plugin-import-x": "^4.
|
|
128
|
+
"@eslint/compat": "^1.2.4",
|
|
129
|
+
"@eslint/js": "^9.17.0",
|
|
130
|
+
"@next/eslint-plugin-next": "^15.1.2",
|
|
131
|
+
"@stylistic/eslint-plugin": "^2.12.1",
|
|
132
|
+
"eslint-import-resolver-typescript": "^3.7.0",
|
|
133
|
+
"eslint-plugin-import-x": "^4.6.1",
|
|
134
134
|
"eslint-plugin-jsx-a11y": "^6.10.2",
|
|
135
135
|
"eslint-plugin-react": "^7.37.2",
|
|
136
|
-
"eslint-plugin-react-hooks": "^5.
|
|
137
|
-
"globals": "^15.
|
|
138
|
-
"typescript-eslint": "^8.
|
|
136
|
+
"eslint-plugin-react-hooks": "^5.1.0",
|
|
137
|
+
"globals": "^15.14.0",
|
|
138
|
+
"typescript-eslint": "^8.18.1"
|
|
139
139
|
},
|
|
140
140
|
"devDependencies": {
|
|
141
141
|
"@favware/cliff-jumper": "^5.0.0",
|
|
142
142
|
"@sapphire/node-utilities": "^1.0.2",
|
|
143
|
-
"@types/node": "^22.
|
|
144
|
-
"esbuild-plugin-file-path-extensions": "^2.1.
|
|
145
|
-
"eslint": "^9.
|
|
143
|
+
"@types/node": "^22.10.2",
|
|
144
|
+
"esbuild-plugin-file-path-extensions": "^2.1.4",
|
|
145
|
+
"eslint": "^9.17.0",
|
|
146
146
|
"eslint-config-prettier": "^9.1.0",
|
|
147
147
|
"eslint-plugin-prettier": "^5.2.1",
|
|
148
|
-
"prettier": "^3.
|
|
148
|
+
"prettier": "^3.4.2",
|
|
149
149
|
"tsup": "^8.3.5",
|
|
150
150
|
"tsx": "^4.19.2",
|
|
151
|
-
"typescript": "^5.
|
|
151
|
+
"typescript": "^5.7.2"
|
|
152
152
|
},
|
|
153
153
|
"files": [
|
|
154
154
|
"./dist/"
|