@cedarjs/codemods 0.4.1-next.0 → 0.5.1-next.0
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.
|
@@ -40,7 +40,7 @@ const updateGraphqlConfig = async () => {
|
|
|
40
40
|
// TODO: Have to come back here to update the URL when we have a more
|
|
41
41
|
// stable location than main
|
|
42
42
|
// 'https://raw.githubusercontent.com/redwoodjs/redwood/release/major/v7.0.0/packages/create-cedar-app/templates/ts/graphql.config.js'
|
|
43
|
-
"https://raw.githubusercontent.com/cedarjs/cedar/
|
|
43
|
+
"https://raw.githubusercontent.com/cedarjs/cedar/refs/tags/v0.4.0/packages/create-cedar-app/templates/ts/graphql.config.js"
|
|
44
44
|
);
|
|
45
45
|
const text = await res.text();
|
|
46
46
|
import_fs.default.writeFileSync(import_path.default.join((0, import_project_config.getPaths)().base, "graphql.config.js"), text);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cedarjs/codemods",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.5.1-next.0+9c48e99f3",
|
|
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.27.6",
|
|
32
32
|
"@babel/traverse": "7.27.4",
|
|
33
|
-
"@cedarjs/project-config": "0.
|
|
33
|
+
"@cedarjs/project-config": "0.5.1-next.0+9c48e99f3",
|
|
34
34
|
"@svgr/core": "8.1.0",
|
|
35
35
|
"@svgr/plugin-jsx": "8.1.0",
|
|
36
36
|
"@vscode/ripgrep": "1.15.9",
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"yargs": "17.7.2"
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
|
-
"@cedarjs/framework-tools": "0.
|
|
52
|
+
"@cedarjs/framework-tools": "0.5.1-next.1",
|
|
53
53
|
"@types/babel__core": "7.20.5",
|
|
54
54
|
"@types/fs-extra": "11.0.4",
|
|
55
55
|
"@types/jscodeshift": "0.12.0",
|
|
@@ -57,11 +57,11 @@
|
|
|
57
57
|
"fs-extra": "11.2.0",
|
|
58
58
|
"publint": "0.3.12",
|
|
59
59
|
"tempy": "1.0.1",
|
|
60
|
-
"tsx": "4.
|
|
60
|
+
"tsx": "4.20.3",
|
|
61
61
|
"vitest": "3.2.4"
|
|
62
62
|
},
|
|
63
63
|
"publishConfig": {
|
|
64
64
|
"access": "public"
|
|
65
65
|
},
|
|
66
|
-
"gitHead": "
|
|
66
|
+
"gitHead": "9c48e99f37468ae011bc39c5d405044ccef0e77c"
|
|
67
67
|
}
|