@turbo/codemod 2.0.5-canary.1 → 2.0.5
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.5
|
3
|
+
"version": "2.0.5",
|
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",
|
@@ -46,13 +46,13 @@
|
|
46
46
|
"ts-jest": "^27.1.1",
|
47
47
|
"tsup": "^6.7.0",
|
48
48
|
"typescript": "5.3.3",
|
49
|
-
"@turbo/
|
49
|
+
"@turbo/gen": "2.0.5",
|
50
|
+
"@turbo/tsconfig": "0.0.0",
|
50
51
|
"@turbo/test-utils": "0.0.0",
|
52
|
+
"@turbo/eslint-config": "0.0.0",
|
53
|
+
"@turbo/types": "2.0.5",
|
51
54
|
"@turbo/utils": "0.0.0",
|
52
|
-
"@turbo/
|
53
|
-
"@turbo/tsconfig": "0.0.0",
|
54
|
-
"@turbo/workspaces": "2.0.5-canary.1",
|
55
|
-
"@turbo/types": "2.0.5-canary.1"
|
55
|
+
"@turbo/workspaces": "2.0.5"
|
56
56
|
},
|
57
57
|
"files": [
|
58
58
|
"dist"
|