Skip to content

Commit

Permalink
fix: bump yarn (#869)
Browse files Browse the repository at this point in the history
* fix: bump yarn

* update deps in docs with new yarn
  • Loading branch information
TarikGul committed Mar 14, 2022
1 parent 37c35ae commit a904962
Show file tree
Hide file tree
Showing 6 changed files with 792 additions and 775 deletions.
768 changes: 0 additions & 768 deletions .yarn/releases/yarn-3.1.0.cjs

This file was deleted.

785 changes: 785 additions & 0 deletions .yarn/releases/yarn-3.2.0.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
Expand Up @@ -4,4 +4,4 @@ plugins:
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
spec: "@yarnpkg/plugin-interactive-tools"

yarnPath: .yarn/releases/yarn-3.1.0.cjs
yarnPath: .yarn/releases/yarn-3.2.0.cjs
4 changes: 2 additions & 2 deletions docs/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Manual changes might be lost - proceed with caution!

__metadata:
version: 5
version: 6
cacheKey: 8

"@babel/runtime-corejs3@npm:^7.11.2":
Expand Down Expand Up @@ -595,7 +595,7 @@ __metadata:
languageName: node
linkType: hard

"acorn@npm:^8.4.1":
"acorn@npm:^8.4.1, acorn@npm:^8.5.0":
version: 8.7.0
resolution: "acorn@npm:8.7.0"
bin:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,5 +98,5 @@
"polkadot",
"kusama"
],
"packageManager": "yarn@3.1.0"
"packageManager": "yarn@3.2.0"
}
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Manual changes might be lost - proceed with caution!

__metadata:
version: 5
version: 6
cacheKey: 8

"@acala-network/type-definitions@npm:^3.0.2-4":
Expand Down Expand Up @@ -7240,11 +7240,11 @@ resolve@^1.20.0:

"typescript@patch:typescript@npm%3A4.4.3#~builtin<compat/typescript>":
version: 4.4.3
resolution: "typescript@patch:typescript@npm%3A4.4.3#~builtin<compat/typescript>::version=4.4.3&hash=ddd1e8"
resolution: "typescript@patch:typescript@npm%3A4.4.3#~builtin<compat/typescript>::version=4.4.3&hash=bda367"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 79f5c13d21c9dea3eb44d2b7002ff25a0569fefc432e083d65a360e3aca990aca25fc733e14aa6883b5e9a68e3e2f0330a34123e048806f91d701732ece00e6f
checksum: 33a916819907e819430802c50405f18c187448d678696a81545f494a7ec16207f8c15340c945df62109bd1d951091a9f15f3d2eb931a3c889f962c8509017697
languageName: node
linkType: hard

Expand Down

0 comments on commit a904962

Please sign in to comment.