Skip to content

Commit bf40ece

Browse files
committed
build(deps): update yarn to v3.5.0
1 parent 0965fb9 commit bf40ece

File tree

14 files changed

+272
-272
lines changed

14 files changed

+272
-272
lines changed

.yarn/releases/yarn-3.4.1.cjs renamed to .yarn/releases/yarn-3.5.0.cjs

Lines changed: 258 additions & 258 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.4.1.cjs
7+
yarnPath: .yarn/releases/yarn-3.5.0.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.4.1"
96+
"packageManager": "yarn@3.5.0"
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.4.1.cjs
7+
yarnPath: ../../.yarn/releases/yarn-3.5.0.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.4.1"
23+
"packageManager": "yarn@3.5.0"
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.4.1.cjs
7+
yarnPath: ../../.yarn/releases/yarn-3.5.0.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.4.1"
23+
"packageManager": "yarn@3.5.0"
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.4.1.cjs
7+
yarnPath: ../../.yarn/releases/yarn-3.5.0.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.4.1"
23+
"packageManager": "yarn@3.5.0"
2424
}

test-projects/webpack-4-compatibility-type-commonjs/.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.4.1.cjs
7+
yarnPath: ../../.yarn/releases/yarn-3.5.0.cjs

0 commit comments

Comments
 (0)