Skip to content

Commit

Permalink
chore(deps): enable yarn 3 with pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
AllanZhengYP committed Apr 14, 2022
1 parent 574dae5 commit 9238274
Show file tree
Hide file tree
Showing 7 changed files with 35,983 additions and 13,623 deletions.
12 changes: 11 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,14 @@ codegen/*/.classpath
codegen/*/.settings/
codegen/*/bin

benchmark/size/raw
benchmark/size/raw

# yarn without zero installs
# https://yarnpkg.com/getting-started/qa#which-files-should-be-gitignored
.pnp.*
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions
785 changes: 785 additions & 0 deletions .yarn/releases/yarn-3.2.0.cjs

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion .yarnrc

This file was deleted.

10 changes: 10 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
nodeLinker: pnpm

nmSelfReferences: true

packageExtensions:
aws-crt@*:
dependencies:
"@types/node": "*"

yarnPath: .yarn/releases/yarn-3.2.0.cjs
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -142,5 +142,5 @@
],
"**/*.{ts,js,md,json}": "prettier --write"
},
"packageManager": "yarn@1.22.17"
"packageManager": "yarn@3.2.0"
}
2 changes: 1 addition & 1 deletion packages/karma-credential-loader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"license": "Apache-2.0",
"dependencies": {
"@aws-sdk/client-sts": "file:../../clients/client-sts",
"@aws-sdk/client-sts": "workspace:*",
"@aws-sdk/credential-provider-node": "*",
"tslib": "^2.3.1"
},
Expand Down
Loading

0 comments on commit 9238274

Please sign in to comment.