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