Skip to content

Commit

Permalink
chore: yarn berry
Browse files Browse the repository at this point in the history
  • Loading branch information
kuhe committed Nov 12, 2024
1 parent 4817524 commit 5e83533
Show file tree
Hide file tree
Showing 9 changed files with 42,089 additions and 1,032 deletions.
8 changes: 8 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,14 @@ jspm_packages
.node_repl_history
*.tgz
.yarn-integrity
.yarn/*
**/.yarn/*
!.yarn/cache
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions
.DS_Store
.vscode/launch.json

Expand Down
1 change: 1 addition & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
nodeLinker: node-modules
9 changes: 2 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,7 @@
"vitest": "0.34.6",
"webpack": "5.76.0",
"webpack-cli": "4.10.0",
"yargs": "17.5.1",
"yarn": "1.22.13"
"yargs": "17.5.1"
},
"overrides": {
"vite": "4.5.5"
Expand All @@ -125,10 +124,6 @@
"lib/*",
"packages/*",
"private/*"
],
"nohoist": [
"**/@aws-sdk/client-sso/**",
"**/@babel/**"
]
},
"husky": {
Expand All @@ -144,5 +139,5 @@
],
"**/*.{ts,js,md,json}": "prettier --write"
},
"packageManager": "yarn@1.22.22"
"packageManager": "yarn@4.5.1"
}
4 changes: 2 additions & 2 deletions packages/credential-provider-web-identity/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"test:watch": "vitest watch"
},
"browser": {
"./dist-es/fromTokenFile": false,
"./dist-cjs/fromTokenFile": false
"./dist-cjs/fromTokenFile": false,
"./dist-es/fromTokenFile": false
},
"react-native": {
"./dist-es/fromTokenFile": false,
Expand Down
4 changes: 2 additions & 2 deletions packages/util-dns/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@
"directory": "packages/util-dns"
},
"browser": {
"./dist-es/index": "./dist-es/index.browser",
"./dist-es/HostResolver": "./dist-es/HostResolver.browser",
"./dist-es/NodeDnsLookupHostResolver": false
"./dist-es/NodeDnsLookupHostResolver": false,
"./dist-es/index": "./dist-es/index.browser"
},
"react-native": {
"./dist-es/index": "./dist-es/index.browser",
Expand Down
Loading

0 comments on commit 5e83533

Please sign in to comment.