create-turbo 1.9.4-alpha.0 → 1.9.4-alpha.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 +143 -135
  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.4-alpha.0",
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.0.0",
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",
@@ -51,10 +52,10 @@
51
52
  "ts-jest": "^27.1.1",
52
53
  "tsup": "^6.7.0",
53
54
  "typescript": "^4.5.5",
54
- "@turbo/tsconfig": "0.0.0",
55
- "@turbo/test-utils": "0.0.0",
56
55
  "@turbo/utils": "0.0.0",
57
- "@turbo/workspaces": "1.9.4-canary.4"
56
+ "@turbo/workspaces": "1.9.4-canary.4",
57
+ "@turbo/tsconfig": "0.0.0",
58
+ "@turbo/test-utils": "0.0.0"
58
59
  },
59
60
  "files": [
60
61
  "dist"