Skip to content

Commit

Permalink
Update GABA dependency version (MetaMask#7894)
Browse files Browse the repository at this point in the history
  • Loading branch information
whymarrh authored and yqrashawn committed Feb 10, 2020
1 parent 8a4050b commit 9ac4fbc
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
"localnode": "node development/local-node.js",
"dapp": "serve test/e2e/contract-test --symlinks --listen 8080",
"dapp-chain": "GANACHE_ARGS='-b 2' concurrently -k -n ganache,dapp -p '[{time}][{name}]' 'yarn ganache:start' 'sleep 5 && serve test/e2e/contract-test --listen 8080 --symlinks'",
"forwarder": "node ./development/static-server.js ./node_modules/@metamask/forwarder/dist/ --port 9010",
"dapp-forwarder": "concurrently -k -n forwarder,dapp -p '[{time}][{name}]' 'yarn forwarder' 'yarn dapp'",
"watch:test:unit": "nodemon --exec \"yarn test:unit\" ./test ./app ./ui",
"format:js": "prettier-eslint {app,ui,test,development}/**/*.{js,json} --write",
"sendwithprivatedapp": "node development/static-server.js test/e2e/send-eth-with-private-key-test --port 8080",
Expand Down Expand Up @@ -45,6 +47,7 @@
"lint:shellcheck": "./development/shellcheck.sh",
"lint:lockfile": "lockfile-lint --path yarn.lock --allowed-hosts npm yarn github.com codeload.github.com --empty-hostname false --allowed-schemes \"https:\" \"git+https:\"",
"verify-locales": "node ./development/verify-locale-strings.js",
"verify-locales:fix": "node ./development/verify-locale-strings.js --fix",
"mozilla-lint": "addons-linter dist/firefox",
"watch": "cross-env METAMASK_ENV=test mocha --watch --file test/setup.js --reporter min --recursive \"test/unit/**/*.js\" \"ui/app/**/*.test.js\"",
"devtools:react": "react-devtools",
Expand Down Expand Up @@ -131,9 +134,10 @@
"ethjs-rpc": "0.1.9",
"extension-port-stream": "^1.0.0",
"extensionizer": "^1.0.1",
"fast-deep-equal": "^2.0.1",
"fast-json-patch": "^2.0.4",
"fuse.js": "^3.2.0",
"gaba": "^1.9.1",
"gaba": "^1.9.3",
"human-standard-token-abi": "^2.0.0",
"jazzicon": "^1.2.0",
"js-conflux-sdk": "^0.6.0-alpha",
Expand All @@ -148,6 +152,7 @@
"metamask-logo": "^2.1.4",
"mkdirp": "^0.5.1",
"multihashes": "^0.4.12",
"nanoid": "^2.1.6",
"nonce-tracker": "^1.0.0",
"number-to-bn": "^1.7.0",
"obj-multiplex": "^1.0.0",
Expand Down

0 comments on commit 9ac4fbc

Please sign in to comment.