Skip to content

Commit

Permalink
Merge pull request #970 from amvanbaren/yarn-v4.3.1
Browse files Browse the repository at this point in the history
Update yarn to 4.3.1
  • Loading branch information
amvanbaren authored Aug 2, 2024
2 parents ef6a64d + db606f8 commit ff3a534
Show file tree
Hide file tree
Showing 9 changed files with 2,137 additions and 1,790 deletions.
893 changes: 0 additions & 893 deletions cli/.yarn/releases/yarn-4.1.0.cjs

This file was deleted.

894 changes: 894 additions & 0 deletions cli/.yarn/releases/yarn-4.3.1.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion cli/.yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ enableGlobalCache: false

nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-4.1.0.cjs
yarnPath: .yarn/releases/yarn-4.3.1.cjs
2 changes: 1 addition & 1 deletion cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,5 @@
"publish:latest": "yarn npm publish --tag latest",
"load-extensions": "node scripts/load-test-extensions.js"
},
"packageManager": "yarn@4.1.0"
"packageManager": "yarn@4.3.1"
}
893 changes: 0 additions & 893 deletions webui/.yarn/releases/yarn-4.1.0.cjs

This file was deleted.

894 changes: 894 additions & 0 deletions webui/.yarn/releases/yarn-4.3.1.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion webui/.yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ packageExtensions:
peerDependencies:
"@babel/core": ^7.0.0

yarnPath: .yarn/releases/yarn-4.1.0.cjs
yarnPath: .yarn/releases/yarn-4.3.1.cjs
4 changes: 3 additions & 1 deletion webui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,9 @@
"@babel/core": "^7.0.0"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@playwright/test": "^1.41.2",
"@types/babel__core": "^7",
"@types/chai": "^4.3.5",
"@types/dompurify": "^3.0.2",
"@types/express": "^4.17.17",
Expand Down Expand Up @@ -114,5 +116,5 @@
"publish:next": "yarn npm publish --tag next",
"publish:latest": "yarn npm publish --tag latest"
},
"packageManager": "yarn@4.1.0"
"packageManager": "yarn@4.3.1"
}
Loading

0 comments on commit ff3a534

Please sign in to comment.