@turbo/codemod 2.0.7-canary.0 → 2.0.7-canary.1

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@turbo/codemod",
3
- "version": "2.0.7-canary.0",
3
+ "version": "2.0.7-canary.1",
4
4
  "description": "Provides Codemod transformations to help upgrade your Turborepo codebase when a feature is deprecated.",
5
5
  "homepage": "https://turbo.build/repo",
6
6
  "license": "MIT",
@@ -15,7 +15,6 @@
15
15
  "bin": "dist/cli.js",
16
16
  "dependencies": {
17
17
  "axios": "0.27.2",
18
- "chalk": "2.4.2",
19
18
  "commander": "^9.5.0",
20
19
  "diff": "^5.1.0",
21
20
  "find-up": "4.1.0",
@@ -26,11 +25,11 @@
26
25
  "json5": "^2.2.3",
27
26
  "is-git-clean": "^1.1.0",
28
27
  "ora": "4.1.1",
28
+ "picocolors": "1.0.1",
29
29
  "semver": "^7.3.7",
30
30
  "update-check": "^1.5.4"
31
31
  },
32
32
  "devDependencies": {
33
- "@types/chalk-animation": "^1.6.0",
34
33
  "@types/diff": "^5.0.2",
35
34
  "@types/fs-extra": "^9.0.13",
36
35
  "@types/gradient-string": "^1.1.2",
@@ -47,12 +46,12 @@
47
46
  "tsup": "^6.7.0",
48
47
  "typescript": "5.3.3",
49
48
  "@turbo/eslint-config": "0.0.0",
50
- "@turbo/gen": "2.0.7-canary.0",
49
+ "@turbo/gen": "2.0.7-canary.1",
51
50
  "@turbo/test-utils": "0.0.0",
52
- "@turbo/types": "2.0.7-canary.0",
51
+ "@turbo/types": "2.0.7-canary.1",
53
52
  "@turbo/tsconfig": "0.0.0",
54
53
  "@turbo/utils": "0.0.0",
55
- "@turbo/workspaces": "2.0.7-canary.0"
54
+ "@turbo/workspaces": "2.0.7-canary.1"
56
55
  },
57
56
  "files": [
58
57
  "dist"