Skip to content

Commit

Permalink
chore: fix yarn.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
antongolub committed Nov 3, 2023
1 parent 354ea63 commit 47304c5
Show file tree
Hide file tree
Showing 5 changed files with 902 additions and 786 deletions.
779 changes: 0 additions & 779 deletions .yarn/releases/yarn-4.0.0-rc.14.cjs

This file was deleted.

893 changes: 893 additions & 0 deletions .yarn/releases/yarn-4.0.1.cjs

Large diffs are not rendered by default.

6 changes: 4 additions & 2 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
enableTelemetry: false
compressionLevel: mixed

enableGlobalCache: true

enableTelemetry: false

nmSelfReferences: false

nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-4.0.0-rc.14.cjs
yarnPath: .yarn/releases/yarn-4.0.1.cjs
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@
"url": "https://github.com/qiwi/pijma/issues"
},
"homepage": "https://github.com/qiwi/pijma/#readme",
"packageManager": "[email protected].0-rc.14"
"packageManager": "[email protected].1"
}
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2041,7 +2041,7 @@ __metadata:
languageName: node
linkType: hard

"@types/react@npm:18.0.18":
"@types/react@npm:*, @types/react@npm:>=16.9.11, @types/react@npm:18.0.18":
version: 18.0.18
resolution: "@types/react@npm:18.0.18"
dependencies:
Expand Down Expand Up @@ -9376,7 +9376,7 @@ __metadata:
languageName: node
linkType: hard

"pixelmatch@npm:5.3.0":
"pixelmatch@npm:5.3.0, pixelmatch@npm:^4.0.2":
version: 5.3.0
resolution: "pixelmatch@npm:5.3.0"
dependencies:
Expand Down Expand Up @@ -9423,7 +9423,7 @@ __metadata:
languageName: node
linkType: hard

"pngjs@npm:6.0.0":
"pngjs@npm:^6.0.0, pngjs@npm:^3.3.3":
version: 6.0.0
resolution: "pngjs@npm:6.0.0"
checksum: 2df9dc0e6ed485c6f66d33e9d26178c175fa235fc3dc6345d74e20c9b92dcee390332d05f4979d83a315e4a3b5e1a2f79988fdfe54c7a33c097cb9ada4a33d65
Expand Down Expand Up @@ -9668,7 +9668,7 @@ __metadata:
languageName: node
linkType: hard

"puppeteer@npm:15.5.0":
"puppeteer@npm:15.5.0, puppeteer@npm:^1.5.0":
version: 15.5.0
resolution: "puppeteer@npm:15.5.0"
dependencies:
Expand Down

0 comments on commit 47304c5

Please sign in to comment.