@cedarjs/codemods 1.0.0-canary.13001 → 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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +5 -5
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 `rwfw`) doesn't apply.
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.13001+0cdb434e8",
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.13001",
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",
@@ -40,7 +40,7 @@
40
40
  "deepmerge": "4.3.1",
41
41
  "execa": "5.1.1",
42
42
  "fast-glob": "3.3.3",
43
- "graphql": "16.9.0",
43
+ "graphql": "16.12.0",
44
44
  "jscodeshift": "17.0.0",
45
45
  "pascalcase": "1.0.0",
46
46
  "prettier": "3.6.2",
@@ -49,7 +49,7 @@
49
49
  "yargs": "17.7.2"
50
50
  },
51
51
  "devDependencies": {
52
- "@cedarjs/framework-tools": "1.0.0-canary.13001",
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": "0cdb434e8c608f781b7fcf0f7e739da216fddfb9"
66
+ "gitHead": "1e88dffa36c1f082855af6c93425b30464aa7ec7"
67
67
  }