Skip to content

Commit 366d155

Browse files
committed
chore: migrate to latest yarn
1 parent ac4797e commit 366d155

File tree

4 files changed

+7576
-5278
lines changed

4 files changed

+7576
-5278
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,5 @@ package-lock.json
66
yarn-error.log
77
npm-debug.log
88
.vscode
9+
10+
.yarn/*

.yarnrc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
nodeLinker: node-modules

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@
6565
],
6666
"preset": "ts-jest"
6767
},
68-
"dependencies": {},
6968
"peerDependencies": {
7069
"@apollo/client": "3.7.17"
7170
},
@@ -96,5 +95,6 @@
9695
"commitizen": {
9796
"path": "./node_modules/cz-conventional-changelog"
9897
}
99-
}
98+
},
99+
"packageManager": "[email protected]"
100100
}

0 commit comments

Comments
 (0)