Skip to content

Commit

Permalink
fix: Add graphql-ws dep
Browse files Browse the repository at this point in the history
  • Loading branch information
Quentinchampenois committed Oct 17, 2024
1 parent 0a0ca23 commit 34a74e8
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ def js_configuration(path)

Dir.chdir(path) do
FileUtils.cp(babel_file_path, "babel.config.json")
system("yarn add graphql-ws")
system("yarn add @babel/plugin-proposal-private-methods")
system("yarn add @babel/plugin-proposal-private-property-in-object")
end
Expand Down
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"dependencies": {
"graphql-ws": "^5.16.0"
}
}
4 changes: 4 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,7 @@
# yarn lockfile v1


graphql-ws@^5.16.0:
version "5.16.0"
resolved "https://registry.yarnpkg.com/graphql-ws/-/graphql-ws-5.16.0.tgz#849efe02f384b4332109329be01d74c345842729"
integrity sha512-Ju2RCU2dQMgSKtArPbEtsK5gNLnsQyTNIo/T7cZNp96niC1x0KdJNZV0TIoilceBPQwfb5itrGl8pkFeOUMl4A==

0 comments on commit 34a74e8

Please sign in to comment.