Skip to content

Commit

Permalink
ci: Add missing js deps...again...
Browse files Browse the repository at this point in the history
  • Loading branch information
Quentinchampenois committed Oct 17, 2024
1 parent 3217e34 commit 05dc113
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
1 change: 1 addition & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,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 @tarekraafat/autocomplete.js")
system("yarn add @babel/plugin-proposal-private-methods")
system("yarn add @babel/plugin-proposal-private-property-in-object")
system("yarn install")
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"dependencies": {
"@tarekraafat/autocomplete.js": "^10.2.8",
"graphql-ws": "^5.16.0"
}
}
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
# yarn lockfile v1


"@tarekraafat/autocomplete.js@^10.2.8":
version "10.2.8"
resolved "https://registry.yarnpkg.com/@tarekraafat/autocomplete.js/-/autocomplete.js-10.2.8.tgz#d12f1a8c32bb766281d5022fd0a6ddd5f5b9afe9"
integrity sha512-vQuhtUSpSOJijDP4kHyZhPvZaNoRTDqJUQXIIt5cUPxdxcrajaK6gGyEhFdzmt505cgd2zrgA/HRzbGcAG8H7w==

graphql-ws@^5.16.0:
version "5.16.0"
resolved "https://registry.npmjs.org/graphql-ws/-/graphql-ws-5.16.0.tgz"
integrity sha512-Ju2RCU2dQMgSKtArPbEtsK5gNLnsQyTNIo/T7cZNp96niC1x0KdJNZV0TIoilceBPQwfb5itrGl8pkFeOUMl4A==

"graphql@>=0.11 <=16":
version "16.9.0"
resolved "https://registry.npmjs.org/graphql/-/graphql-16.9.0.tgz"
integrity sha512-GGTKBX4SD7Wdb8mqeDLni2oaRGYQWjWHGKPQ24ZMnUtKfcsVoiv4uX8+LJr1K6U5VW2Lu1BwJnj7uiori0YtRw==

0 comments on commit 05dc113

Please sign in to comment.