@cedarjs/codemods 3.0.0-canary.13526 → 3.0.0-canary.13528
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -59,7 +59,7 @@ const handler = async () => {
|
|
|
59
59
|
);
|
|
60
60
|
await task2("One more thing...", async ({ setOutput }) => {
|
|
61
61
|
setOutput(
|
|
62
|
-
"\n\nSome imports might be
|
|
62
|
+
"\n\nSome imports (most likely in your scenario files) might now be\nin the wrong order. If that's the case, you can run\n`yarn cedar lint --fix` to reorder them."
|
|
63
63
|
);
|
|
64
64
|
});
|
|
65
65
|
});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cedarjs/codemods",
|
|
3
|
-
"version": "3.0.0-canary.
|
|
3
|
+
"version": "3.0.0-canary.13528+5a2b6bb68",
|
|
4
4
|
"description": "Codemods to ease upgrading a CedarJS Project",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"@babel/plugin-transform-typescript": "^7.26.8",
|
|
31
31
|
"@babel/runtime-corejs3": "7.29.0",
|
|
32
32
|
"@babel/traverse": "7.29.0",
|
|
33
|
-
"@cedarjs/project-config": "3.0.0-canary.
|
|
33
|
+
"@cedarjs/project-config": "3.0.0-canary.13528",
|
|
34
34
|
"@svgr/core": "8.1.0",
|
|
35
35
|
"@svgr/plugin-jsx": "8.1.0",
|
|
36
36
|
"@vscode/ripgrep": "1.17.0",
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"yargs": "17.7.2"
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
|
-
"@cedarjs/framework-tools": "3.0.0-canary.
|
|
52
|
+
"@cedarjs/framework-tools": "3.0.0-canary.13528",
|
|
53
53
|
"@types/babel__core": "7.20.5",
|
|
54
54
|
"@types/jscodeshift": "0.12.0",
|
|
55
55
|
"@types/yargs": "17.0.35",
|
|
@@ -62,5 +62,5 @@
|
|
|
62
62
|
"publishConfig": {
|
|
63
63
|
"access": "public"
|
|
64
64
|
},
|
|
65
|
-
"gitHead": "
|
|
65
|
+
"gitHead": "5a2b6bb6892b211ff0589ba5caef52acf60d7fd3"
|
|
66
66
|
}
|