create-turbo 1.4.6 → 1.4.7-canary.1

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.5",
34
+ version: "1.4.7-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.6",
3
+ "version": "1.4.7-canary.1",
4
4
  "description": "Create a new Turborepo",
5
5
  "homepage": "https://turborepo.org",
6
6
  "license": "MPL-2.0",
@@ -9,7 +9,7 @@
9
9
  "lint": "next lint"
10
10
  },
11
11
  "dependencies": {
12
- "next": "12.2.5",
12
+ "next": "12.3.0",
13
13
  "react": "18.2.0",
14
14
  "react-dom": "18.2.0",
15
15
  "ui": "*"
@@ -9,7 +9,7 @@
9
9
  "lint": "next lint"
10
10
  },
11
11
  "dependencies": {
12
- "next": "12.2.5",
12
+ "next": "12.3.0",
13
13
  "react": "18.2.0",
14
14
  "react-dom": "18.2.0",
15
15
  "ui": "*"
@@ -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.7",
10
+ "eslint-plugin-react": "7.31.8",
11
11
  "eslint-config-turbo": "latest"
12
12
  },
13
13
  "devDependencies": {
@@ -9,7 +9,7 @@
9
9
  "lint": "next lint"
10
10
  },
11
11
  "dependencies": {
12
- "next": "12.2.5",
12
+ "next": "12.3.0",
13
13
  "react": "18.2.0",
14
14
  "react-dom": "18.2.0",
15
15
  "ui": "workspace:*"
@@ -9,7 +9,7 @@
9
9
  "lint": "next lint"
10
10
  },
11
11
  "dependencies": {
12
- "next": "12.2.5",
12
+ "next": "12.3.0",
13
13
  "react": "18.2.0",
14
14
  "react-dom": "18.2.0",
15
15
  "ui": "workspace:*"