@cedarjs/codemods 6.0.0-canary.2709 → 6.0.0-canary.2711

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 +2 -1
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -26,7 +26,8 @@ npx @cedarjs/codemods add-directives
26
26
 
27
27
  ## Contributing
28
28
 
29
- > **Note** that this is a CLIthat is, it's meant to be executed with `npx`. This means the normal contribution flow (using `cfw`) doesn't apply.
29
+ > **Note** that this is a CLI -- that is, it's meant to be executed with `npx`.
30
+ > This means the normal contribution flow (using `cfw`) doesn't apply.
30
31
 
31
32
  You should be familiar with [jscodeshift](https://github.com/facebook/jscodeshift).
32
33
  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": "6.0.0-canary.2709",
3
+ "version": "6.0.0-canary.2711",
4
4
  "description": "Codemods to ease upgrading a CedarJS Project",
5
5
  "repository": {
6
6
  "type": "git",
@@ -29,8 +29,8 @@
29
29
  "@babel/parser": "7.29.7",
30
30
  "@babel/plugin-transform-typescript": "^7.26.8",
31
31
  "@babel/traverse": "7.29.7",
32
- "@cedarjs/cli-helpers": "6.0.0-canary.2709",
33
- "@cedarjs/project-config": "6.0.0-canary.2709",
32
+ "@cedarjs/cli-helpers": "6.0.0-canary.2711",
33
+ "@cedarjs/project-config": "6.0.0-canary.2711",
34
34
  "@svgr/core": "8.1.0",
35
35
  "@svgr/plugin-jsx": "8.1.0",
36
36
  "@whatwg-node/fetch": "0.10.13",
@@ -47,7 +47,7 @@
47
47
  "yargs": "17.7.3"
48
48
  },
49
49
  "devDependencies": {
50
- "@cedarjs/framework-tools": "6.0.0-canary.2709",
50
+ "@cedarjs/framework-tools": "6.0.0-canary.2711",
51
51
  "@types/babel__core": "7.20.5",
52
52
  "@types/jscodeshift": "17.3.0",
53
53
  "@types/yargs": "17.0.35",