Skip to content

Commit

Permalink
bump @polkadot and @encointer dependencies and bump yarn to v4.2.1 (
Browse files Browse the repository at this point in the history
#148)

* migrate to yarn v4

* remove integrated yarn plugin

* update @encointer and @polkadot-deps

* update @encointer deps to minor release
  • Loading branch information
clangenb committed May 13, 2024
1 parent 6fce4a8 commit 7e8cb31
Show file tree
Hide file tree
Showing 6 changed files with 5,946 additions and 6,388 deletions.
541 changes: 0 additions & 541 deletions .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs

This file was deleted.

807 changes: 0 additions & 807 deletions .yarn/releases/yarn-3.3.0.cjs

This file was deleted.

894 changes: 894 additions & 0 deletions .yarn/releases/yarn-4.2.1.cjs

Large diffs are not rendered by default.

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

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

yarnPath: .yarn/releases/yarn-3.3.0.cjs
yarnPath: .yarn/releases/yarn-4.2.1.cjs
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,19 @@
"license": "GPL-3.0-or-later",
"dependencies": {
"@artsy/fresnel": "^3.2.1",
"@encointer/node-api": "^0.10.0",
"@encointer/types": "^0.10.0",
"@encointer/util": "^0.10.0",
"@encointer/worker-api": "^0.10.0",
"@polkadot/api": "^10.9.1",
"@polkadot/extension-dapp": "^0.46.5",
"@polkadot/keyring": "^12.3.2",
"@polkadot/networks": "^12.3.2",
"@polkadot/types": "^10.9.1",
"@polkadot/ui-keyring": "^3.5.1",
"@polkadot/ui-settings": "^3.5.1",
"@polkadot/util": "^12.3.2",
"@polkadot/util-crypto": "^12.3.2",
"@encointer/node-api": "^0.14.0",
"@encointer/types": "^0.14.0",
"@encointer/util": "^0.14.0",
"@encointer/worker-api": "^0.14.0",
"@polkadot/api": "^11.0.2",
"@polkadot/extension-dapp": "^0.47.3",
"@polkadot/keyring": "^12.6.2",
"@polkadot/networks": "^12.6.2",
"@polkadot/types": "^11.0.2",
"@polkadot/ui-keyring": "^3.6.6",
"@polkadot/ui-settings": "^3.6.6",
"@polkadot/util": "^12.6.2",
"@polkadot/util-crypto": "^12.6.2",
"assert": "^2.0.0",
"big.js": "^6.1.1",
"bs58": "^4.0.1",
Expand Down Expand Up @@ -102,5 +102,5 @@
"substrate-ui",
"polkadot-js"
],
"packageManager": "yarn@3.3.0"
"packageManager": "yarn@4.2.1"
}
Loading

0 comments on commit 7e8cb31

Please sign in to comment.