|
45 | 45 | "ts:check": "tsc --noEmit"
|
46 | 46 | },
|
47 | 47 | "devDependencies": {
|
| 48 | + "@apollo/client": "3.13.4", |
48 | 49 | "@babel/core": "7.26.10",
|
49 | 50 | "@babel/plugin-proposal-class-properties": "7.18.6",
|
50 | 51 | "@babel/plugin-proposal-explicit-resource-management": "7.25.9",
|
51 | 52 | "@babel/preset-env": "7.26.9",
|
52 | 53 | "@babel/preset-typescript": "7.26.0",
|
53 | 54 | "@changesets/changelog-github": "0.5.1",
|
54 | 55 | "@changesets/cli": "2.28.1",
|
| 56 | + "@envelop/core": "5.2.3", |
55 | 57 | "@theguild/prettier-config": "3.0.0",
|
56 | 58 | "@types/jest": "29.5.14",
|
57 | 59 | "@types/node": "22.13.10",
|
58 | 60 | "@typescript-eslint/eslint-plugin": "8.26.1",
|
59 | 61 | "@typescript-eslint/parser": "8.26.1",
|
| 62 | + "@urql/core": "5.1.1", |
60 | 63 | "babel-jest": "29.7.0",
|
61 | 64 | "bob-the-bundler": "7.0.1",
|
62 | 65 | "bun": "1.2.5",
|
|
72 | 75 | "eslint-plugin-standard": "5.0.0",
|
73 | 76 | "globby": "11.1.0",
|
74 | 77 | "graphql": "16.10.0",
|
| 78 | + "graphql-yoga": "5.13.1", |
75 | 79 | "husky": "9.1.7",
|
76 | 80 | "jest": "29.7.0",
|
77 | 81 | "lint-staged": "15.5.0",
|
|
83 | 87 | "typedoc": "0.25.13",
|
84 | 88 | "typedoc-plugin-markdown": "3.17.1",
|
85 | 89 | "typedoc-plugin-rename-defaults": "0.7.2",
|
86 |
| - "typescript": "5.8.2" |
| 90 | + "typescript": "5.8.2", |
| 91 | + "wonka": "6.3.5" |
87 | 92 | },
|
88 | 93 | "resolutions": {
|
89 | 94 | "esbuild": "0.25.1",
|
|
0 commit comments