create-rsbuild 1.0.1-beta.13 → 1.0.1-beta.15

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.js CHANGED
@@ -38,12 +38,12 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
38
38
  mod
39
39
  ));
40
40
 
41
- // ../../node_modules/.pnpm/@modern-js+module-tools@2.58.0_typescript@5.5.2/node_modules/@modern-js/module-tools/shims/esm.js
41
+ // ../../node_modules/.pnpm/@modern-js+module-tools@2.58.1_typescript@5.5.2/node_modules/@modern-js/module-tools/shims/esm.js
42
42
  import { fileURLToPath } from "url";
43
43
  import path from "path";
44
44
  var getFilename, getDirname, __dirname;
45
45
  var init_esm = __esm({
46
- "../../node_modules/.pnpm/@modern-js+module-tools@2.58.0_typescript@5.5.2/node_modules/@modern-js/module-tools/shims/esm.js"() {
46
+ "../../node_modules/.pnpm/@modern-js+module-tools@2.58.1_typescript@5.5.2/node_modules/@modern-js/module-tools/shims/esm.js"() {
47
47
  "use strict";
48
48
  getFilename = () => fileURLToPath(import.meta.url);
49
49
  getDirname = () => path.dirname(getFilename());
@@ -1461,7 +1461,7 @@ async function getTools({ tools, dir, template }) {
1461
1461
  }
1462
1462
  return checkCancel(
1463
1463
  await ae({
1464
- message: "Select additional tools (press enter to continue)",
1464
+ message: "Select additional tools (Use <space> to select, <enter> to continue)",
1465
1465
  options: [
1466
1466
  { value: "biome", label: "Add Biome for code linting and formatting" },
1467
1467
  { value: "eslint", label: "Add ESLint for code linting" },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-rsbuild",
3
- "version": "1.0.1-beta.13",
3
+ "version": "1.0.1-beta.15",
4
4
  "description": "Create a new Rsbuild project",
5
5
  "homepage": "https://rsbuild.dev",
6
6
  "repository": {
@@ -9,6 +9,6 @@
9
9
  "@eslint/js": "^9.9.0",
10
10
  "eslint": "^9.9.0",
11
11
  "globals": "^15.9.0",
12
- "typescript-eslint": "^8.0.1"
12
+ "typescript-eslint": "^8.1.0"
13
13
  }
14
14
  }
@@ -12,6 +12,6 @@
12
12
  "eslint-plugin-react": "^7.35.0",
13
13
  "eslint-plugin-react-hooks": "^4.6.2",
14
14
  "globals": "^15.9.0",
15
- "typescript-eslint": "^8.0.1"
15
+ "typescript-eslint": "^8.1.0"
16
16
  }
17
17
  }
@@ -10,7 +10,7 @@
10
10
  "eslint": "^9.9.0",
11
11
  "eslint-plugin-svelte": "^2.43.0",
12
12
  "globals": "^15.9.0",
13
- "typescript-eslint": "^8.0.1"
13
+ "typescript-eslint": "^8.1.0"
14
14
  },
15
15
  "type": "module"
16
16
  }
@@ -10,6 +10,6 @@
10
10
  "eslint": "^9.9.0",
11
11
  "eslint-plugin-vue": "^9.27.0",
12
12
  "globals": "^15.9.0",
13
- "typescript-eslint": "^8.0.1"
13
+ "typescript-eslint": "^8.1.0"
14
14
  }
15
15
  }
@@ -8,7 +8,7 @@
8
8
  "preview": "rsbuild preview"
9
9
  },
10
10
  "dependencies": {
11
- "preact": "^10.23.1"
11
+ "preact": "^10.23.2"
12
12
  },
13
13
  "devDependencies": {
14
14
  "@rsbuild/core": "workspace:*",
@@ -8,7 +8,7 @@
8
8
  "preview": "rsbuild preview"
9
9
  },
10
10
  "dependencies": {
11
- "preact": "^10.23.1"
11
+ "preact": "^10.23.2"
12
12
  },
13
13
  "devDependencies": {
14
14
  "@rsbuild/core": "workspace:*",
@@ -8,7 +8,7 @@
8
8
  "preview": "rsbuild preview"
9
9
  },
10
10
  "dependencies": {
11
- "solid-js": "^1.8.20"
11
+ "solid-js": "^1.8.21"
12
12
  },
13
13
  "devDependencies": {
14
14
  "@rsbuild/core": "workspace:*",
@@ -8,7 +8,7 @@
8
8
  "preview": "rsbuild preview"
9
9
  },
10
10
  "dependencies": {
11
- "solid-js": "^1.8.20"
11
+ "solid-js": "^1.8.21"
12
12
  },
13
13
  "devDependencies": {
14
14
  "@rsbuild/core": "workspace:*",