Skip to content

Commit 086eb8f

Browse files
authored
Merge pull request #623 from dolthub/update-yarn-d76948bf5ad0
Update yarn
2 parents e5203b5 + bb4f1b2 commit 086eb8f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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": "[email protected].2",
7+
"packageManager": "[email protected].4",
88
"scripts": {
99
"ci": "yarn prettier && yarn compile && yarn lint && yarn test && yarn build && yarn check-server",
1010
"build": "nest build",

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.54",
77
"main": "app/background.js",
88
"author": "DoltHub",
9-
"packageManager": "[email protected].2",
9+
"packageManager": "[email protected].4",
1010
"scripts": {
1111
"build:graphql": "yarn --cwd ../graphql-server build",
1212
"download:dolt": "node build/downloadDolt.js",

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": "[email protected].2",
7+
"packageManager": "[email protected].4",
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",

0 commit comments

Comments
 (0)