create-turbo 1.4.5 → 1.4.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/dist/index.js CHANGED
@@ -31,7 +31,7 @@ var import_chalk = __toESM(require("chalk"));
31
31
  // package.json
32
32
  var package_default = {
33
33
  name: "create-turbo",
34
- version: "1.4.4",
34
+ version: "1.4.5",
35
35
  description: "Create a new Turborepo",
36
36
  homepage: "https://turborepo.org",
37
37
  license: "MPL-2.0",
@@ -58,7 +58,7 @@ var package_default = {
58
58
  "gradient-string": "^2.0.0",
59
59
  inquirer: "^8.0.0",
60
60
  meow: "^7.1.1",
61
- ora: "4.0.4",
61
+ ora: "4.1.1",
62
62
  rimraf: "^3.0.2",
63
63
  semver: "^7.3.5",
64
64
  "update-check": "^1.5.4"
@@ -176,6 +176,15 @@ var PACKAGE_MANAGERS = {
176
176
  }
177
177
  ],
178
178
  pnpm: [
179
+ {
180
+ name: "pnpm6",
181
+ template: "pnpm",
182
+ command: "pnpm",
183
+ installArgs: ["install"],
184
+ version: "latest-6",
185
+ executable: "pnpx",
186
+ semver: "6.x"
187
+ },
179
188
  {
180
189
  name: "pnpm",
181
190
  template: "pnpm",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-turbo",
3
- "version": "1.4.5",
3
+ "version": "1.4.6",
4
4
  "description": "Create a new Turborepo",
5
5
  "homepage": "https://turborepo.org",
6
6
  "license": "MPL-2.0",
@@ -27,7 +27,7 @@
27
27
  "gradient-string": "^2.0.0",
28
28
  "inquirer": "^8.0.0",
29
29
  "meow": "^7.1.1",
30
- "ora": "4.0.4",
30
+ "ora": "4.1.1",
31
31
  "rimraf": "^3.0.2",
32
32
  "semver": "^7.3.5",
33
33
  "update-check": "^1.5.4"
@@ -7,7 +7,7 @@
7
7
  "eslint": "^7.23.0",
8
8
  "eslint-config-next": "^12.0.8",
9
9
  "eslint-config-prettier": "^8.3.0",
10
- "eslint-plugin-react": "7.31.0",
10
+ "eslint-plugin-react": "7.31.7",
11
11
  "eslint-config-turbo": "latest"
12
12
  },
13
13
  "devDependencies": {