Skip to content

Commit

Permalink
Bump berry (polkadot-js#2473)
Browse files Browse the repository at this point in the history
* Bump berry

* Rewrite
  • Loading branch information
jacogr authored Aug 6, 2020
1 parent 29c2997 commit 1beaf9f
Show file tree
Hide file tree
Showing 14 changed files with 2,105 additions and 2,074 deletions.
86 changes: 86 additions & 0 deletions .yarn/releases/yarn-2.1.1.js

Large diffs are not rendered by default.

56 changes: 0 additions & 56 deletions .yarn/releases/yarn-rc.js

This file was deleted.

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

yarnPath: .yarn/releases/yarn-rc.js
yarnPath: .yarn/releases/yarn-2.1.1.js
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@
"@babel/core": "^7.11.1",
"@babel/register": "^7.10.5",
"@babel/runtime": "^7.11.2",
"@polkadot/dev": "^0.55.32",
"@polkadot/ts": "^0.3.33",
"@polkadot/dev": "^0.55.33",
"@polkadot/ts": "^0.3.34",
"@polkadot/typegen": "workspace:packages/typegen",
"@types/jest": "^26.0.8",
"@types/jest": "^26.0.9",
"@vuepress/plugin-search": "^1.5.3",
"copyfiles": "^2.3.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/api-contract/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@polkadot/api": "1.28.0-beta.2",
"@polkadot/rpc-core": "1.28.0-beta.2",
"@polkadot/types": "1.28.0-beta.2",
"@polkadot/util": "^3.1.0-beta.3",
"@polkadot/util": "^3.1.0-beta.4",
"bn.js": "^5.1.2",
"rxjs": "^6.6.2"
}
Expand Down
6 changes: 3 additions & 3 deletions packages/api-derive/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@
"@polkadot/rpc-core": "1.28.0-beta.2",
"@polkadot/rpc-provider": "1.28.0-beta.2",
"@polkadot/types": "1.28.0-beta.2",
"@polkadot/util": "^3.1.0-beta.3",
"@polkadot/util-crypto": "^3.1.0-beta.3",
"@polkadot/util": "^3.1.0-beta.4",
"@polkadot/util-crypto": "^3.1.0-beta.4",
"bn.js": "^5.1.2",
"memoizee": "^0.4.14",
"rxjs": "^6.6.2"
},
"devDependencies": {
"@polkadot/keyring": "^3.1.0-beta.3"
"@polkadot/keyring": "^3.1.0-beta.4"
}
}
8 changes: 4 additions & 4 deletions packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,19 +28,19 @@
"dependencies": {
"@babel/runtime": "^7.11.2",
"@polkadot/api-derive": "1.28.0-beta.2",
"@polkadot/keyring": "^3.1.0-beta.3",
"@polkadot/keyring": "^3.1.0-beta.4",
"@polkadot/metadata": "1.28.0-beta.2",
"@polkadot/rpc-core": "1.28.0-beta.2",
"@polkadot/rpc-provider": "1.28.0-beta.2",
"@polkadot/types": "1.28.0-beta.2",
"@polkadot/types-known": "1.28.0-beta.2",
"@polkadot/util": "^3.1.0-beta.3",
"@polkadot/util-crypto": "^3.1.0-beta.3",
"@polkadot/util": "^3.1.0-beta.4",
"@polkadot/util-crypto": "^3.1.0-beta.4",
"bn.js": "^5.1.2",
"eventemitter3": "^4.0.4",
"rxjs": "^6.6.2"
},
"devDependencies": {
"@polkadot/keyring": "^3.1.0-beta.3"
"@polkadot/keyring": "^3.1.0-beta.4"
}
}
6 changes: 3 additions & 3 deletions packages/metadata/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@
"@babel/runtime": "^7.11.2",
"@polkadot/types": "1.28.0-beta.2",
"@polkadot/types-known": "1.28.0-beta.2",
"@polkadot/util": "^3.1.0-beta.3",
"@polkadot/util-crypto": "^3.1.0-beta.3",
"@polkadot/util": "^3.1.0-beta.4",
"@polkadot/util-crypto": "^3.1.0-beta.4",
"bn.js": "^5.1.2"
},
"devDependencies": {
"@polkadot/keyring": "^3.1.0-beta.3"
"@polkadot/keyring": "^3.1.0-beta.4"
}
}
4 changes: 2 additions & 2 deletions packages/rpc-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@
"@polkadot/metadata": "1.28.0-beta.2",
"@polkadot/rpc-provider": "1.28.0-beta.2",
"@polkadot/types": "1.28.0-beta.2",
"@polkadot/util": "^3.1.0-beta.3",
"@polkadot/util": "^3.1.0-beta.4",
"memoizee": "^0.4.14",
"rxjs": "^6.6.2"
},
"devDependencies": {
"@polkadot/keyring": "^3.1.0-beta.3"
"@polkadot/keyring": "^3.1.0-beta.4"
}
}
6 changes: 3 additions & 3 deletions packages/rpc-provider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,15 @@
"@babel/runtime": "^7.11.2",
"@polkadot/metadata": "1.28.0-beta.2",
"@polkadot/types": "1.28.0-beta.2",
"@polkadot/util": "^3.1.0-beta.3",
"@polkadot/util-crypto": "^3.1.0-beta.3",
"@polkadot/util": "^3.1.0-beta.4",
"@polkadot/util-crypto": "^3.1.0-beta.4",
"bn.js": "^5.1.2",
"eventemitter3": "^4.0.4",
"isomorphic-fetch": "^2.2.1",
"websocket": "^1.0.31"
},
"devDependencies": {
"@polkadot/keyring": "^3.1.0-beta.3",
"@polkadot/keyring": "^3.1.0-beta.4",
"mock-socket": "^9.0.3",
"nock": "^13.0.3"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/typegen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@polkadot/metadata": "1.28.0-beta.2",
"@polkadot/rpc-provider": "1.28.0-beta.2",
"@polkadot/types": "1.28.0-beta.2",
"@polkadot/util": "^3.1.0-beta.3",
"@polkadot/util": "^3.1.0-beta.4",
"handlebars": "^4.7.6",
"websocket": "^1.0.31",
"yargs": "^15.4.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/types-known/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"dependencies": {
"@babel/runtime": "^7.11.2",
"@polkadot/types": "1.28.0-beta.2",
"@polkadot/util": "^3.1.0-beta.3",
"@polkadot/util": "^3.1.0-beta.4",
"bn.js": "^5.1.2"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@
"dependencies": {
"@babel/runtime": "^7.11.2",
"@polkadot/metadata": "1.28.0-beta.2",
"@polkadot/util": "^3.1.0-beta.3",
"@polkadot/util-crypto": "^3.1.0-beta.3",
"@polkadot/util": "^3.1.0-beta.4",
"@polkadot/util-crypto": "^3.1.0-beta.4",
"@types/bn.js": "^4.11.6",
"bn.js": "^5.1.2",
"memoizee": "^0.4.14",
"rxjs": "^6.6.2"
},
"devDependencies": {
"@polkadot/keyring": "^3.1.0-beta.3",
"@polkadot/keyring": "^3.1.0-beta.4",
"@types/memoizee": "^0.4.4"
}
}
Loading

0 comments on commit 1beaf9f

Please sign in to comment.