create-turbo 1.9.4-alpha.1 → 1.9.4-alpha.2
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/cli.js +143 -135
- package/package.json +5 -4
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "create-turbo",
|
3
|
-
"version": "1.9.4-alpha.
|
3
|
+
"version": "1.9.4-alpha.2",
|
4
4
|
"description": "Create a new Turborepo",
|
5
5
|
"homepage": "https://turbo.build/repo",
|
6
6
|
"license": "MPL-2.0",
|
@@ -24,7 +24,8 @@
|
|
24
24
|
"fs-extra": "^10.1.0",
|
25
25
|
"got": "^11.8.5",
|
26
26
|
"gradient-string": "^2.0.0",
|
27
|
-
"inquirer": "^8.
|
27
|
+
"inquirer": "^8.2.4",
|
28
|
+
"minimatch": "^9.0.0",
|
28
29
|
"ora": "4.1.1",
|
29
30
|
"rimraf": "^3.0.2",
|
30
31
|
"semver": "^7.3.8",
|
@@ -52,9 +53,9 @@
|
|
52
53
|
"tsup": "^6.7.0",
|
53
54
|
"typescript": "^4.5.5",
|
54
55
|
"@turbo/utils": "0.0.0",
|
55
|
-
"@turbo/
|
56
|
+
"@turbo/workspaces": "1.9.4-canary.4",
|
56
57
|
"@turbo/tsconfig": "0.0.0",
|
57
|
-
"@turbo/
|
58
|
+
"@turbo/test-utils": "0.0.0"
|
58
59
|
},
|
59
60
|
"files": [
|
60
61
|
"dist"
|