Skip to content

Commit c0f0c53

Browse files
committed
chore: update package.json
Signed-off-by: Christian Stewart <[email protected]>
1 parent b16737e commit c0f0c53

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,14 +51,16 @@
5151
"@types/react-dom": "^19.0.2",
5252
"@vitejs/plugin-react": "^4.3.4",
5353
"depcheck": "^1.4.7",
54-
"globals": "^15.14.0",
5554
"prettier": "^3.3.3",
5655
"rimraf": "^6.0.0",
5756
"typescript": "^5.6.2",
5857
"vite": "^6.0.7"
5958
},
6059
"dependencies": {
6160
"@aptre/protobuf-es-lite": "^0.4.1",
61+
"graphql": "^16.10.0",
62+
"isomorphic-ws": "^5.0.0",
63+
"it-pushable": "^3.2.3",
6264
"react": "^19.0.0",
6365
"react-dom": "^19.0.0",
6466
"rgraphql": "^1.4.0",

yarn.lock

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2074,17 +2074,12 @@ globals@^14.0.0:
20742074
resolved "https://registry.yarnpkg.com/globals/-/globals-14.0.0.tgz#898d7413c29babcf6bafe56fcadded858ada724e"
20752075
integrity sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==
20762076

2077-
globals@^15.14.0:
2078-
version "15.14.0"
2079-
resolved "https://registry.yarnpkg.com/globals/-/globals-15.14.0.tgz#b8fd3a8941ff3b4d38f3319d433b61bbb482e73f"
2080-
integrity sha512-OkToC372DtlQeje9/zHIo5CT8lRP/FUgEOKBEhU4e0abL7J7CD24fD9ohiLN5hagG/kWCYj4K5oaxxtj2Z0Dig==
2081-
20822077
graphemer@^1.4.0:
20832078
version "1.4.0"
20842079
resolved "https://registry.yarnpkg.com/graphemer/-/graphemer-1.4.0.tgz#fb2f1d55e0e3a1849aeffc90c4fa0dd53a0e66c6"
20852080
integrity sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==
20862081

2087-
graphql@^16.8.1:
2082+
graphql@^16.10.0, graphql@^16.8.1:
20882083
version "16.10.0"
20892084
resolved "https://registry.yarnpkg.com/graphql/-/graphql-16.10.0.tgz#24c01ae0af6b11ea87bf55694429198aaa8e220c"
20902085
integrity sha512-AjqGKbDGUFRKIRCP9tCKiIGHyriz2oHEbPIbEtcSLSs4YjReZOIPQQWek4+6hjw62H9QShXHyaGivGiYVLeYFQ==

0 commit comments

Comments
 (0)