create-rstack 1.1.0 → 1.3.0
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/dist/index.d.ts +27 -1
- package/dist/index.js +373 -343
- package/package.json +8 -7
- package/template-eslint/react-js/package.json +6 -6
- package/template-eslint/react-ts/package.json +7 -7
- package/template-eslint/svelte-js/package.json +3 -3
- package/template-eslint/svelte-ts/package.json +4 -4
- package/template-eslint/vanilla-js/package.json +3 -3
- package/template-eslint/vanilla-ts/package.json +4 -4
- package/template-eslint/vue-js/package.json +3 -3
- package/template-eslint/vue-ts/package.json +4 -4
- package/template-prettier/package.json +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "create-rstack",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.3.0",
|
|
4
4
|
"description": "Create a new Rstack project",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -41,18 +41,19 @@
|
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
43
|
"@biomejs/biome": "^1.9.4",
|
|
44
|
-
"@clack/prompts": "^0.
|
|
45
|
-
"@microsoft/api-extractor": "^7.
|
|
46
|
-
"@rslib/core": "0.
|
|
44
|
+
"@clack/prompts": "^0.10.0",
|
|
45
|
+
"@microsoft/api-extractor": "^7.50.1",
|
|
46
|
+
"@rslib/core": "0.5.1",
|
|
47
47
|
"@types/minimist": "^1.2.5",
|
|
48
|
-
"@types/node": "22.
|
|
48
|
+
"@types/node": "22.13.5",
|
|
49
49
|
"deepmerge": "^4.3.1",
|
|
50
50
|
"minimist": "^1.2.8",
|
|
51
|
+
"picocolors": "^1.1.1",
|
|
51
52
|
"rslog": "^1.2.3",
|
|
52
53
|
"simple-git-hooks": "^2.11.1",
|
|
53
|
-
"typescript": "^5.7.
|
|
54
|
+
"typescript": "^5.7.3"
|
|
54
55
|
},
|
|
55
|
-
"packageManager": "pnpm@
|
|
56
|
+
"packageManager": "pnpm@10.4.1",
|
|
56
57
|
"publishConfig": {
|
|
57
58
|
"access": "public",
|
|
58
59
|
"provenance": true,
|
|
@@ -6,11 +6,11 @@
|
|
|
6
6
|
"lint": "eslint ."
|
|
7
7
|
},
|
|
8
8
|
"devDependencies": {
|
|
9
|
-
"@eslint/compat": "^1.2.
|
|
10
|
-
"@eslint/js": "^9.
|
|
11
|
-
"eslint": "^9.
|
|
12
|
-
"eslint-plugin-react": "^7.37.
|
|
13
|
-
"eslint-plugin-react-hooks": "^5.
|
|
14
|
-
"globals": "^
|
|
9
|
+
"@eslint/compat": "^1.2.7",
|
|
10
|
+
"@eslint/js": "^9.21.0",
|
|
11
|
+
"eslint": "^9.21.0",
|
|
12
|
+
"eslint-plugin-react": "^7.37.4",
|
|
13
|
+
"eslint-plugin-react-hooks": "^5.1.0",
|
|
14
|
+
"globals": "^16.0.0"
|
|
15
15
|
}
|
|
16
16
|
}
|
|
@@ -6,12 +6,12 @@
|
|
|
6
6
|
"lint": "eslint ."
|
|
7
7
|
},
|
|
8
8
|
"devDependencies": {
|
|
9
|
-
"@eslint/compat": "^1.2.
|
|
10
|
-
"@eslint/js": "^9.
|
|
11
|
-
"eslint": "^9.
|
|
12
|
-
"eslint-plugin-react": "^7.37.
|
|
13
|
-
"eslint-plugin-react-hooks": "^5.
|
|
14
|
-
"globals": "^
|
|
15
|
-
"typescript-eslint": "^8.
|
|
9
|
+
"@eslint/compat": "^1.2.7",
|
|
10
|
+
"@eslint/js": "^9.21.0",
|
|
11
|
+
"eslint": "^9.21.0",
|
|
12
|
+
"eslint-plugin-react": "^7.37.4",
|
|
13
|
+
"eslint-plugin-react-hooks": "^5.1.0",
|
|
14
|
+
"globals": "^16.0.0",
|
|
15
|
+
"typescript-eslint": "^8.24.1"
|
|
16
16
|
}
|
|
17
17
|
}
|
|
@@ -6,11 +6,11 @@
|
|
|
6
6
|
"lint": "eslint ."
|
|
7
7
|
},
|
|
8
8
|
"devDependencies": {
|
|
9
|
-
"@eslint/js": "^9.
|
|
10
|
-
"eslint": "^9.
|
|
9
|
+
"@eslint/js": "^9.21.0",
|
|
10
|
+
"eslint": "^9.21.0",
|
|
11
11
|
"eslint-plugin-svelte": "^2.46.1",
|
|
12
|
-
"globals": "^
|
|
13
|
-
"typescript-eslint": "^8.
|
|
12
|
+
"globals": "^16.0.0",
|
|
13
|
+
"typescript-eslint": "^8.24.1"
|
|
14
14
|
},
|
|
15
15
|
"type": "module"
|
|
16
16
|
}
|
|
@@ -6,9 +6,9 @@
|
|
|
6
6
|
"lint": "eslint ."
|
|
7
7
|
},
|
|
8
8
|
"devDependencies": {
|
|
9
|
-
"@eslint/js": "^9.
|
|
10
|
-
"eslint": "^9.
|
|
11
|
-
"globals": "^
|
|
12
|
-
"typescript-eslint": "^8.
|
|
9
|
+
"@eslint/js": "^9.21.0",
|
|
10
|
+
"eslint": "^9.21.0",
|
|
11
|
+
"globals": "^16.0.0",
|
|
12
|
+
"typescript-eslint": "^8.24.1"
|
|
13
13
|
}
|
|
14
14
|
}
|
|
@@ -6,10 +6,10 @@
|
|
|
6
6
|
"lint": "eslint ."
|
|
7
7
|
},
|
|
8
8
|
"devDependencies": {
|
|
9
|
-
"@eslint/js": "^9.
|
|
10
|
-
"eslint": "^9.
|
|
9
|
+
"@eslint/js": "^9.21.0",
|
|
10
|
+
"eslint": "^9.21.0",
|
|
11
11
|
"eslint-plugin-vue": "^9.32.0",
|
|
12
|
-
"globals": "^
|
|
13
|
-
"typescript-eslint": "^8.
|
|
12
|
+
"globals": "^16.0.0",
|
|
13
|
+
"typescript-eslint": "^8.24.1"
|
|
14
14
|
}
|
|
15
15
|
}
|