@turbo/codemod 2.0.0-canary.2 → 2.0.0-canary.4

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.0-canary.2",
3
+ "version": "2.0.0-canary.4",
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",
@@ -23,6 +23,7 @@
23
23
  "gradient-string": "^2.0.0",
24
24
  "inquirer": "^8.2.4",
25
25
  "inquirer-file-tree-selection-prompt": "^1.0.19",
26
+ "json5": "^2.2.3",
26
27
  "is-git-clean": "^1.1.0",
27
28
  "ora": "4.1.1",
28
29
  "semver": "^7.3.7",
@@ -46,12 +47,12 @@
46
47
  "tsup": "^6.7.0",
47
48
  "typescript": "5.3.3",
48
49
  "@turbo/eslint-config": "0.0.0",
49
- "@turbo/gen": "2.0.0-canary.2",
50
- "@turbo/test-utils": "0.0.0",
50
+ "@turbo/gen": "2.0.0-canary.4",
51
51
  "@turbo/utils": "0.0.0",
52
- "@turbo/types": "2.0.0-canary.2",
53
- "@turbo/workspaces": "2.0.0-canary.2",
54
- "@turbo/tsconfig": "0.0.0"
52
+ "@turbo/test-utils": "0.0.0",
53
+ "@turbo/tsconfig": "0.0.0",
54
+ "@turbo/types": "2.0.0-canary.4",
55
+ "@turbo/workspaces": "2.0.0-canary.4"
55
56
  },
56
57
  "files": [
57
58
  "dist"