Skip to content

Commit f131cbb

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

6 files changed

Lines changed: 44 additions & 60 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 & 5 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,7 +69,6 @@
6969
"jest-diff": "30.4.1",
7070
"js-yaml": "4.1.1",
7171
"lint-staged": "17.0.4",
72-
"memfs": "4.57.2",
7372
"patch-package": "8.0.1",
7473
"prettier": "3.8.3",
7574
"prettier-plugin-pkg": "0.22.1",
@@ -78,9 +77,7 @@
7877
"prettier-plugin-tailwindcss": "0.8.0",
7978
"rimraf": "6.1.3",
8079
"svelte": "5.55.7",
81-
"ts-node": "10.9.2",
8280
"tslib": "2.8.1",
83-
"tsx": "4.22.0",
8481
"typescript": "6.0.3",
8582
"vitest": "4.1.6",
8683
"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": {

pnpm-lock.yaml

Lines changed: 24 additions & 41 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

website/package.json

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@graphql-codegen/flow": "3.0.1",
2121
"@graphql-codegen/flow-operations": "3.0.2",
2222
"@graphql-codegen/flow-resolvers": "3.0.2",
23-
"@graphql-codegen/flutter-freezed": "^5.0.0",
23+
"@graphql-codegen/flutter-freezed": "5.0.1",
2424
"@graphql-codegen/fragment-matcher": "7.0.0",
2525
"@graphql-codegen/hasura-allow-list": "4.0.1",
2626
"@graphql-codegen/import-types-preset": "4.0.1",
@@ -56,10 +56,10 @@
5656
"@graphql-codegen/typescript-vue-apollo-smart-ops": "4.0.1",
5757
"@graphql-codegen/typescript-vue-urql": "4.0.1",
5858
"@graphql-codegen/urql-introspection": "4.0.1",
59-
"@mizdra/graphql-codegen-typescript-fabbrica": "^0.6.0",
59+
"@mizdra/graphql-codegen-typescript-fabbrica": "0.6.1",
6060
"@monaco-editor/react": "4.7.0",
61-
"@radix-ui/react-accordion": "^1.2.1",
62-
"@radix-ui/react-icons": "^1.3.0",
61+
"@radix-ui/react-accordion": "1.2.12",
62+
"@radix-ui/react-icons": "1.3.2",
6363
"@theguild/components": "7.6.5",
6464
"classnames": "2.5.1",
6565
"date-fns": "4.1.0",
@@ -69,9 +69,9 @@
6969
"next": "15.5.18",
7070
"next-mdx-remote": "6.0.0",
7171
"next-sitemap": "4.2.3",
72-
"postcss-nesting": "^14.0.0",
73-
"react": "^19.0.0",
74-
"react-dom": "^19.0.0",
72+
"postcss-nesting": "14.0.0",
73+
"react": "19.2.6",
74+
"react-dom": "19.2.6",
7575
"react-markdown": "10.1.0",
7676
"react-select": "5.10.2",
7777
"typescript-json-schema": "0.67.2"
@@ -85,11 +85,12 @@
8585
"@types/semver": "7.7.1",
8686
"fast-xml-parser": "5.8.0",
8787
"jsonpath": "1.3.0",
88-
"postcss-import": "^16.1.0",
89-
"postcss-lightningcss": "^1.0.1",
88+
"postcss-import": "16.1.1",
89+
"postcss-lightningcss": "1.1.0",
9090
"prettier-plugin-tailwindcss": "0.8.0",
9191
"semver": "7.8.0",
92-
"tailwindcss": "^3.4.14"
92+
"tailwindcss": "3.4.19",
93+
"tsx": "4.22.0"
9394
},
9495
"browserslist": {
9596
"production": [

0 commit comments

Comments
 (0)