Skip to content

Commit 7054291

Browse files
committed
WIP pin/remove packages where applicable, rewire CI
1 parent 8f14c54 commit 7054291

6 files changed

Lines changed: 48 additions & 161 deletions

File tree

examples/typescript-graphql-request/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"scripts": {
77
"build": "tsc",
88
"codegen": "graphql-codegen --config codegen.ts",
9-
"dev": "ts-node src/main.ts",
9+
"dev": "tsx src/main.ts",
1010
"test:end2end": "vitest --no-watch"
1111
},
1212
"dependencies": {
@@ -16,7 +16,8 @@
1616
"graphql-yoga": "5.21.0"
1717
},
1818
"devDependencies": {
19-
"@graphql-codegen/cli": "workspace:*"
19+
"@graphql-codegen/cli": "workspace:*",
20+
"tsx": "4.22.0"
2021
},
2122
"bob": false
2223
}

examples/typescript-resolvers/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"scripts": {
77
"build": "tsc",
88
"codegen": "graphql-codegen --config codegen.ts",
9-
"dev": "ts-node src/main.ts",
9+
"dev": "tsx src/main.ts",
1010
"test": "exit 0",
1111
"test:end2end": "exit 0"
1212
},
@@ -17,7 +17,8 @@
1717
"devDependencies": {
1818
"@graphql-codegen/cli": "workspace:*",
1919
"@graphql-codegen/typescript": "workspace:*",
20-
"@graphql-codegen/typescript-resolvers": "workspace:*"
20+
"@graphql-codegen/typescript-resolvers": "workspace:*",
21+
"tsx": "4.22.0"
2122
},
2223
"bob": false
2324
}

package.json

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@
3939
"@babel/preset-typescript": "7.28.5",
4040
"@changesets/changelog-github": "0.7.0",
4141
"@changesets/cli": "2.31.0",
42-
"@eslint/eslintrc": "^3.3.5",
43-
"@eslint/js": "^10.0.1",
42+
"@eslint/eslintrc": "3.3.5",
43+
"@eslint/js": "10.0.1",
4444
"@graphql-codegen/add": "workspace:*",
4545
"@graphql-codegen/cli": "workspace:*",
4646
"@graphql-codegen/client-preset": "workspace:*",
@@ -69,18 +69,13 @@
6969
"jest-diff": "30.4.1",
7070
"js-yaml": "4.1.1",
7171
"lint-staged": "17.0.4",
72-
"memfs": "4.57.2",
73-
"patch-package": "8.0.1",
7472
"prettier": "3.8.3",
7573
"prettier-plugin-pkg": "0.22.1",
7674
"prettier-plugin-sh": "0.18.1",
7775
"prettier-plugin-svelte": "3.5.2",
7876
"prettier-plugin-tailwindcss": "0.8.0",
7977
"rimraf": "6.1.3",
80-
"svelte": "5.55.7",
81-
"ts-node": "10.9.2",
8278
"tslib": "2.8.1",
83-
"tsx": "4.22.0",
8479
"typescript": "6.0.3",
8580
"vitest": "4.1.6",
8681
"wrangler": "4.92.0"

packages/graphql-codegen-cli/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@
120120
"change-case-all": "2.1.0",
121121
"js-yaml": "4.1.1",
122122
"make-dir": "5.1.0",
123+
"memfs": "4.57.2",
123124
"prettier": "3.8.3"
124125
},
125126
"publishConfig": {

0 commit comments

Comments
 (0)