Skip to content

Commit 8c74e12

Browse files
committed
fix: pin version of yarn and update pkgs to latest
1 parent 200a060 commit 8c74e12

File tree

5 files changed

+4825
-2345
lines changed

5 files changed

+4825
-2345
lines changed

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ dist
186186

187187
# if you are NOT using Zero-installs, then:
188188
# comment the following lines
189-
!.yarn/cache
189+
#!.yarn/cache
190190

191191
# and uncomment the following lines
192192
# .pnp.*

.yarn/releases/yarn-3.6.3.cjs

+874
Large diffs are not rendered by default.

.yarnrc.yml

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
nodeLinker: node-modules
2+
3+
yarnPath: .yarn/releases/yarn-3.6.3.cjs

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,6 @@
1212
"dependencies": {
1313
"@marp-team/marp-cli": "^3.2.1",
1414
"cpx": "^1.5.0"
15-
}
15+
},
16+
"packageManager": "[email protected]"
1617
}

0 commit comments

Comments
 (0)