create-turbo 1.3.1 → 1.3.2-canary.2

Sign up to get free protection for your applications and to get access to all the features.
package/dist/index.js CHANGED
@@ -46,7 +46,7 @@ var import_chalk = __toESM(require("chalk"));
46
46
 
47
47
  // package.json
48
48
  var name = "create-turbo";
49
- var version = "1.3.1";
49
+ var version = "1.3.2-canary.2";
50
50
  var description = "Create a new Turborepo";
51
51
  var homepage = "https://turborepo.org";
52
52
  var license = "MPL-2.0";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-turbo",
3
- "version": "1.3.1",
3
+ "version": "1.3.2-canary.2",
4
4
  "description": "Create a new Turborepo",
5
5
  "homepage": "https://turborepo.org",
6
6
  "license": "MPL-2.0",
@@ -20,7 +20,7 @@
20
20
  "next-transpile-modules": "9.0.0",
21
21
  "tsconfig": "*",
22
22
  "@types/node": "^17.0.12",
23
- "@types/react": "17.0.37",
23
+ "@types/react": "17.0.47",
24
24
  "typescript": "^4.5.3"
25
25
  }
26
26
  }
@@ -20,7 +20,7 @@
20
20
  "next-transpile-modules": "9.0.0",
21
21
  "tsconfig": "*",
22
22
  "@types/node": "^17.0.12",
23
- "@types/react": "17.0.37",
23
+ "@types/react": "17.0.47",
24
24
  "typescript": "^4.5.3"
25
25
  }
26
26
  }
@@ -3,9 +3,9 @@
3
3
  "display": "React Library",
4
4
  "extends": "./base.json",
5
5
  "compilerOptions": {
6
+ "jsx": "react-jsx",
6
7
  "lib": ["ES2015"],
7
8
  "module": "ESNext",
8
- "target": "ES6",
9
- "jsx": "react-jsx"
9
+ "target": "es6"
10
10
  }
11
11
  }
@@ -1,4 +1,5 @@
1
1
  {
2
+ "$schema": "https://turborepo.org/schema.json",
2
3
  "pipeline": {
3
4
  "build": {
4
5
  "dependsOn": ["^build"],
@@ -1,4 +1,5 @@
1
1
  {
2
+ "$schema": "https://turborepo.org/schema.json",
2
3
  "pipeline": {
3
4
  "build": {
4
5
  "dependsOn": ["^build"],
@@ -20,7 +20,7 @@
20
20
  "next-transpile-modules": "9.0.0",
21
21
  "tsconfig": "workspace:*",
22
22
  "@types/node": "^17.0.12",
23
- "@types/react": "17.0.37",
23
+ "@types/react": "17.0.47",
24
24
  "typescript": "^4.5.3"
25
25
  }
26
26
  }
@@ -20,7 +20,7 @@
20
20
  "next-transpile-modules": "9.0.0",
21
21
  "tsconfig": "workspace:*",
22
22
  "@types/node": "^17.0.12",
23
- "@types/react": "17.0.37",
23
+ "@types/react": "17.0.47",
24
24
  "typescript": "^4.5.3"
25
25
  }
26
26
  }
@@ -1,4 +1,5 @@
1
1
  {
2
+ "$schema": "https://turborepo.org/schema.json",
2
3
  "pipeline": {
3
4
  "build": {
4
5
  "dependsOn": ["^build"],
@@ -1,4 +1,5 @@
1
1
  {
2
+ "$schema": "https://turborepo.org/schema.json",
2
3
  "pipeline": {
3
4
  "build": {
4
5
  "dependsOn": ["^build"],