create-turbo 1.9.4-canary.1 → 1.9.4-canary.11
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/cli.js +234 -121
- package/package.json +6 -18
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "create-turbo",
|
3
|
-
"version": "1.9.4-canary.
|
3
|
+
"version": "1.9.4-canary.11",
|
4
4
|
"description": "Create a new Turborepo",
|
5
5
|
"homepage": "https://turbo.build/repo",
|
6
6
|
"license": "MPL-2.0",
|
@@ -16,41 +16,29 @@
|
|
16
16
|
"create-turbo": "dist/cli.js"
|
17
17
|
},
|
18
18
|
"dependencies": {
|
19
|
-
"async-retry": "^1.3.3",
|
20
19
|
"chalk": "2.4.2",
|
21
20
|
"commander": "^10.0.0",
|
22
|
-
"cross-spawn": "^7.0.3",
|
23
|
-
"execa": "5.1.1",
|
24
21
|
"fs-extra": "^10.1.0",
|
25
|
-
"got": "^11.8.5",
|
26
|
-
"gradient-string": "^2.0.0",
|
27
22
|
"inquirer": "^8.0.0",
|
28
|
-
"ora": "4.1.1",
|
29
23
|
"rimraf": "^3.0.2",
|
30
24
|
"semver": "^7.3.8",
|
31
|
-
"tar": "6.1.13",
|
32
25
|
"update-check": "^1.5.4"
|
33
26
|
},
|
34
27
|
"devDependencies": {
|
35
|
-
"@turbo/
|
36
|
-
"@
|
37
|
-
"@
|
28
|
+
"@turbo/test-utils": "0.0.0",
|
29
|
+
"@turbo/tsconfig": "0.0.0",
|
30
|
+
"@turbo/utils": "0.0.0",
|
31
|
+
"@turbo/workspaces": "1.9.4-canary.11",
|
38
32
|
"@types/fs-extra": "^9.0.13",
|
39
|
-
"@types/gradient-string": "^1.1.2",
|
40
33
|
"@types/inquirer": "^7.3.1",
|
41
34
|
"@types/jest": "^27.4.0",
|
42
35
|
"@types/node": "^16.11.12",
|
43
36
|
"@types/rimraf": "^3.0.2",
|
44
37
|
"@types/semver": "^7.3.9",
|
45
|
-
"@types/tar": "^6.1.4",
|
46
38
|
"eslint": "^7.23.0",
|
47
39
|
"jest": "^27.4.3",
|
48
|
-
"strip-ansi": "^6.0.1",
|
49
40
|
"ts-jest": "^27.1.1",
|
50
|
-
"
|
51
|
-
"tsup": "^5.10.3",
|
52
|
-
"@turbo/utils": "0.0.0",
|
53
|
-
"@turbo/test-utils": "0.0.0",
|
41
|
+
"tsup": "^6.7.0",
|
54
42
|
"typescript": "^4.5.5"
|
55
43
|
},
|
56
44
|
"files": [
|