Skip to content
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

fix(deps): update ark packages to v3.0.0-next.13 #44

Merged
merged 2 commits into from
Dec 8, 2020
Merged
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
623 changes: 316 additions & 307 deletions .pnp.js

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
11 changes: 0 additions & 11 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
packageExtensions:
"@arkecosystem/core-database@*":
dependencies:
pg: latest
"@arkecosystem/core-kernel@*":
dependencies:
"@arkecosystem/core-api": next
Expand All @@ -20,23 +17,15 @@ packageExtensions:
"@arkecosystem/core-webhooks": next
"@protokol/guardian-api": "workspace:packages/guardian-api"
"@protokol/guardian-transactions": "workspace:packages/guardian-transactions"
"@arkecosystem/core-manager@*":
dependencies:
"@arkecosystem/core-snapshots": next
dayjs: latest
"@arkecosystem/core-transaction-pool@*":
dependencies:
"@arkecosystem/core-magistrate-crypto": next
bytebuffer: latest
"@arkecosystem/core@*":
dependencies:
"@oclif/errors": latest
"@arkecosystem/crypto@*":
dependencies:
"@types/node": latest
"@oclif/plugin-help@*":
dependencies:
"@oclif/errors": latest
"@types/eslint-plugin-prettier@*":
dependencies:
eslint: latest
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
"full:testnet": "cross-env CORE_PATH_CONFIG=./config/networks/testnet ark core:run --networkStart --env=test --network=testnet"
},
"dependencies": {
"@arkecosystem/core": "3.0.0-next.12",
"@arkecosystem/core-cli": "3.0.0-next.12"
"@arkecosystem/core": "3.0.0-next.13",
"@arkecosystem/core-cli": "3.0.0-next.13"
},
"devDependencies": {
"@sindresorhus/tsconfig": "^0.8.0",
Expand Down
18 changes: 9 additions & 9 deletions packages/guardian-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@
"publish:beta": "yarn build && yarn npm publish --tag beta --access public --tolerate-republish"
},
"dependencies": {
"@arkecosystem/core-api": "3.0.0-next.12",
"@arkecosystem/core-kernel": "3.0.0-next.12",
"@arkecosystem/crypto": "3.0.0-next.12",
"@arkecosystem/core-api": "3.0.0-next.13",
"@arkecosystem/core-kernel": "3.0.0-next.13",
"@arkecosystem/crypto": "3.0.0-next.13",
"@hapi/boom": "^9.1.0",
"@hapi/hapi": "^20.0.2",
"@hapi/joi": "^17.1.0",
Expand All @@ -52,12 +52,12 @@
"latest-version": "^5.1.0"
},
"devDependencies": {
"@arkecosystem/core-database": "3.0.0-next.12",
"@arkecosystem/core-kernel": "3.0.0-next.12",
"@arkecosystem/core-state": "3.0.0-next.12",
"@arkecosystem/core-test-framework": "3.0.0-next.12",
"@arkecosystem/core-transaction-pool": "3.0.0-next.12",
"@arkecosystem/core-transactions": "3.0.0-next.12",
"@arkecosystem/core-database": "3.0.0-next.13",
"@arkecosystem/core-kernel": "3.0.0-next.13",
"@arkecosystem/core-state": "3.0.0-next.13",
"@arkecosystem/core-test-framework": "3.0.0-next.13",
"@arkecosystem/core-transaction-pool": "3.0.0-next.13",
"@arkecosystem/core-transactions": "3.0.0-next.13",
"@sindresorhus/tsconfig": "^0.8.0",
"@types/eslint": "^7.2.5",
"@types/eslint-plugin-prettier": "^3.1.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/guardian-crypto/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,13 @@
"publish:beta": "yarn build && yarn npm publish --tag beta --access public --tolerate-republish"
},
"dependencies": {
"@arkecosystem/crypto": "3.0.0-next.12",
"@arkecosystem/crypto": "3.0.0-next.13",
"@protokol/utils": "1.0.0-beta.36",
"bytebuffer": "^5.0.1"
},
"devDependencies": {
"@arkecosystem/core-kernel": "3.0.0-next.12",
"@arkecosystem/core-test-framework": "3.0.0-next.12",
"@arkecosystem/core-kernel": "3.0.0-next.13",
"@arkecosystem/core-test-framework": "3.0.0-next.13",
"@sindresorhus/tsconfig": "~0.8.0",
"@types/jest": "~26.0.15",
"@types/node": "^14.14.8",
Expand Down
18 changes: 9 additions & 9 deletions packages/guardian-transactions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,20 +41,20 @@
"publish:beta": "yarn build && yarn npm publish --tag beta --access public --tolerate-republish"
},
"dependencies": {
"@arkecosystem/core-database": "3.0.0-next.12",
"@arkecosystem/core-kernel": "3.0.0-next.12",
"@arkecosystem/core-state": "3.0.0-next.12",
"@arkecosystem/core-transactions": "3.0.0-next.12",
"@arkecosystem/crypto": "3.0.0-next.12",
"@arkecosystem/core-database": "3.0.0-next.13",
"@arkecosystem/core-kernel": "3.0.0-next.13",
"@arkecosystem/core-state": "3.0.0-next.13",
"@arkecosystem/core-transactions": "3.0.0-next.13",
"@arkecosystem/crypto": "3.0.0-next.13",
"@protokol/guardian-crypto": "workspace:packages/guardian-crypto",
"ajv": "6.12.6",
"delay": "4.4.0"
},
"devDependencies": {
"@arkecosystem/core-kernel": "3.0.0-next.12",
"@arkecosystem/core-state": "3.0.0-next.12",
"@arkecosystem/core-test-framework": "3.0.0-next.12",
"@arkecosystem/core-transaction-pool": "3.0.0-next.12",
"@arkecosystem/core-kernel": "3.0.0-next.13",
"@arkecosystem/core-state": "3.0.0-next.13",
"@arkecosystem/core-test-framework": "3.0.0-next.13",
"@arkecosystem/core-transaction-pool": "3.0.0-next.13",
"@arkecosystem/utils": "1.2.1",
"@sindresorhus/tsconfig": "~0.8.0",
"@types/eslint": "^7.2.5",
Expand Down
Loading