Skip to content

chore(deps): update yarn to v4.9.1 #46

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
894 changes: 0 additions & 894 deletions .yarn/releases/yarn-4.2.2.cjs

This file was deleted.

948 changes: 948 additions & 0 deletions .yarn/releases/yarn-4.9.1.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-4.2.2.cjs
yarnPath: .yarn/releases/yarn-4.9.1.cjs
2 changes: 1 addition & 1 deletion common/models/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@auto-files/models",
"version": "0.0.1",
"packageManager": "yarn@4.2.2",
"packageManager": "yarn@4.9.1",
"type": "module",
"dependencies": {
"@autonomys/rpc": "^1.4.14",
Expand Down
2 changes: 1 addition & 1 deletion common/rpc-apis/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@auto-files/rpc-apis",
"version": "0.0.1",
"packageManager": "yarn@4.2.2",
"packageManager": "yarn@4.9.1",
"type": "module",
"dependencies": {
"@auto-files/models": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "auto-files-gateway",
"packageManager": "yarn@4.2.2",
"packageManager": "yarn@4.9.1",
"type": "module",
"workspaces": [
"services/*",
Expand Down
2 changes: 1 addition & 1 deletion services/file-retriever/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "file-retriever",
"packageManager": "yarn@4.2.2",
"packageManager": "yarn@4.9.1",
"type": "module",
"dependencies": {
"@autonomys/asynchronous": "^1.4.1",
Expand Down
2 changes: 1 addition & 1 deletion services/object-mapping-indexer/migrations/package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"name": "migrations",
"packageManager": "yarn@4.2.2"
"packageManager": "yarn@4.9.1"
}
2 changes: 1 addition & 1 deletion services/object-mapping-indexer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "object-mapping-indexer",
"packageManager": "yarn@4.2.2",
"packageManager": "yarn@4.9.1",
"type": "module",
"author": {
"name": "Autonomys",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9348,11 +9348,11 @@ __metadata:

"typescript@patch:typescript@npm%3A^5.6.3#optional!builtin<compat/typescript>, typescript@patch:typescript@npm%3A^5.7.2#optional!builtin<compat/typescript>":
version: 5.8.3
resolution: "typescript@patch:typescript@npm%3A5.8.3#optional!builtin<compat/typescript>::version=5.8.3&hash=b45daf"
resolution: "typescript@patch:typescript@npm%3A5.8.3#optional!builtin<compat/typescript>::version=5.8.3&hash=5786d5"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 10c0/92ea03509e06598948559ddcdd8a4ae5a7ab475766d5589f1b796f5731b3d631a4c7ddfb86a3bd44d58d10102b132cd4b4994dda9b63e6273c66d77d6a271dbd
checksum: 10c0/39117e346ff8ebd87ae1510b3a77d5d92dae5a89bde588c747d25da5c146603a99c8ee588c7ef80faaf123d89ed46f6dbd918d534d641083177d5fac38b8a1cb
languageName: node
linkType: hard

Expand Down