Skip to content

Commit 13538be

Browse files
committed
Less peer dep
1 parent 3b4b16a commit 13538be

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,18 +45,21 @@
4545
"ts:check": "tsc --noEmit"
4646
},
4747
"devDependencies": {
48+
"@apollo/client": "3.13.4",
4849
"@babel/core": "7.26.10",
4950
"@babel/plugin-proposal-class-properties": "7.18.6",
5051
"@babel/plugin-proposal-explicit-resource-management": "7.25.9",
5152
"@babel/preset-env": "7.26.9",
5253
"@babel/preset-typescript": "7.26.0",
5354
"@changesets/changelog-github": "0.5.1",
5455
"@changesets/cli": "2.28.1",
56+
"@envelop/core": "5.2.3",
5557
"@theguild/prettier-config": "3.0.0",
5658
"@types/jest": "29.5.14",
5759
"@types/node": "22.13.10",
5860
"@typescript-eslint/eslint-plugin": "8.26.1",
5961
"@typescript-eslint/parser": "8.26.1",
62+
"@urql/core": "5.1.1",
6063
"babel-jest": "29.7.0",
6164
"bob-the-bundler": "7.0.1",
6265
"bun": "1.2.5",
@@ -72,6 +75,7 @@
7275
"eslint-plugin-standard": "5.0.0",
7376
"globby": "11.1.0",
7477
"graphql": "16.10.0",
78+
"graphql-yoga": "5.13.1",
7579
"husky": "9.1.7",
7680
"jest": "29.7.0",
7781
"lint-staged": "15.5.0",
@@ -83,7 +87,8 @@
8387
"typedoc": "0.25.13",
8488
"typedoc-plugin-markdown": "3.17.1",
8589
"typedoc-plugin-rename-defaults": "0.7.2",
86-
"typescript": "5.8.2"
90+
"typescript": "5.8.2",
91+
"wonka": "6.3.5"
8792
},
8893
"resolutions": {
8994
"esbuild": "0.25.1",

website/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
"@types/node": "22.13.10",
2323
"@types/react": "19.0.10",
2424
"pagefind": "^1.3.0",
25+
"postcss": "8.5.3",
2526
"postcss-import": "16.1.0",
2627
"postcss-lightningcss": "1.0.1",
2728
"tailwindcss": "3.4.17",

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10017,7 +10017,7 @@ postcss@8.4.31:
1001710017
picocolors "^1.0.0"
1001810018
source-map-js "^1.0.2"
1001910019

10020-
postcss@^8.4.47, postcss@^8.4.48:
10020+
postcss@8.5.3, postcss@^8.4.47, postcss@^8.4.48:
1002110021
version "8.5.3"
1002210022
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.5.3.tgz#1463b6f1c7fb16fe258736cba29a2de35237eafb"
1002310023
integrity sha512-dle9A3yYxlBSrt8Fu+IpjGT8SY8hN0mlaA6GY8t0P5PjIOZemULz/E2Bnm/2dcUOena75OTNkHI76uZBNUUq3A==

0 commit comments

Comments
 (0)