Skip to content

Commit fc4d57b

Browse files
authored
Merge pull request #581 from dolthub/update-yarn-4ac973ed5e6e
Update yarn
2 parents 1bcc75e + 61fbb43 commit fc4d57b

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

graphql-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "",
55
"author": "DoltHub",
66
"private": true,
7-
"packageManager": "yarn@4.5.0",
7+
"packageManager": "yarn@4.9.2",
88
"scripts": {
99
"ci": "yarn prettier && yarn compile && yarn lint && yarn test && yarn build && yarn check-server",
1010
"build": "nest build",

graphql-server/yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9925,11 +9925,11 @@ __metadata:
99259925

99269926
"typescript@patch:typescript@npm%3A5.8.3#optional!builtin<compat/typescript>, typescript@patch:typescript@npm%3A^5.8.3#optional!builtin<compat/typescript>":
99279927
version: 5.8.3
9928-
resolution: "typescript@patch:typescript@npm%3A5.8.3#optional!builtin<compat/typescript>::version=5.8.3&hash=8c6c40"
9928+
resolution: "typescript@patch:typescript@npm%3A5.8.3#optional!builtin<compat/typescript>::version=5.8.3&hash=5786d5"
99299929
bin:
99309930
tsc: bin/tsc
99319931
tsserver: bin/tsserver
9932-
checksum: 10c0/92ea03509e06598948559ddcdd8a4ae5a7ab475766d5589f1b796f5731b3d631a4c7ddfb86a3bd44d58d10102b132cd4b4994dda9b63e6273c66d77d6a271dbd
9932+
checksum: 10c0/39117e346ff8ebd87ae1510b3a77d5d92dae5a89bde588c747d25da5c146603a99c8ee588c7ef80faaf123d89ed46f6dbd918d534d641083177d5fac38b8a1cb
99339933
languageName: node
99349934
linkType: hard
99359935

web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"version": "0.3.28",
77
"main": "app/background.js",
88
"author": "DoltHub",
9-
"packageManager": "yarn@4.5.0",
9+
"packageManager": "yarn@4.9.2",
1010
"scripts": {
1111
"build:graphql": "yarn --cwd ../graphql-server build",
1212
"download:dolt": "node build/downloadDolt.js",

web/yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19845,11 +19845,11 @@ __metadata:
1984519845

1984619846
"typescript@patch:typescript@npm%3A^5.7.3#optional!builtin<compat/typescript>":
1984719847
version: 5.7.3
19848-
resolution: "typescript@patch:typescript@npm%3A5.7.3#optional!builtin<compat/typescript>::version=5.7.3&hash=8c6c40"
19848+
resolution: "typescript@patch:typescript@npm%3A5.7.3#optional!builtin<compat/typescript>::version=5.7.3&hash=5786d5"
1984919849
bin:
1985019850
tsc: bin/tsc
1985119851
tsserver: bin/tsserver
19852-
checksum: 10c0/3b56d6afa03d9f6172d0b9cdb10e6b1efc9abc1608efd7a3d2f38773d5d8cfb9bbc68dfb72f0a7de5e8db04fc847f4e4baeddcd5ad9c9feda072234f0d788896
19852+
checksum: 10c0/6fd7e0ed3bf23a81246878c613423730c40e8bdbfec4c6e4d7bf1b847cbb39076e56ad5f50aa9d7ebd89877999abaee216002d3f2818885e41c907caaa192cc4
1985319853
languageName: node
1985419854
linkType: hard
1985519855

workbench-cypress/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "",
55
"author": "DoltHub",
66
"private": true,
7-
"packageManager": "yarn@4.5.0",
7+
"packageManager": "yarn@4.9.2",
88
"scripts": {
99
"cy-chrome": "cypress run --browser chrome",
1010
"cy-open-local": "CYPRESS_LOCAL=true cypress open --config baseUrl=http://localhost:3002,numTestsKeptInMemory=0",

workbench-cypress/yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6780,11 +6780,11 @@ __metadata:
67806780

67816781
"typescript@patch:typescript@npm%3A^5.8.3#optional!builtin<compat/typescript>":
67826782
version: 5.8.3
6783-
resolution: "typescript@patch:typescript@npm%3A5.8.3#optional!builtin<compat/typescript>::version=5.8.3&hash=8c6c40"
6783+
resolution: "typescript@patch:typescript@npm%3A5.8.3#optional!builtin<compat/typescript>::version=5.8.3&hash=5786d5"
67846784
bin:
67856785
tsc: bin/tsc
67866786
tsserver: bin/tsserver
6787-
checksum: 10c0/92ea03509e06598948559ddcdd8a4ae5a7ab475766d5589f1b796f5731b3d631a4c7ddfb86a3bd44d58d10102b132cd4b4994dda9b63e6273c66d77d6a271dbd
6787+
checksum: 10c0/39117e346ff8ebd87ae1510b3a77d5d92dae5a89bde588c747d25da5c146603a99c8ee588c7ef80faaf123d89ed46f6dbd918d534d641083177d5fac38b8a1cb
67886788
languageName: node
67896789
linkType: hard
67906790

0 commit comments

Comments
 (0)