Skip to content

Commit c7d2bb3

Browse files
authored
Merge pull request #88 from simonsobs/dev
Update `yarn.lock`
2 parents 797dc28 + 42493a9 commit c7d2bb3

File tree

3 files changed

+1864
-2580
lines changed

3 files changed

+1864
-2580
lines changed

.github/workflows/unit-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Use Node.js
1919
uses: actions/setup-node@v4
2020
with:
21-
node-version: "18.x"
21+
node-version: "22.x"
2222

2323
- name: Install dependencies
2424
run: yarn install

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@vueuse/integrations": "^10.11.0",
2121
"canvas": "~3.1.0",
2222
"graphql": "^16.9.0",
23-
"graphql-ws": "^5.16.0",
23+
"graphql-ws": "^6.0.4",
2424
"monaco-editor": "^0.50.0",
2525
"path-browserify": "^1.0.1",
2626
"pinia": "^2.1.7",

0 commit comments

Comments
 (0)