Skip to content

Commit 295ae5f

Browse files
committed
feat(common): bump yarn
1 parent 8d07bf9 commit 295ae5f

File tree

9 files changed

+1944
-1568
lines changed

9 files changed

+1944
-1568
lines changed

.config/husky/commit-msg

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1 @@
1-
#!/bin/sh
2-
. "$(dirname "$0")/_/husky.sh"
3-
4-
yarn commit message lint
1+
yarn commit message lint

.config/husky/pre-commit

-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1 @@
1-
#!/bin/sh
2-
. "$(dirname "$0")/_/husky.sh"
3-
41
yarn commit staged

.config/husky/prepare-commit-msg

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1 @@
1-
#!/bin/sh
2-
. "$(dirname "$0")/_/husky.sh"
3-
4-
yarn commit message $@
1+
yarn commit message $@

.pnp.cjs

+1,260-924
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.pnp.loader.mjs

+196-150
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
File renamed without changes.

.yarnrc.yml

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
1+
compressionLevel: mixed
2+
3+
defaultSemverRangePrefix: ''
4+
15
enableGlobalCache: true
26

37
globalFolder: ../.yarn/berry
48

59
pnpEnableEsmLoader: true
610

7-
yarnPath: .yarn/releases/yarn-remote.cjs
8-
911
preferReuse: true
1012

11-
defaultSemverRangePrefix: ''
13+
yarnPath: .yarn/releases/yarn-remote.mjs

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "common",
33
"private": true,
4+
"type": "module",
45
"workspaces": [
56
"packages/*"
67
],

yarn.lock

+480-480
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)