Skip to content

Commit

Permalink
Update yarn to version 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanjswift committed Aug 31, 2020
1 parent a915dec commit 11adc2e
Show file tree
Hide file tree
Showing 7 changed files with 67 additions and 94 deletions.
6 changes: 5 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
{
"typescript.tsdk": ".yarn/sdks/typescript/lib",
"typescript.enablePromptUseWorkspaceTsdk": true,
"prettier.prettierPath": ".yarn/sdks/prettier/index.js"
"prettier.prettierPath": ".yarn/sdks/prettier/index.js",
"search.exclude": {
"**/.yarn": true,
"**/.pnp.*": true
}
}
55 changes: 55 additions & 0 deletions .yarn/releases/yarn-2.2.0.cjs

Large diffs are not rendered by default.

86 changes: 0 additions & 86 deletions .yarn/releases/yarn-berry.js

This file was deleted.

2 changes: 1 addition & 1 deletion .yarn/sdks/prettier/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
"version": "2.0.5-pnpify",
"main": "./index.js",
"type": "commonjs"
}
}
2 changes: 1 addition & 1 deletion .yarn/sdks/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
"version": "4.0.2-pnpify",
"main": "./lib/typescript.js",
"type": "commonjs"
}
}
2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ plugins:
- path: .yarn/plugins/@yarnpkg/plugin-typescript.cjs
spec: '@yarnpkg/plugin-typescript'

yarnPath: .yarn/releases/yarn-berry.js
yarnPath: .yarn/releases/yarn-2.2.0.cjs
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

__metadata:
version: 4
cacheKey: 5
cacheKey: 6

"@aws-cdk/assert@npm:1.60.0":
version: 1.60.0
Expand Down Expand Up @@ -984,8 +984,8 @@ __metadata:
linkType: hard

"aws-sdk@npm:^2.736.0":
version: 2.738.0
resolution: "aws-sdk@npm:2.738.0"
version: 2.742.0
resolution: "aws-sdk@npm:2.742.0"
dependencies:
buffer: 4.9.2
events: 1.1.1
Expand All @@ -996,7 +996,7 @@ __metadata:
url: 0.10.3
uuid: 3.3.2
xml2js: 0.4.19
checksum: 03efd993e743740880433d63db490fd15b96c6ab1eb95128c76bba38abb561a52a207e6ced84cd958d2a760aa4526476399ebd6645f3c2ce0213031a6332a970
checksum: b9c2dca145b40115dd6fb418d27d4dcdad542556e426ffb29c4cc349120c921187f9864bfb507a098e832b7911b861948e9246ef39e2dbbd144d152c0b5e4e42
languageName: node
linkType: hard

Expand Down

0 comments on commit 11adc2e

Please sign in to comment.