Skip to content

Commit 70130d8

Browse files
authored
Merge pull request #10 from chyzwar/renovate/yarn-monorepo
chore(deps): update yarn to v4.2.2
2 parents 9733b29 + e19bd43 commit 70130d8

File tree

5 files changed

+304
-303
lines changed

5 files changed

+304
-303
lines changed

.yarn/releases/yarn-4.1.0.cjs renamed to .yarn/releases/yarn-4.2.2.cjs

+298-297
Large diffs are not rendered by default.

.yarnrc.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ logFilters:
88

99
nodeLinker: node-modules
1010

11-
yarnPath: .yarn/releases/yarn-4.1.0.cjs
11+
yarnPath: .yarn/releases/yarn-4.2.2.cjs

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "1.0.0",
44
"engines": {
55
"node": "20.x",
6-
"yarn": "4.x"
6+
"yarn": "4.2.2"
77
},
88
"type": "module",
99
"workspaces": [
@@ -41,5 +41,5 @@
4141
"lint-staged": {
4242
"*.{js,ts,tsx}": "yarn lint:fix"
4343
},
44-
"packageManager": "yarn@4.1.0"
44+
"packageManager": "yarn@4.2.2"
4545
}

packages/conf/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.1.2",
44
"engines": {
55
"node": "20.x",
6-
"yarn": "4.x"
6+
"yarn": "4.2.2"
77
},
88
"repository": {
99
"type": "git",

yarn.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -5822,11 +5822,11 @@ __metadata:
58225822

58235823
"typescript@patch:typescript@npm%3A^5.4.5#optional!builtin<compat/typescript>":
58245824
version: 5.4.5
5825-
resolution: "typescript@patch:typescript@npm%3A5.4.5#optional!builtin<compat/typescript>::version=5.4.5&hash=d69c25"
5825+
resolution: "typescript@patch:typescript@npm%3A5.4.5#optional!builtin<compat/typescript>::version=5.4.5&hash=5adc0c"
58265826
bin:
58275827
tsc: bin/tsc
58285828
tsserver: bin/tsserver
5829-
checksum: 10c2/0724bd9fd0b0fa69b13759284cd1871b09ecbcb2af6e840d587fdd110295767ff4caa0f964d3b0a4604b64eaf25d0a9c683e293712860d70e04de5cebb7bb5b3
5829+
checksum: 10c2/60f5cb89f35c54035454c5b97dc9f5a65b9f5a6c9420823711935cc0539282b3ba8eafcc17605ec77882af9b862c33e93d98cba2e656129dc6b7e01bb8157d04
58305830
languageName: node
58315831
linkType: hard
58325832

0 commit comments

Comments
 (0)