create-turbo 2.0.7-canary.0 → 2.0.7
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/cli.js +63 -52
- package/package.json +5 -5
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "create-turbo",
|
3
|
-
"version": "2.0.7
|
3
|
+
"version": "2.0.7",
|
4
4
|
"description": "Create a new Turborepo",
|
5
5
|
"homepage": "https://turbo.build/repo",
|
6
6
|
"license": "MIT",
|
@@ -16,10 +16,10 @@
|
|
16
16
|
"create-turbo": "dist/cli.js"
|
17
17
|
},
|
18
18
|
"dependencies": {
|
19
|
-
"chalk": "4.1.2",
|
20
19
|
"commander": "^11.0.0",
|
21
20
|
"fs-extra": "^11.1.1",
|
22
21
|
"inquirer": "^8.0.0",
|
22
|
+
"picocolors": "1.0.1",
|
23
23
|
"proxy-agent": "^6.2.2",
|
24
24
|
"rimraf": "^3.0.2",
|
25
25
|
"semver": "^7.3.8",
|
@@ -37,11 +37,11 @@
|
|
37
37
|
"tsup": "^6.7.0",
|
38
38
|
"typescript": "^5.2.2",
|
39
39
|
"@turbo/eslint-config": "0.0.0",
|
40
|
-
"@turbo/tsconfig": "0.0.0",
|
41
|
-
"@turbo/utils": "0.0.0",
|
42
40
|
"@turbo/telemetry": "0.0.0",
|
41
|
+
"@turbo/tsconfig": "0.0.0",
|
43
42
|
"@turbo/test-utils": "0.0.0",
|
44
|
-
"@turbo/workspaces": "2.0.7
|
43
|
+
"@turbo/workspaces": "2.0.7",
|
44
|
+
"@turbo/utils": "0.0.0"
|
45
45
|
},
|
46
46
|
"files": [
|
47
47
|
"dist"
|