Skip to content

Commit 080e6ee

Browse files
committed
chore: update yarn
1 parent 33748bf commit 080e6ee

File tree

4 files changed

+989
-738
lines changed

4 files changed

+989
-738
lines changed

.gitignore

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,13 @@
11
.act/act.yaml
22
node_modules
3+
4+
# yarn
5+
**/yarn-debug.log*
6+
**/yarn-error.log*
7+
.yarn/*
8+
!.yarn/cache
9+
!.yarn/patches
10+
!.yarn/plugins
11+
!.yarn/releases
12+
!.yarn/sdks
13+
!.yarn/versions

.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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,6 @@
1414
"dependencies": {
1515
"@changesets/cli": "^2.29.4",
1616
"js-yaml": "^4.1.0"
17-
}
17+
},
18+
"packageManager": "[email protected]+sha512.341db9396b6e289fecc30cd7ab3af65060e05ebff4b3b47547b278b9e67b08f485ecd8c79006b405446262142c7a38154445ef7f17c1d5d1de7d90bf9ce7054d"
1819
}

0 commit comments

Comments
 (0)