Skip to content

Commit

Permalink
chore(deps): update dependency @arkecosystem/core-test-framework to v…
Browse files Browse the repository at this point in the history
…3.0.0-next.11 (#34)

* chore(deps): update dependency @arkecosystem/core-test-framework to v3.0.0-next.11

* chore: bump ark deps

* chore: pin ark deps

* chore: add missing deps

Co-authored-by: Renovate Bot <[email protected]>
Co-authored-by: Amadej Pevec <[email protected]>
  • Loading branch information
3 people authored Nov 25, 2020
1 parent fd1e89c commit abe2491
Show file tree
Hide file tree
Showing 135 changed files with 1,149 additions and 2,445 deletions.
1,940 changes: 635 additions & 1,305 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.
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.
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.
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.
4 changes: 4 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ packageExtensions:
dependencies:
"@arkecosystem/core-magistrate-crypto": next
bytebuffer: latest
"@arkecosystem/core-manager@*":
dependencies:
"@arkecosystem/core-snapshots": next
dayjs: latest
"@arkecosystem/core@*":
dependencies:
"@oclif/errors": latest
Expand Down
26 changes: 13 additions & 13 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.9",
"@arkecosystem/core-cli": "^3.0.0-next.9"
"@arkecosystem/core": "3.0.0-next.11",
"@arkecosystem/core-cli": "3.0.0-next.11"
},
"devDependencies": {
"@sindresorhus/tsconfig": "^0.8.0",
Expand Down Expand Up @@ -69,37 +69,37 @@
"typescript-language-server": "~0.4.0"
},
"dependenciesMeta": {
"@arkecosystem/core@3.0.0-next.9": {
"@arkecosystem/core": {
"unplugged": true
},
"@arkecosystem/core-api@3.0.0-next.9": {
"@arkecosystem/core-api": {
"unplugged": true
},
"@arkecosystem/core-cli@3.0.0-next.9": {
"@arkecosystem/core-cli": {
"unplugged": true
},
"@arkecosystem/core-database@3.0.0-next.9": {
"@arkecosystem/core-database": {
"unplugged": true
},
"@arkecosystem/core-kernel@3.0.0-next.9": {
"@arkecosystem/core-kernel": {
"unplugged": true
},
"@arkecosystem/core-state@3.0.0-next.9": {
"@arkecosystem/core-state": {
"unplugged": true
},
"@arkecosystem/core-test-framework@3.0.0-next.9": {
"@arkecosystem/core-test-framework": {
"unplugged": true
},
"@arkecosystem/core-transaction-pool@3.0.0-next.9": {
"@arkecosystem/core-transaction-pool": {
"unplugged": true
},
"@arkecosystem/core-transactions@3.0.0-next.9": {
"@arkecosystem/core-transactions": {
"unplugged": true
},
"@arkecosystem/crypto@3.0.0-next.9": {
"@arkecosystem/crypto": {
"unplugged": true
},
"@arkecosystem/utils@1.2.0": {
"@arkecosystem/utils": {
"unplugged": true
}
},
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.9",
"@arkecosystem/core-kernel": "^3.0.0-next.9",
"@arkecosystem/crypto": "^3.0.0-next.9",
"@arkecosystem/core-api": "3.0.0-next.11",
"@arkecosystem/core-kernel": "3.0.0-next.11",
"@arkecosystem/crypto": "3.0.0-next.11",
"@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.9",
"@arkecosystem/core-kernel": "^3.0.0-next.9",
"@arkecosystem/core-state": "^3.0.0-next.9",
"@arkecosystem/core-test-framework": "^3.0.0-next.9",
"@arkecosystem/core-transaction-pool": "^3.0.0-next.9",
"@arkecosystem/core-transactions": "^3.0.0-next.9",
"@arkecosystem/core-database": "3.0.0-next.11",
"@arkecosystem/core-kernel": "3.0.0-next.11",
"@arkecosystem/core-state": "3.0.0-next.11",
"@arkecosystem/core-test-framework": "3.0.0-next.11",
"@arkecosystem/core-transaction-pool": "3.0.0-next.11",
"@arkecosystem/core-transactions": "3.0.0-next.11",
"@sindresorhus/tsconfig": "^0.8.0",
"@types/eslint": "^7.2.5",
"@types/eslint-plugin-prettier": "^3.1.0",
Expand Down
8 changes: 4 additions & 4 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.9",
"@protokol/utils": "^1.0.0-beta.28",
"@arkecosystem/crypto": "3.0.0-next.11",
"@protokol/utils": "1.0.0-beta.28",
"bytebuffer": "^5.0.1"
},
"devDependencies": {
"@arkecosystem/core-kernel": "^3.0.0-next.9",
"@arkecosystem/core-test-framework": "3.0.0-next.10",
"@arkecosystem/core-kernel": "3.0.0-next.11",
"@arkecosystem/core-test-framework": "3.0.0-next.11",
"@sindresorhus/tsconfig": "~0.8.0",
"@types/jest": "~26.0.15",
"@types/node": "^14.14.8",
Expand Down
20 changes: 10 additions & 10 deletions packages/guardian-transactions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,21 +41,21 @@
"publish:beta": "yarn build && yarn npm publish --tag beta --access public --tolerate-republish"
},
"dependencies": {
"@arkecosystem/core-database": "^3.0.0-next.9",
"@arkecosystem/core-kernel": "^3.0.0-next.9",
"@arkecosystem/core-state": "^3.0.0-next.9",
"@arkecosystem/core-transactions": "^3.0.0-next.9",
"@arkecosystem/crypto": "^3.0.0-next.9",
"@arkecosystem/core-database": "3.0.0-next.11",
"@arkecosystem/core-kernel": "3.0.0-next.11",
"@arkecosystem/core-state": "3.0.0-next.11",
"@arkecosystem/core-transactions": "3.0.0-next.11",
"@arkecosystem/crypto": "3.0.0-next.11",
"@protokol/guardian-crypto": "workspace:packages/guardian-crypto",
"ajv": "6.12.6",
"delay": "4.4.0"
},
"devDependencies": {
"@arkecosystem/core-kernel": "^3.0.0-next.9",
"@arkecosystem/core-state": "^3.0.0-next.9",
"@arkecosystem/core-test-framework": "^3.0.0-next.9",
"@arkecosystem/core-transaction-pool": "^3.0.0-next.9",
"@arkecosystem/utils": "*",
"@arkecosystem/core-kernel": "3.0.0-next.11",
"@arkecosystem/core-state": "3.0.0-next.11",
"@arkecosystem/core-test-framework": "3.0.0-next.11",
"@arkecosystem/core-transaction-pool": "3.0.0-next.11",
"@arkecosystem/utils": "1.2.1",
"@sindresorhus/tsconfig": "~0.8.0",
"@types/eslint": "^7.2.5",
"@types/eslint-plugin-prettier": "^3.1.0",
Expand Down
8 changes: 7 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
{
"extends": ["config:base", ":preserveSemverRanges"],
"baseBranches": ["develop"]
"baseBranches": ["develop"],
"packageRules": [
{
"packagePatterns": ["^@arkecosystem"],
"groupName": "ark packages"
}
]
}
Loading

0 comments on commit abe2491

Please sign in to comment.