@gooddata/eslint-config 11.56.0-alpha.4 → 11.56.0-alpha.6
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 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gooddata/eslint-config",
|
|
3
|
-
"version": "11.56.0-alpha.
|
|
3
|
+
"version": "11.56.0-alpha.6",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"author": "GoodData",
|
|
6
6
|
"repository": {
|
|
@@ -128,7 +128,6 @@
|
|
|
128
128
|
"@types/node": "24.12.0",
|
|
129
129
|
"@typescript-eslint/eslint-plugin": "8.58.0",
|
|
130
130
|
"@typescript-eslint/parser": "8.58.0",
|
|
131
|
-
"@typescript/native-preview": "7.0.0-dev.20260707.2",
|
|
132
131
|
"@vitest/eslint-plugin": "1.6.19",
|
|
133
132
|
"eslint": "^9.39.2",
|
|
134
133
|
"eslint-import-resolver-typescript": "4.4.4",
|
|
@@ -151,9 +150,9 @@
|
|
|
151
150
|
"react": "19.1.1",
|
|
152
151
|
"react-dom": "19.1.1",
|
|
153
152
|
"storybook": "^10.5.6",
|
|
154
|
-
"typescript": "
|
|
153
|
+
"typescript": "7.0.2",
|
|
155
154
|
"vite-node": "5.3.0",
|
|
156
|
-
"@gooddata/lint-config": "11.56.0-alpha.
|
|
155
|
+
"@gooddata/lint-config": "11.56.0-alpha.6"
|
|
157
156
|
},
|
|
158
157
|
"peerDependencies": {
|
|
159
158
|
"@typescript-eslint/eslint-plugin": "8.58.0",
|
|
@@ -164,7 +163,7 @@
|
|
|
164
163
|
"scripts": {
|
|
165
164
|
"_phase:build": "npm run build",
|
|
166
165
|
"_phase:validate": "npm run validate",
|
|
167
|
-
"build": "rm -rf dist && mkdir dist && vite-node scripts/build.ts &&
|
|
166
|
+
"build": "rm -rf dist && mkdir dist && vite-node scripts/build.ts && tsc",
|
|
168
167
|
"clean": "../../common/scripts/clean-command-state.sh && rm -rf ci dist esm coverage *.log tsconfig.tsbuildinfo",
|
|
169
168
|
"format-check": "oxfmt --check .",
|
|
170
169
|
"format-write": "oxfmt .",
|