create-turbo 1.4.1 → 1.4.3

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.4.1-canary.0",
34
+ version: "1.4.3-canary.0",
35
35
  description: "Create a new Turborepo",
36
36
  homepage: "https://turborepo.org",
37
37
  license: "MPL-2.0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-turbo",
3
- "version": "1.4.1",
3
+ "version": "1.4.3",
4
4
  "description": "Create a new Turborepo",
5
5
  "homepage": "https://turborepo.org",
6
6
  "license": "MPL-2.0",
@@ -21,7 +21,7 @@
21
21
  "next-transpile-modules": "9.0.0",
22
22
  "tsconfig": "*",
23
23
  "@types/node": "^17.0.12",
24
- "@types/react": "17.0.47",
24
+ "@types/react": "17.0.48",
25
25
  "typescript": "^4.5.3"
26
26
  }
27
27
  }
@@ -21,7 +21,7 @@
21
21
  "next-transpile-modules": "9.0.0",
22
22
  "tsconfig": "*",
23
23
  "@types/node": "^17.0.12",
24
- "@types/react": "17.0.47",
24
+ "@types/react": "17.0.48",
25
25
  "typescript": "^4.5.3"
26
26
  }
27
27
  }
@@ -1,5 +1,5 @@
1
1
  module.exports = {
2
- extends: ["next", "prettier"],
2
+ extends: ["next", "turbo", "prettier"],
3
3
  rules: {
4
4
  "@next/next/no-html-link-for-pages": "off",
5
5
  "react/jsx-key": "off",
@@ -7,7 +7,8 @@
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.28.0"
10
+ "eslint-plugin-react": "7.28.0",
11
+ "eslint-config-turbo": "latest"
11
12
  },
12
13
  "devDependencies": {
13
14
  "typescript": "^4.7.4"
@@ -21,7 +21,7 @@
21
21
  "next-transpile-modules": "9.0.0",
22
22
  "tsconfig": "workspace:*",
23
23
  "@types/node": "^17.0.12",
24
- "@types/react": "17.0.47",
24
+ "@types/react": "17.0.48",
25
25
  "typescript": "^4.5.3"
26
26
  }
27
27
  }
@@ -21,7 +21,7 @@
21
21
  "next-transpile-modules": "9.0.0",
22
22
  "tsconfig": "workspace:*",
23
23
  "@types/node": "^17.0.12",
24
- "@types/react": "17.0.47",
24
+ "@types/react": "17.0.48",
25
25
  "typescript": "^4.5.3"
26
26
  }
27
27
  }