@cedarjs/codemods 1.0.0-canary.13002 → 1.0.0-canary.13003
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.
- package/README.md +1 -1
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -32,7 +32,7 @@ npx @redwoodjs/codemods add-directives
|
|
|
32
32
|
|
|
33
33
|
## Contributing
|
|
34
34
|
|
|
35
|
-
> **Note** that this is a CLI—that is, it's meant to be executed with `npx`. This means the normal contribution flow (using `
|
|
35
|
+
> **Note** that this is a CLI—that is, it's meant to be executed with `npx`. This means the normal contribution flow (using `cfw`) doesn't apply.
|
|
36
36
|
|
|
37
37
|
You should be familiar with [jscodeshift](https://github.com/facebook/jscodeshift).
|
|
38
38
|
Its API isn't documented too well so we'll try to explain some of it here.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cedarjs/codemods",
|
|
3
|
-
"version": "1.0.0-canary.
|
|
3
|
+
"version": "1.0.0-canary.13003+1e88dffa3",
|
|
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.28.4",
|
|
32
32
|
"@babel/traverse": "7.28.5",
|
|
33
|
-
"@cedarjs/project-config": "1.0.0-canary.
|
|
33
|
+
"@cedarjs/project-config": "1.0.0-canary.13003",
|
|
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": "1.0.0-canary.
|
|
52
|
+
"@cedarjs/framework-tools": "1.0.0-canary.13003",
|
|
53
53
|
"@types/babel__core": "7.20.5",
|
|
54
54
|
"@types/fs-extra": "11.0.4",
|
|
55
55
|
"@types/jscodeshift": "0.12.0",
|
|
@@ -63,5 +63,5 @@
|
|
|
63
63
|
"publishConfig": {
|
|
64
64
|
"access": "public"
|
|
65
65
|
},
|
|
66
|
-
"gitHead": "
|
|
66
|
+
"gitHead": "1e88dffa36c1f082855af6c93425b30464aa7ec7"
|
|
67
67
|
}
|