@gooddata/create-pluggable-module 11.56.0-alpha.2 → 11.56.0-alpha.4
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.
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "gdc-app-template-name-harness",
|
|
3
|
-
"version": "11.56.0-alpha.
|
|
3
|
+
"version": "11.56.0-alpha.4",
|
|
4
4
|
"private": true,
|
|
5
5
|
"description": "Standalone harness for gdc-app-template-name module",
|
|
6
6
|
"license": "UNLICENSED",
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"@types/react-dom": "19.1.7",
|
|
50
50
|
"@typescript-eslint/eslint-plugin": "8.58.0",
|
|
51
51
|
"@typescript-eslint/parser": "8.58.0",
|
|
52
|
-
"@typescript/native-preview": "7.0.0-dev.
|
|
52
|
+
"@typescript/native-preview": "7.0.0-dev.20260707.2",
|
|
53
53
|
"@vitejs/plugin-react": "6.0.2",
|
|
54
54
|
"eslint": "^9.39.2",
|
|
55
55
|
"eslint-plugin-headers": "1.3.3",
|
|
@@ -64,8 +64,8 @@
|
|
|
64
64
|
"oxlint": "1.57.0",
|
|
65
65
|
"oxlint-tsgolint": "0.15.0",
|
|
66
66
|
"rolldown": "1.0.3",
|
|
67
|
-
"sass": "1.
|
|
68
|
-
"typescript": "
|
|
67
|
+
"sass": "1.80.0",
|
|
68
|
+
"typescript": "6.0.3",
|
|
69
69
|
"vite": "8.0.16"
|
|
70
70
|
}
|
|
71
71
|
}
|
|
@@ -37,18 +37,7 @@
|
|
|
37
37
|
"react": [
|
|
38
38
|
"./node_modules/@types/react"
|
|
39
39
|
]
|
|
40
|
-
}
|
|
41
|
-
"allowSyntheticDefaultImports": true,
|
|
42
|
-
"resolvePackageJsonExports": true,
|
|
43
|
-
"resolvePackageJsonImports": true,
|
|
44
|
-
"useDefineForClassFields": true,
|
|
45
|
-
"noImplicitAny": true,
|
|
46
|
-
"noImplicitThis": true,
|
|
47
|
-
"strictNullChecks": true,
|
|
48
|
-
"strictFunctionTypes": true,
|
|
49
|
-
"strictBindCallApply": true,
|
|
50
|
-
"strictPropertyInitialization": true,
|
|
51
|
-
"strictBuiltinIteratorReturn": true
|
|
40
|
+
}
|
|
52
41
|
},
|
|
53
42
|
"files": [
|
|
54
43
|
"./src/app.tsx",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "gdc-app-template-name-module",
|
|
3
|
-
"version": "11.56.0-alpha.
|
|
3
|
+
"version": "11.56.0-alpha.4",
|
|
4
4
|
"private": true,
|
|
5
5
|
"description": "{applicationTemplateTitle} pluggable application module",
|
|
6
6
|
"license": "UNLICENSED",
|
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
"@types/react-dom": "19.1.7",
|
|
64
64
|
"@typescript-eslint/eslint-plugin": "8.58.0",
|
|
65
65
|
"@typescript-eslint/parser": "8.58.0",
|
|
66
|
-
"@typescript/native-preview": "7.0.0-dev.
|
|
66
|
+
"@typescript/native-preview": "7.0.0-dev.20260707.2",
|
|
67
67
|
"@vitejs/plugin-react": "6.0.2",
|
|
68
68
|
"eslint": "^9.39.2",
|
|
69
69
|
"eslint-plugin-headers": "1.3.3",
|
|
@@ -82,8 +82,8 @@
|
|
|
82
82
|
"react": "19.1.1",
|
|
83
83
|
"react-dom": "19.1.1",
|
|
84
84
|
"rolldown": "1.0.3",
|
|
85
|
-
"sass": "1.
|
|
86
|
-
"typescript": "
|
|
85
|
+
"sass": "1.80.0",
|
|
86
|
+
"typescript": "6.0.3",
|
|
87
87
|
"vite": "8.0.16",
|
|
88
88
|
"vitest": "4.1.8"
|
|
89
89
|
}
|
|
@@ -32,18 +32,7 @@
|
|
|
32
32
|
"allowJs": true,
|
|
33
33
|
"noEmit": true,
|
|
34
34
|
"outDir": "./dist",
|
|
35
|
-
"moduleDetection": "force"
|
|
36
|
-
"allowSyntheticDefaultImports": true,
|
|
37
|
-
"resolvePackageJsonExports": true,
|
|
38
|
-
"resolvePackageJsonImports": true,
|
|
39
|
-
"useDefineForClassFields": true,
|
|
40
|
-
"noImplicitAny": true,
|
|
41
|
-
"noImplicitThis": true,
|
|
42
|
-
"strictNullChecks": true,
|
|
43
|
-
"strictFunctionTypes": true,
|
|
44
|
-
"strictBindCallApply": true,
|
|
45
|
-
"strictPropertyInitialization": true,
|
|
46
|
-
"strictBuiltinIteratorReturn": true
|
|
35
|
+
"moduleDetection": "force"
|
|
47
36
|
},
|
|
48
37
|
"files": [
|
|
49
38
|
"./eslint.config.ts",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gooddata/create-pluggable-module",
|
|
3
|
-
"version": "11.56.0-alpha.
|
|
3
|
+
"version": "11.56.0-alpha.4",
|
|
4
4
|
"description": "Scaffolder for GoodData pluggable applications. Invoked via `npm init @gooddata/pluggable-module`.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "GoodData Corporation",
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"@types/node": "24.12.0",
|
|
34
34
|
"@typescript-eslint/eslint-plugin": "8.58.0",
|
|
35
35
|
"@typescript-eslint/parser": "8.58.0",
|
|
36
|
-
"@typescript/native-preview": "7.0.0-dev.
|
|
36
|
+
"@typescript/native-preview": "7.0.0-dev.20260707.2",
|
|
37
37
|
"eslint": "^9.39.2",
|
|
38
38
|
"eslint-plugin-headers": "1.3.3",
|
|
39
39
|
"eslint-plugin-import-esm": "1.2.1",
|
|
@@ -45,13 +45,13 @@
|
|
|
45
45
|
"oxlint": "1.57.0",
|
|
46
46
|
"oxlint-tsgolint": "0.15.0",
|
|
47
47
|
"tslib": "2.8.1",
|
|
48
|
-
"typescript": "
|
|
48
|
+
"typescript": "6.0.3",
|
|
49
49
|
"vite": "8.0.16",
|
|
50
50
|
"vitest": "4.1.8",
|
|
51
|
-
"@gooddata/eslint-config": "11.56.0-alpha.
|
|
52
|
-
"@gooddata/oxlint-config": "11.56.0-alpha.
|
|
53
|
-
"gdc-app-template-name-
|
|
54
|
-
"gdc-app-template-name-
|
|
51
|
+
"@gooddata/eslint-config": "11.56.0-alpha.4",
|
|
52
|
+
"@gooddata/oxlint-config": "11.56.0-alpha.4",
|
|
53
|
+
"gdc-app-template-name-harness": "11.56.0-alpha.4",
|
|
54
|
+
"gdc-app-template-name-module": "11.56.0-alpha.4"
|
|
55
55
|
},
|
|
56
56
|
"engines": {
|
|
57
57
|
"node": ">=24.12.0"
|