Skip to content

Commit 720a22b

Browse files
author
Corentin Mors
authored
Update yarn version to 4.2.2 (#245)
1 parent d6fc6e3 commit 720a22b

File tree

7 files changed

+1866
-1865
lines changed

7 files changed

+1866
-1865
lines changed

.yarn/releases/yarn-4.0.2.cjs

-893
This file was deleted.

.yarn/releases/yarn-4.2.2.cjs

+894
Large diffs are not rendered by default.

.yarnrc.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ enableGlobalCache: false
44

55
nodeLinker: node-modules
66

7-
yarnPath: .yarn/releases/yarn-4.0.2.cjs
7+
yarnPath: .yarn/releases/yarn-4.2.2.cjs

documentation/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dashlane/cli-documentation",
3-
"packageManager": "yarn@3.4.1",
3+
"packageManager": "yarn@4.2.2",
44
"dependencies": {
55
"next": "^14.2.3",
66
"nextra": "^2.13.4",

documentation/yarn.lock

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

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
},
9898
"engines": {
9999
"node": ">=18",
100-
"yarn": ">=4.0.0"
100+
"yarn": ">=4.2.2"
101101
},
102-
"packageManager": "yarn@4.0.2"
102+
"packageManager": "yarn@4.2.2"
103103
}

yarn.lock

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

0 commit comments

Comments
 (0)