Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
shrpne committed Aug 15, 2019
1 parent ea0d083 commit 102d15c
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 35 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,6 @@
## 4.0.1 - 2019-08-15
- update deps

## 4.0.0 - 2019-07-30
- **BREAKING** rename UMD module from `minterJsTx` to `minterWallet`
- fix browser usage of UMD module
Expand Down
2 changes: 1 addition & 1 deletion jest-bundle.config.js
Expand Up @@ -6,7 +6,7 @@ module.exports = {
'^.+\\.jsx?$': 'babel-jest',
},
transformIgnorePatterns: [
'node_modules/(?!(minterjs-util|minterjs-tx|buffer-es6)/)',
'node_modules/(?!(buffer-es6)/)',
],
setupFilesAfterEnv: ["<rootDir>/jest-bundle-setup.js"],
testEnvironment: "<rootDir>/jest-environment-bundle.js",
Expand Down
57 changes: 29 additions & 28 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "minterjs-wallet",
"version": "4.0.0",
"version": "4.0.1",
"description": "Utilities for handling Minter keys",
"main": "dist/cjs/index.js",
"module": "src/index.js",
Expand Down Expand Up @@ -54,7 +54,7 @@
"elliptic": "^6.5.0",
"ethereumjs-util": "^6.1.0",
"hdkey": "^1.1.1",
"minterjs-util": "0.10.1",
"minterjs-util": "0.11.0",
"parse-asn1": "github:shrpne/parse-asn1#update-asn1",
"safe-buffer": "^5.2.0"
},
Expand All @@ -63,17 +63,17 @@
"@babel/core": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"babel-jest": "^24.8.0",
"coveralls": "^3.0.5",
"coveralls": "^3.0.6",
"eslint": "^6.1.0",
"eslint-config-airbnb-base": "^13.2.0",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-import": "^2.18.2",
"jest": "^24.8.0",
"jest-environment-jsdom": "^24.8.0",
"pre-commit": "^1.2.2",
"rollup": "^1.17.0",
"rollup": "^1.19.4",
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-commonjs": "^10.0.1",
"rollup-plugin-commonjs": "^10.0.2",
"rollup-plugin-json": "^4.0.0",
"rollup-plugin-node-builtins": "^2.1.2",
"rollup-plugin-node-globals": "^1.4.0",
Expand Down

0 comments on commit 102d15c

Please sign in to comment.