Skip to content

Commit 212f60b

Browse files
committed
build(deps): update yarn to v3.4.1
1 parent 78cc0da commit 212f60b

File tree

14 files changed

+885
-835
lines changed

14 files changed

+885
-835
lines changed

.yarn/releases/yarn-3.3.1.cjs

Lines changed: 0 additions & 823 deletions
This file was deleted.

.yarn/releases/yarn-3.4.1.cjs

Lines changed: 873 additions & 0 deletions
Large diffs are not rendered by default.

.yarnrc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ plugins:
44
- path: .yarn/plugins/@yarnpkg/plugin-typescript.cjs
55
spec: "@yarnpkg/plugin-typescript"
66

7-
yarnPath: .yarn/releases/yarn-3.3.1.cjs
7+
yarnPath: .yarn/releases/yarn-3.4.1.cjs

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,5 +93,5 @@
9393
"publishConfig": {
9494
"access": "public"
9595
},
96-
"packageManager": "yarn@3.3.1"
96+
"packageManager": "yarn@3.4.1"
9797
}

test-projects/backward-compatibility-pre-1.1.2-config-cjs/.yarnrc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ plugins:
44
- path: ../../.yarn/plugins/@yarnpkg/plugin-typescript.cjs
55
spec: "@yarnpkg/plugin-typescript"
66

7-
yarnPath: ../../.yarn/releases/yarn-3.3.1.cjs
7+
yarnPath: ../../.yarn/releases/yarn-3.4.1.cjs

test-projects/backward-compatibility-pre-1.1.2-config-cjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@
2020
"webpack": "5.72.0",
2121
"webpack-cli": "4.9.2"
2222
},
23-
"packageManager": "yarn@3.2.4"
23+
"packageManager": "yarn@3.4.1"
2424
}

test-projects/type-module-config-cjs-import-js/.yarnrc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ plugins:
44
- path: ../../.yarn/plugins/@yarnpkg/plugin-typescript.cjs
55
spec: "@yarnpkg/plugin-typescript"
66

7-
yarnPath: ../../.yarn/releases/yarn-3.3.1.cjs
7+
yarnPath: ../../.yarn/releases/yarn-3.4.1.cjs

test-projects/type-module-config-cjs-import-js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@
2020
"webpack": "5.72.0",
2121
"webpack-cli": "4.9.2"
2222
},
23-
"packageManager": "yarn@3.2.4"
23+
"packageManager": "yarn@3.4.1"
2424
}

test-projects/type-module-config-js-import-js/.yarnrc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ plugins:
44
- path: ../../.yarn/plugins/@yarnpkg/plugin-typescript.cjs
55
spec: "@yarnpkg/plugin-typescript"
66

7-
yarnPath: ../../.yarn/releases/yarn-3.3.1.cjs
7+
yarnPath: ../../.yarn/releases/yarn-3.4.1.cjs

test-projects/type-module-config-js-import-js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@
2020
"webpack": "5.72.0",
2121
"webpack-cli": "4.9.2"
2222
},
23-
"packageManager": "yarn@3.2.4"
23+
"packageManager": "yarn@3.4.1"
2424
}

0 commit comments

Comments
 (0)