create-turbo 1.7.4 → 1.8.0

Sign up to get free protection for your applications and to get access to all the features.
package/dist/index.js CHANGED
@@ -32,7 +32,7 @@ var import_chalk = __toESM(require("chalk"));
32
32
  // package.json
33
33
  var package_default = {
34
34
  name: "create-turbo",
35
- version: "1.7.4",
35
+ version: "1.8.0",
36
36
  description: "Create a new Turborepo",
37
37
  homepage: "https://turbo.build/repo",
38
38
  license: "MPL-2.0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-turbo",
3
- "version": "1.7.4",
3
+ "version": "1.8.0",
4
4
  "description": "Create a new Turborepo",
5
5
  "homepage": "https://turbo.build/repo",
6
6
  "license": "MPL-2.0",
@@ -5,11 +5,10 @@
5
5
  "types": "./index.tsx",
6
6
  "license": "MIT",
7
7
  "scripts": {
8
- "lint": "TIMING=1 eslint \"**/*.ts*\""
8
+ "lint": "eslint \"**/*.ts*\""
9
9
  },
10
10
  "devDependencies": {
11
- "@types/react": "^17.0.37",
12
- "@types/react-dom": "^17.0.11",
11
+ "@types/react": "^18.0.22",
13
12
  "eslint": "^7.32.0",
14
13
  "eslint-config-custom": "*",
15
14
  "react": "^18.2.0",