Skip to content

Commit

Permalink
fix(dev-utils): upgrade kirby and web3
Browse files Browse the repository at this point in the history
  • Loading branch information
dan committed Dec 6, 2019
1 parent 9efda77 commit e3e8b40
Show file tree
Hide file tree
Showing 10 changed files with 349 additions and 257 deletions.
10 changes: 5 additions & 5 deletions packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"ts-jest": "^23.10.4",
"ts-loader": "^4",
"typescript": "^3.6.2",
"web3-providers-http": "^1.2.1",
"web3-providers-http": "^1.2.4",
"webpack": "^4",
"webpack-hot-middleware": "^2.21.1"
},
Expand All @@ -73,9 +73,9 @@
"@joincivil/elements": "^0.0.1",
"@joincivil/ethapi": "^0.4.9",
"@joincivil/utils": "^1.9.9",
"@kirby-web3/ethereum-react": "^1.2.13",
"@kirby-web3/parent-core": "^1.1.2",
"@kirby-web3/plugin-ethereum": "^1.10.4",
"@kirby-web3/ethereum-react": "^1.2.16",
"@kirby-web3/parent-core": "^1.3.2",
"@kirby-web3/plugin-ethereum": "^1.10.7",
"@types/styled-components": "^4.1.18",
"apollo-client": "^2.6.4",
"apollo-storybook-react": "^0.1.8",
Expand All @@ -96,7 +96,7 @@
"react-stripe-elements": "^5.0.1",
"rxjs": "^5.5.6",
"styled-components": "^5.0.0-beta.8",
"web3": "^1.2.1"
"web3": "^1.2.4"
},
"publishConfig": {
"access": "public"
Expand Down
8 changes: 4 additions & 4 deletions packages/contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,11 @@
"truffle-hdwallet-provider": "^1.0.15",
"tslint": "^5.17.0",
"typescript": "^3.6.2",
"web3": "^1.2.2",
"web3-core": "^1.2.2",
"web3-eth": "^1.2.2",
"web3": "^1.2.4",
"web3-core": "^1.2.4",
"web3-eth": "^1.2.4",
"web3-provider-engine": "^14.0.6",
"web3-providers-http": "^1.2.2"
"web3-providers-http": "^1.2.4"
},
"dependencies": {
"chai-bignumber": "^3.0.0"
Expand Down
10 changes: 5 additions & 5 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,11 @@
"events": "^3.0.0",
"ipfs-http-client": "^29.1.1",
"rxjs": "^5.5.6",
"web3": "^1.2.2",
"web3-core": "^1.2.2",
"web3-eth-contract": "^1.2.2",
"web3-providers-http": "^1.2.2",
"web3-utils": "^1.2.2"
"web3": "^1.2.4",
"web3-core": "^1.2.4",
"web3-eth-contract": "^1.2.4",
"web3-providers-http": "^1.2.4",
"web3-utils": "^1.2.4"
},
"publishConfig": {
"access": "public"
Expand Down
8 changes: 4 additions & 4 deletions packages/dapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@joincivil/sdk": "^2.0.0",
"@joincivil/typescript-types": "^1.4.9",
"@joincivil/utils": "^1.9.9",
"@kirby-web3/ethereum-react": "^1.2.13",
"@kirby-web3/ethereum-react": "^1.2.16",
"@redux-beacon/google-analytics": "^1.2.0",
"@sentry/browser": "^5.0.5",
"@sentry/integrations": "^5.8.0",
Expand Down Expand Up @@ -55,9 +55,9 @@
"sort-by": "^1.2.0",
"store": "^2.0.12",
"styled-components": "^5.0.0-beta.8",
"web3": "^1.2.2",
"web3-providers-http": "^1.2.2",
"web3-providers-ws": "^1.2.2"
"web3": "^1.2.4",
"web3-providers-http": "^1.2.4",
"web3-providers-ws": "^1.2.4"
},
"resolutions": {
"styled-components": "5.0.0-beta.8"
Expand Down
6 changes: 3 additions & 3 deletions packages/dev-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@
"handlebars": "^4.0.11",
"mkdirp": "^0.5.1",
"to-snake-case": "^1.0.0",
"web3": "^1.2.2",
"web3-core": "^1.2.2",
"web3": "^1.2.4",
"web3-core": "^1.2.4",
"web3-provider-engine": "^14.0.6",
"web3-providers-http": "^1.2.2"
"web3-providers-http": "^1.2.4"
},
"devDependencies": {
"@joincivil/tslint-rules": "^2.7.1",
Expand Down
18 changes: 9 additions & 9 deletions packages/ethapi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,15 @@
"ethereumjs-util": "^5.2.0",
"lodash": "^4.17.10",
"rxjs": "^5.5.6",
"web3": "^1.2.2",
"web3-core": "^1.2.2",
"web3-core-helpers": "^1.2.2",
"web3-eth": "^1.2.2",
"web3-eth-abi": "^1.2.2",
"web3-eth-contract": "^1.2.2",
"web3-providers-http": "^1.2.2",
"web3-providers-ws": "^1.2.2",
"web3-utils": "^1.2.2"
"web3": "^1.2.4",
"web3-core": "^1.2.4",
"web3-core-helpers": "^1.2.4",
"web3-eth": "^1.2.4",
"web3-eth-abi": "^1.2.4",
"web3-eth-contract": "^1.2.4",
"web3-providers-http": "^1.2.4",
"web3-providers-ws": "^1.2.4",
"web3-utils": "^1.2.4"
},
"publishConfig": {
"access": "public"
Expand Down
8 changes: 4 additions & 4 deletions packages/kirby/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
"types": "build/index.d.ts",
"dependencies": {
"@joincivil/elements": "^0.0.1",
"@kirby-web3/child-core": "^1.6.1",
"@kirby-web3/child-react": "^1.1.9",
"@kirby-web3/plugin-connext": "^1.1.10",
"@kirby-web3/plugin-ethereum": "^1.10.4",
"@kirby-web3/child-core": "^1.6.3",
"@kirby-web3/child-react": "^1.1.12",
"@kirby-web3/plugin-connext": "^1.1.13",
"@kirby-web3/plugin-ethereum": "^1.10.7",
"@reach/router": "^1.2.1",
"@types/jest": "24.0.15",
"@types/node": "12.6.8",
Expand Down
6 changes: 3 additions & 3 deletions packages/typescript-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@
"rimraf": "^2.6.2",
"tslint": "^5.17.0",
"typescript": "^3.6.2",
"web3": "^1.2.2"
"web3": "^1.2.4"
},
"dependencies": {
"ethers": "^4.0.27",
"web3-core": "^1.2.2",
"web3-utils": "^1.2.2"
"web3-core": "^1.2.4",
"web3-utils": "^1.2.4"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"immutable": "^4.0.0-rc.12",
"rxjs": "^5.5.6",
"sanitize-html": "^1.20.0",
"web3-utils": "^2.0.0-alpha"
"web3-utils": "^1.2.4"
},
"bugs": {
"url": "https://github.com/joincivil/Civil/issues"
Expand Down
Loading

0 comments on commit e3e8b40

Please sign in to comment.