create-turbo 1.3.2 → 1.3.5-canary.0

Sign up to get free protection for your applications and to get access to all the features.
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.3.2",
34
+ version: "1.3.4",
35
35
  description: "Create a new Turborepo",
36
36
  homepage: "https://turborepo.org",
37
37
  license: "MPL-2.0",
@@ -53,7 +53,7 @@ var package_default = {
53
53
  },
54
54
  dependencies: {
55
55
  chalk: "2.4.2",
56
- execa: "5.0.0",
56
+ execa: "5.1.1",
57
57
  "fs-extra": "^10.0.0",
58
58
  "gradient-string": "^2.0.0",
59
59
  inquirer: "^8.0.0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-turbo",
3
- "version": "1.3.2",
3
+ "version": "1.3.5-canary.0",
4
4
  "description": "Create a new Turborepo",
5
5
  "homepage": "https://turborepo.org",
6
6
  "license": "MPL-2.0",
@@ -22,7 +22,7 @@
22
22
  },
23
23
  "dependencies": {
24
24
  "chalk": "2.4.2",
25
- "execa": "5.0.0",
25
+ "execa": "5.1.1",
26
26
  "fs-extra": "^10.0.0",
27
27
  "gradient-string": "^2.0.0",
28
28
  "inquirer": "^8.0.0",
@@ -15,6 +15,7 @@
15
15
  "ui": "*"
16
16
  },
17
17
  "devDependencies": {
18
+ "@babel/core": "^7.0.0",
18
19
  "eslint": "7.32.0",
19
20
  "eslint-config-custom": "*",
20
21
  "next-transpile-modules": "9.0.0",
@@ -15,6 +15,7 @@
15
15
  "ui": "*"
16
16
  },
17
17
  "devDependencies": {
18
+ "@babel/core": "^7.0.0",
18
19
  "eslint": "7.32.0",
19
20
  "eslint-config-custom": "*",
20
21
  "next-transpile-modules": "9.0.0",
@@ -4,10 +4,14 @@
4
4
  "main": "index.js",
5
5
  "license": "MIT",
6
6
  "dependencies": {
7
+ "eslint": "^7.23.0",
7
8
  "eslint-config-next": "^12.0.8",
8
9
  "eslint-config-prettier": "^8.3.0",
9
10
  "eslint-plugin-react": "7.28.0"
10
11
  },
12
+ "devDependencies": {
13
+ "typescript": "^4.7.4"
14
+ },
11
15
  "publishConfig": {
12
16
  "access": "public"
13
17
  }
@@ -15,6 +15,7 @@
15
15
  "ui": "workspace:*"
16
16
  },
17
17
  "devDependencies": {
18
+ "@babel/core": "^7.0.0",
18
19
  "eslint-config-custom": "workspace:*",
19
20
  "eslint": "7.32.0",
20
21
  "next-transpile-modules": "9.0.0",
@@ -15,6 +15,7 @@
15
15
  "ui": "workspace:*"
16
16
  },
17
17
  "devDependencies": {
18
+ "@babel/core": "^7.0.0",
18
19
  "eslint-config-custom": "workspace:*",
19
20
  "eslint": "7.32.0",
20
21
  "next-transpile-modules": "9.0.0",