Skip to content

Commit

Permalink
fix: clean up dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
yknl committed Oct 15, 2020
1 parent 9899890 commit 442bc3d
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions packages/encryption/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
"bip39": "^3.0.2",
"bitcoinjs-lib": "^5.1.10",
"bn.js": "^5.1.2",
"codecov": "^3.7.2",
"elliptic": "^6.5.2",
"randombytes": "^2.1.0",
"ripemd160-min": "^0.0.6",
Expand All @@ -52,7 +51,8 @@
"jest": "^24.9.0",
"jest-fetch-mock": "^3.0.3",
"ts-jest": "^26.4.1",
"tsdx": "^0.14.0"
"tsdx": "^0.14.0",
"codecov": "^3.7.2"
},
"sideEffects": false,
"main": "dist/index.js",
Expand Down
8 changes: 4 additions & 4 deletions packages/network/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,15 @@
"url": "https://github.com/blockstack/blockstack.js/issues"
},
"dependencies": {
"@stacks/common": "^1.0.0-beta.5",
"codecov": "^3.7.2",
"tsdx": "^0.14.0"
"@stacks/common": "^1.0.0-beta.5"
},
"devDependencies": {
"@types/jest": "^24.9.0",
"jest": "^24.9.0",
"jest-fetch-mock": "^3.0.3",
"ts-jest": "^26.4.1"
"ts-jest": "^26.4.1",
"codecov": "^3.7.2",
"tsdx": "^0.14.0"
},
"types": "./dist/network/src/index.d.ts",
"sideEffects": false,
Expand Down
2 changes: 1 addition & 1 deletion packages/profile/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@
"@stacks/encryption": "^1.0.0-beta.5",
"@stacks/network": "^1.0.0-beta.5",
"bitcoinjs-lib": "^5.1.10",
"codecov": "^3.7.2",
"jsontokens": "^3.0.0",
"schema-inspector": "^1.7.0",
"zone-file": "^1.0.0"
},
"devDependencies": {
"codecov": "^3.7.2",
"@types/jest": "^24.9.0",
"jest": "^24.9.0",
"jest-fetch-mock": "^3.0.3",
Expand Down
6 changes: 3 additions & 3 deletions packages/storage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,15 @@
"dependencies": {
"@stacks/auth": "^1.0.0-beta.5",
"@stacks/common": "^1.0.0-beta.5",
"@stacks/encryption": "^1.0.0-beta.5",
"codecov": "^3.7.2"
"@stacks/encryption": "^1.0.0-beta.5"
},
"devDependencies": {
"@types/jest": "^24.9.0",
"jest": "^24.9.0",
"jest-fetch-mock": "^3.0.3",
"ts-jest": "^26.4.1",
"tsdx": "^0.14.0"
"tsdx": "^0.14.0",
"codecov": "^3.7.2"
},
"sideEffects": false,
"main": "dist/index.js",
Expand Down
8 changes: 4 additions & 4 deletions packages/transactions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,9 @@
"ts-loader": "^6.2.2",
"ts-node": "^8.10.2",
"typedoc": "^0.16.11",
"typescript": "^3.7.2"
"typescript": "^3.7.2",
"codecov": "^3.7.2",
"tsdx": "^0.14.0"
},
"dependencies": {
"@stacks/common": "^1.0.0-beta.5",
Expand All @@ -62,15 +64,13 @@
"@types/sha.js": "^2.4.0",
"bn.js": "^4.11.9",
"c32check": "^1.1.1",
"codecov": "^3.7.2",
"cross-fetch": "^3.0.5",
"elliptic": "^6.5.3",
"lodash": "^4.17.20",
"randombytes": "^2.1.0",
"ripemd160-min": "^0.0.6",
"sha.js": "^2.4.11",
"smart-buffer": "^4.1.0",
"tsdx": "^0.14.0"
"smart-buffer": "^4.1.0"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 442bc3d

Please sign in to comment.