Skip to content

Commit

Permalink
Merge pull request #2 from oipwg/master
Browse files Browse the repository at this point in the history
update deps
  • Loading branch information
daviortega authored Apr 3, 2020
2 parents cacc3b8 + c30cdb4 commit d9a36fc
Show file tree
Hide file tree
Showing 4 changed files with 213 additions and 12,617 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,16 @@
"start": "next start"
},
"dependencies": {
"core-js": "^2.6.11",
"core-js": "^3.6.4",
"@oipwg/exchange-rate": "^2.0.0-beta.1",
"@oipwg/hdmw": "^2.0.0-beta.8",
"@zeit/next-css": "^1.0.1",
"bip39": "^3.0.2",
"bitcoinjs-lib": "^5.1.7",
"classnames": "^2.2.6",
"js-oip": "^2.4.4",
"lodash": "^4.17.15",
"next": "^9.3.4",
"oip-react": "^2.0.0-beta.3.9.16",
"oip-react": "^2.0.0-beta.3.9.17",
"prop-types": "^15.7.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
Expand Down
2 changes: 1 addition & 1 deletion redux/reducers/Wallet.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { OIP } from 'js-oip'
import Exchange from 'oip-exchange-rate'
import Exchange from '@oipwg/exchange-rate'

import config from '../../config.js'
import * as actions from '../actions/Wallet/creators'
Expand Down
Loading

0 comments on commit d9a36fc

Please sign in to comment.