@turbo/codemod 2.0.12 → 2.0.13-canary.0

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,16 +1,16 @@
1
1
  {
2
2
  "name": "@turbo/codemod",
3
- "version": "2.0.12",
3
+ "version": "2.0.13-canary.0",
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",
7
7
  "repository": {
8
8
  "type": "git",
9
- "url": "https://github.com/vercel/turbo",
9
+ "url": "https://github.com/vercel/turborepo",
10
10
  "directory": "packages/turbo-codemod"
11
11
  },
12
12
  "bugs": {
13
- "url": "https://github.com/vercel/turbo/issues"
13
+ "url": "https://github.com/vercel/turborepo/issues"
14
14
  },
15
15
  "bin": "dist/cli.js",
16
16
  "dependencies": {
@@ -46,12 +46,12 @@
46
46
  "tsup": "^6.7.0",
47
47
  "typescript": "5.3.3",
48
48
  "@turbo/eslint-config": "0.0.0",
49
- "@turbo/gen": "2.0.12",
50
- "@turbo/tsconfig": "0.0.0",
51
49
  "@turbo/test-utils": "0.0.0",
50
+ "@turbo/types": "2.0.13-canary.0",
51
+ "@turbo/gen": "2.0.13-canary.0",
52
52
  "@turbo/utils": "0.0.0",
53
- "@turbo/types": "2.0.12",
54
- "@turbo/workspaces": "2.0.12"
53
+ "@turbo/tsconfig": "0.0.0",
54
+ "@turbo/workspaces": "2.0.13-canary.0"
55
55
  },
56
56
  "files": [
57
57
  "dist"