@turbo/gen 2.0.6 → 2.0.7-canary.1

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 +71 -60
  2. package/package.json +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@turbo/gen",
3
- "version": "2.0.6",
3
+ "version": "2.0.7-canary.1",
4
4
  "description": "Extend a Turborepo",
5
5
  "homepage": "https://turbo.build/repo",
6
6
  "license": "MIT",
@@ -15,17 +15,17 @@
15
15
  "bin": "dist/cli.js",
16
16
  "types": "dist/types.d.ts",
17
17
  "dependencies": {
18
- "chalk": "2.4.2",
19
18
  "commander": "^10.0.0",
20
19
  "fs-extra": "^10.1.0",
21
20
  "inquirer": "^8.2.4",
22
21
  "minimatch": "^9.0.0",
23
22
  "node-plop": "^0.26.3",
23
+ "picocolors": "1.0.1",
24
24
  "proxy-agent": "^6.2.2",
25
25
  "ts-node": "^10.9.1",
26
26
  "update-check": "^1.5.4",
27
27
  "validate-npm-package-name": "^5.0.0",
28
- "@turbo/workspaces": "2.0.6"
28
+ "@turbo/workspaces": "2.0.7-canary.1"
29
29
  },
30
30
  "devDependencies": {
31
31
  "@types/fs-extra": "^9.0.13",
@@ -37,9 +37,9 @@
37
37
  "ts-jest": "^27.1.1",
38
38
  "tsup": "^6.7.0",
39
39
  "typescript": "5.3.3",
40
+ "@turbo/eslint-config": "0.0.0",
40
41
  "@turbo/test-utils": "0.0.0",
41
42
  "@turbo/utils": "0.0.0",
42
- "@turbo/eslint-config": "0.0.0",
43
43
  "@turbo/tsconfig": "0.0.0"
44
44
  },
45
45
  "files": [