Skip to content

Commit a083a0e

Browse files
chore(deps): update yarn to v3.2.3 (FRSOURCE#74)
* chore(deps): update yarn to v3.2.3 * chore: fixup yarn path in example Signed-off-by: Jakub Freisler <[email protected]> Signed-off-by: Jakub Freisler <[email protected]> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Jakub Freisler <[email protected]>
1 parent 124d464 commit a083a0e

File tree

6 files changed

+789
-792
lines changed

6 files changed

+789
-792
lines changed

.yarn/releases/yarn-3.2.1.cjs

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

.yarn/releases/yarn-3.2.3.cjs

Lines changed: 783 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
@@ -1,3 +1,3 @@
11
nodeLinker: node-modules
22

3-
yarnPath: .yarn/releases/yarn-3.2.1.cjs
3+
yarnPath: .yarn/releases/yarn-3.2.3.cjs

example/.yarnrc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
nodeLinker: node-modules
22

3-
yarnPath: ../.yarn/releases/yarn-3.2.1.cjs
3+
yarnPath: ../.yarn/releases/yarn-3.2.3.cjs

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"engines": {
3030
"node": ">=10"
3131
},
32-
"packageManager": "[email protected].1",
32+
"packageManager": "[email protected].3",
3333
"peerDependencies": {
3434
"cypress": ">=4.5.0"
3535
},

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10094,17 +10094,17 @@ typescript@^4.1.3:
1009410094

1009510095
"typescript@patch:[email protected]#~builtin<compat/typescript>":
1009610096
version: 4.8.2
10097-
resolution: "typescript@patch:typescript@npm%3A4.8.2#~builtin<compat/typescript>::version=4.8.2&hash=7ad353"
10097+
resolution: "typescript@patch:typescript@npm%3A4.8.2#~builtin<compat/typescript>::version=4.8.2&hash=a1c5e5"
1009810098
bin:
1009910099
tsc: bin/tsc
1010010100
tsserver: bin/tsserver
10101-
checksum: 6f49363af8af2fe480da1d5fa68712644438785208b06690a3cbe5e7365fd652c3a0f1e587bc8684d78fb69de3dde4de185c0bad7bb4f3664ddfc813ce8caad6
10101+
checksum: 5cb0f02f414f5405f4b0e7ee1fd7fa9177b6a8783c9017b6cad85f56ce4c4f93e0e6f2ce37e863cb597d44227cd009474c9fbd85bf7a50004e5557426cb58079
1010210102
languageName: node
1010310103
linkType: hard
1010410104

1010510105
"typescript@patch:typescript@^4.1.3#~builtin<compat/typescript>":
1010610106
version: 4.5.4
10107-
resolution: "typescript@patch:typescript@npm%3A4.5.4#~builtin<compat/typescript>::version=4.5.4&hash=7ad353"
10107+
resolution: "typescript@patch:typescript@npm%3A4.5.4#~builtin<compat/typescript>::version=4.5.4&hash=a1c5e5"
1010810108
bin:
1010910109
tsc: bin/tsc
1011010110
tsserver: bin/tsserver

0 commit comments

Comments
 (0)