Skip to content

Commit

Permalink
chore: update package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Keith-CY committed Sep 3, 2019
1 parent dd900e3 commit 009459f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions packages/cita-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cryptape/cita-sdk",
"version": "0.25.0",
"version": "0.25.1",
"main": "lib/index.js",
"repository": "https://github.com/cryptape/cita-sdk-js/tree/master/packages/cita-sdk",
"author": "Keith <[email protected]>",
Expand Down Expand Up @@ -35,9 +35,9 @@
"typedoc": "^0.15.0"
},
"dependencies": {
"@cryptape/cita-signer": "^2.5.1",
"web3": "1.0.0-beta.37",
"fstream": "1.0.12"
"@cryptape/cita-signer": "^2.5.2",
"fstream": "1.0.12",
"web3": "1.0.0-beta.37"
},
"jest": {
"verbose": true,
Expand Down
6 changes: 3 additions & 3 deletions packages/cita-signer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cryptape/cita-signer",
"version": "2.5.1",
"version": "2.5.2",
"main": "lib/index.js",
"private": false,
"repository": "https://github.com/cryptape/cita-sdk-js/tree/master/packages/cita-signer",
Expand All @@ -17,9 +17,9 @@
},
"dependencies": {
"elliptic": "^6.4.0",
"fstream": "1.0.12",
"google-protobuf": "^3.5.0",
"web3": "1.0.0-beta.37",
"fstream": "1.0.12"
"web3": "1.0.0-beta.37"
},
"devDependencies": {
"ts-protoc-gen": "^0.10.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/cita-web-debugger/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "cita-web-debugger",
"version": "0.2.10",
"version": "0.2.11",
"private": false,
"license": "MIT",
"dependencies": {
"@cryptape/cita-sdk": "^0.25.0",
"@cryptape/cita-sdk": "^0.25.1",
"@material-ui/core": "4.3.3",
"@material-ui/icons": "4.2.1",
"react": "^16.4.2",
Expand Down

0 comments on commit 009459f

Please sign in to comment.