Skip to content

Commit ae5938e

Browse files
authored
fix: upgrade yarn to fix deployment issues (#2117)
1 parent 7d4a93d commit ae5938e

5 files changed

Lines changed: 948 additions & 937 deletions

File tree

.yarn/releases/yarn-4.14.1.cjs

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

.yarn/releases/yarn-4.5.3.cjs

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

.yarnrc.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
approvedGitRepositories:
2+
- "**"
3+
14
checksumBehavior: update
25

36
compressionLevel: mixed
@@ -6,6 +9,8 @@ defaultSemverRangePrefix: ""
69

710
enableGlobalCache: false
811

12+
enableScripts: true
13+
914
nodeLinker: node-modules
1015

11-
yarnPath: .yarn/releases/yarn-4.5.3.cjs
16+
yarnPath: .yarn/releases/yarn-4.14.1.cjs

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,5 +182,5 @@
182182
"resolutions": {
183183
"sodium-native": "4.2.0"
184184
},
185-
"packageManager": "yarn@4.5.3"
185+
"packageManager": "yarn@4.14.1"
186186
}

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Manual changes might be lost - proceed with caution!
33

44
__metadata:
5-
version: 8
5+
version: 9
66
cacheKey: 10
77

88
"@alcalzone/ansi-tokenize@npm:^0.1.3":

0 commit comments

Comments
 (0)