Skip to content

Commit

Permalink
Update Yarn to v3.6.4 (#851)
Browse files Browse the repository at this point in the history
* Update Yarn to v3.6.4

* update files

* missing file

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: michaeljacob <[email protected]>
Co-authored-by: MichaelJacob21012 <[email protected]>
  • Loading branch information
3 people authored Oct 18, 2023
1 parent 295c3c2 commit 50cd9e0
Show file tree
Hide file tree
Showing 10 changed files with 1,758 additions and 1,754 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -71,5 +71,7 @@ functional-output/
.pnp.*
projects/media-viewer/.yarn/*
projects/media-viewer/.yarn/cache/*
!projects/media-viewer/.yarn/releases


.angular/cache/*
873 changes: 0 additions & 873 deletions .yarn/releases/yarn-3.4.1.cjs

This file was deleted.

874 changes: 874 additions & 0 deletions .yarn/releases/yarn-3.6.4.cjs

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
nodeLinker: node-modules

npmAuditRegistry: "https://registry.npmjs.org/"

npmAuthToken: "${NODE_AUTH_TOKEN:-}"

npmPublishRegistry: "${NPM_PUBLISH_REGISTRY:-}"

npmAuditRegistry: "https://registry.npmjs.org/"

plugins:
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
spec: "@yarnpkg/plugin-workspace-tools"

yarnPath: .yarn/releases/yarn-3.4.1.cjs
yarnPath: .yarn/releases/yarn-3.6.4.cjs
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -193,5 +193,5 @@
"webdriverio": "7.19.4",
"when": "3.7.8"
},
"packageManager": "yarn@3.4.1"
"packageManager": "yarn@3.6.4"
}
873 changes: 0 additions & 873 deletions projects/media-viewer/.yarn/releases/yarn-3.4.1.cjs

This file was deleted.

874 changes: 874 additions & 0 deletions projects/media-viewer/.yarn/releases/yarn-3.6.4.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion projects/media-viewer/.yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ plugins:
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
spec: "@yarnpkg/plugin-workspace-tools"

yarnPath: .yarn/releases/yarn-3.4.1.cjs
yarnPath: .yarn/releases/yarn-3.6.4.cjs
2 changes: 1 addition & 1 deletion projects/media-viewer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@
"@types/uuid": "^3.4.4",
"pdfjs-dist": "2.5.207"
},
"packageManager": "yarn@3.4.1"
"packageManager": "yarn@3.6.4"
}
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -20251,11 +20251,11 @@ __metadata:

"typescript@patch:typescript@^4.0.5#~builtin<compat/typescript>":
version: 4.9.5
resolution: "typescript@patch:typescript@npm%3A4.9.5#~builtin<compat/typescript>::version=4.9.5&hash=23ec76"
resolution: "typescript@patch:typescript@npm%3A4.9.5#~builtin<compat/typescript>::version=4.9.5&hash=289587"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: ab417a2f398380c90a6cf5a5f74badd17866adf57f1165617d6a551f059c3ba0a3e4da0d147b3ac5681db9ac76a303c5876394b13b3de75fdd5b1eaa06181c9d
checksum: 1f8f3b6aaea19f0f67cba79057674ba580438a7db55057eb89cc06950483c5d632115c14077f6663ea76fd09fce3c190e6414bb98582ec80aa5a4eaf345d5b68
languageName: node
linkType: hard

Expand Down

0 comments on commit 50cd9e0

Please sign in to comment.