Skip to content

Commit 6dc7482

Browse files
committed
chore: use yarn pnpm mode
1 parent 2c1345c commit 6dc7482

File tree

6 files changed

+942
-905
lines changed

6 files changed

+942
-905
lines changed

Diff for: .gitignore

+3-7
Original file line numberDiff line numberDiff line change
@@ -106,13 +106,9 @@ apps/*/.vscode/.react/
106106

107107
# Yarn
108108

109-
.pnp.*
110-
**/.yarn/*
111-
!**/.yarn/patches
112-
!**/.yarn/plugins
113-
!**/.yarn/releases
114-
!**/.yarn/sdks
115-
!**/.yarn/versions
109+
.yarn/cache
110+
.yarn/install-state.gz
111+
# .pnp.*
116112

117113
# Ccache
118114
.ccache

Diff for: .yarn/releases/yarn-4.1.1.cjs

-893
This file was deleted.

Diff for: .yarn/releases/yarn-4.6.0.cjs

+934
Large diffs are not rendered by default.

Diff for: .yarnrc.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
enableGlobalCache: false
22

3-
nodeLinker: node-modules
3+
nodeLinker: pnpm
44

5-
yarnPath: .yarn/releases/yarn-4.1.1.cjs
5+
yarnPath: .yarn/releases/yarn-4.6.0.cjs

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,5 +91,5 @@
9191
]
9292
}
9393
},
94-
"packageManager": "yarn@4.1.1"
94+
"packageManager": "yarn@4.6.0"
9595
}

Diff for: yarn.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -21244,11 +21244,11 @@ __metadata:
2124421244

2124521245
"typescript@patch:typescript@npm%3A5.6.2#optional!builtin<compat/typescript>, typescript@patch:typescript@npm%3A>=4.7.0#optional!builtin<compat/typescript>":
2124621246
version: 5.6.2
21247-
resolution: "typescript@patch:typescript@npm%3A5.6.2#optional!builtin<compat/typescript>::version=5.6.2&hash=5adc0c"
21247+
resolution: "typescript@patch:typescript@npm%3A5.6.2#optional!builtin<compat/typescript>::version=5.6.2&hash=8c6c40"
2124821248
bin:
2124921249
tsc: bin/tsc
2125021250
tsserver: bin/tsserver
21251-
checksum: 10c0/e6c1662e4852e22fe4bbdca471dca3e3edc74f6f1df043135c44a18a7902037023ccb0abdfb754595ca9028df8920f2f8492c00fc3cbb4309079aae8b7de71cd
21251+
checksum: 10c0/94eb47e130d3edd964b76da85975601dcb3604b0c848a36f63ac448d0104e93819d94c8bdf6b07c00120f2ce9c05256b8b6092d23cf5cf1c6fa911159e4d572f
2125221252
languageName: node
2125321253
linkType: hard
2125421254

0 commit comments

Comments
 (0)