diff --git a/packages/api/package.json b/packages/api/package.json index db4f3c58..c388ce00 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -23,20 +23,16 @@ "build": "rm -rf dist && rollup -c && tsc -d --outDir dist/ts --emitDeclarationOnly", "prepublishOnly": "yarn build" }, + "dependencies": { + "@nftx/config": "^0.3.0", + "@nftx/types": "^0.3.0" + }, "peerDependencies": { - "@ethersproject/bignumber": "^5.6.0", - "@nftx/config": "<1.0.0", - "@nftx/types": "<1.0.0" + "@ethersproject/bignumber": "^5.6.0" }, "devDependencies": { "@ethersproject/bignumber": "^5.6.0" }, - "nx": { - "implicitDependencies": [ - "@nftx/types", - "@nftx/config" - ] - }, "bugs": { "url": "https://github.com/NFTX-project/nftxjs/issues" }, diff --git a/packages/config/package.json b/packages/config/package.json index 18f48c9e..e08b0e73 100644 --- a/packages/config/package.json +++ b/packages/config/package.json @@ -24,19 +24,12 @@ "prepublishOnly": "yarn build", "docs": "jsdoc -c ../../jsdoc.js src" }, - "peerDependencies": { - "@nftx/constants": "<1.0.0" - }, "bugs": { "url": "https://github.com/NFTX-project/nftxjs/issues" }, "sideEffects": false, "dependencies": { + "@nftx/constants": "^0.3.0", "deepmerge": "^4.2.2" - }, - "nx": { - "implicitDependencies": [ - "@nftx/constants" - ] } } diff --git a/packages/core/package.json b/packages/core/package.json index b403eab4..2f127849 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -28,13 +28,15 @@ "@ethersproject/constants": "^5.6.0", "@ethersproject/providers": "^5.6.2", "@ethersproject/units": "^5.6.0", - "@nftx/config": "<1.0.0", - "@nftx/constants": "<1.0.0", - "@nftx/subgraph": "<1.0.0", - "@nftx/types": "<1.0.0", - "@nftx/utils": "<1.0.0", "ethers": "^5.6.2" }, + "dependencies": { + "@nftx/config": "^0.3.0", + "@nftx/constants": "^0.3.0", + "@nftx/subgraph": "^0.3.0", + "@nftx/types": "^0.3.0", + "@nftx/utils": "^0.3.0" + }, "devDependencies": { "@ethersproject/abi": "^5.6.0", "@ethersproject/bignumber": "^5.6.0", diff --git a/packages/subgraph/package.json b/packages/subgraph/package.json index ba5d777c..9326fc84 100644 --- a/packages/subgraph/package.json +++ b/packages/subgraph/package.json @@ -27,8 +27,8 @@ "url": "https://github.com/NFTX-project/nftxjs/issues" }, "sideEffects": false, - "peerDependencies": { - "@nftx/config": "<1.0.0", - "@nftx/constants": "<1.0.0" + "dependencies": { + "@nftx/config": "^0.3.0", + "@nftx/constants": "^0.3.0" } } diff --git a/packages/trade/package.json b/packages/trade/package.json index 9bf34d87..c5ef9cf7 100644 --- a/packages/trade/package.json +++ b/packages/trade/package.json @@ -29,12 +29,14 @@ "@ethersproject/contracts": "^5.6.0", "@ethersproject/providers": "^5.6.2", "@ethersproject/units": "^5.6.0", - "@nftx/config": "<1.0.0", - "@nftx/constants": "<1.0.0", - "@nftx/types": "<1.0.0", - "@nftx/utils": "<1.0.0", "ethers": "^5.6.2" }, + "dependencies": { + "@nftx/config": "^0.3.0", + "@nftx/constants": "^0.3.0", + "@nftx/types": "^0.3.0", + "@nftx/utils": "^0.3.0" + }, "devDependencies": { "@ethersproject/abi": "^5.6.0", "@ethersproject/bignumber": "^5.6.0", diff --git a/packages/utils/package.json b/packages/utils/package.json index e4896a4b..27f21de1 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -31,10 +31,6 @@ "@ethersproject/contracts": "^5.6.0", "@ethersproject/providers": "^5.6.2", "@ethersproject/units": "^5.6.0", - "@nftx/config": "<1.0.0", - "@nftx/constants": "<1.0.0", - "@nftx/subgraph": "<1.0.0", - "@nftx/types": "<1.0.0", "ethers": "^5.6.2" }, "devDependencies": { @@ -51,6 +47,10 @@ }, "sideEffects": false, "dependencies": { + "@nftx/config": "^0.3.0", + "@nftx/constants": "^0.3.0", + "@nftx/subgraph": "^0.3.0", + "@nftx/types": "^0.3.0", "keccak256": "^1.0.6", "merkletreejs": "^0.2.32" }