create-turbo 1.9.0-alpha.0 → 1.9.0-canary.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/dist/cli.js +104 -104
  2. package/package.json +6 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-turbo",
3
- "version": "1.9.0-alpha.0",
3
+ "version": "1.9.0-canary.2",
4
4
  "description": "Create a new Turborepo",
5
5
  "homepage": "https://turbo.build/repo",
6
6
  "license": "MPL-2.0",
@@ -22,7 +22,7 @@
22
22
  "cross-spawn": "^7.0.3",
23
23
  "execa": "5.1.1",
24
24
  "fs-extra": "^10.1.0",
25
- "got": "^10.7.0",
25
+ "got": "^11.8.5",
26
26
  "gradient-string": "^2.0.0",
27
27
  "inquirer": "^8.0.0",
28
28
  "ora": "4.1.1",
@@ -32,6 +32,7 @@
32
32
  "update-check": "^1.5.4"
33
33
  },
34
34
  "devDependencies": {
35
+ "@turbo/workspaces": "1.9.0-canary.2",
35
36
  "@types/async-retry": "^1.4.5",
36
37
  "@types/cross-spawn": "^6.0.2",
37
38
  "@types/fs-extra": "^9.0.13",
@@ -46,11 +47,11 @@
46
47
  "jest": "^27.4.3",
47
48
  "strip-ansi": "^6.0.1",
48
49
  "ts-jest": "^27.1.1",
50
+ "tsconfig": "0.0.0",
49
51
  "tsup": "^5.10.3",
50
- "typescript": "^4.5.5",
51
- "@turbo/workspaces": "0.0.3",
52
52
  "turbo-utils": "0.0.0",
53
- "tsconfig": "0.0.0"
53
+ "turbo-test-utils": "0.0.0",
54
+ "typescript": "^4.5.5"
54
55
  },
55
56
  "files": [
56
57
  "dist"