Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
chaitanyapotti committed Aug 24, 2021
1 parent af35ccb commit daa1340
Show file tree
Hide file tree
Showing 3 changed files with 120 additions and 123 deletions.
33 changes: 23 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@ npm run test:unit
```

### Run your E2E tests

Start local application first before running the e2e test

```sh
npm run serve
npm run test:e2e
Expand All @@ -56,6 +58,7 @@ npm run lint
See [Configuration Reference](https://cli.vuejs.org/config/).

### Current Issues

To get rid of the websocket error,
use the following command in the project root (where package.json lives)

Expand All @@ -64,13 +67,23 @@ find ./node_modules -name ".git" -type d -exec rm -rf {} +
```

### Release notes
Checklist:
Website: *.tor.us

| Test/Browser | Chrome | Safari | Brave | Firefox | Edge | iOS Safari | iOS Chrome | Android Chrome |
| ----------------------------------------- | ------------------ | ------------------ | ------------------ | ------------------ | ------------------ | ------------------ | ------------------ | ----------------- |
| Test login on google/discord oauths | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark:|
| Skale Network Change | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark:|
| Import Account | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark:|
| Test wallet transfer | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark:|
| Test on torus-embed vue-app all buttons | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark:|

Checklist:
Website: \*.tor.us

| Test/Browser | Chrome | Safari | Brave | Firefox | Edge | iOS Safari | iOS Chrome | Android Chrome |
| --------------------------------------- | ------------------ | ------------------ | ------------------ | ------------------ | ------------------ | ------------------ | ------------------ | ------------------ |
| Test login on google/discord oauths | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
| Skale Network Change | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
| Import Account | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
| Test wallet transfer | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
| Test on torus-embed vue-app all buttons | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |

Notes:

- When you update @metamask/contract-metadata, run the following command to sync images to s3

```sh
cd node_modules/@metamask/contract-metadata
aws s3 cp images s3://images.toruswallet.io/ --cache-control "public, max-age=604800, immutable" --metadata-directive REPLACE --recursive
```
204 changes: 94 additions & 110 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@ethereumjs/common": "^2.4.0",
"@ethereumjs/tx": "^3.3.0",
"@gtm-support/vue2-gtm": "^1.1.0",
"@metamask/contract-metadata": "^1.28.0",
"@metamask/contract-metadata": "^1.29.0",
"@metamask/object-multiplex": "^1.2.0",
"@metamask/obs-store": "^7.0.0",
"@metamask/safe-event-emitter": "^2.0.0",
Expand All @@ -41,7 +41,7 @@
"@toruslabs/fetch-node-details": "^2.7.1",
"@toruslabs/http-helpers": "^1.4.0",
"@toruslabs/loglevel-sentry": "^2.7.1",
"@toruslabs/openlogin": "^0.9.5",
"@toruslabs/openlogin": "^0.10.0",
"@toruslabs/openlogin-utils": "^0.10.0",
"@toruslabs/torus.js": "^2.4.4",
"@unstoppabledomains/resolution": "^5.0.1",
Expand Down Expand Up @@ -131,7 +131,7 @@
"eslint-plugin-switch-case": "^1.1.2",
"eslint-plugin-unicorn": "^35.0.0",
"eslint-plugin-vue": "^7.16.0",
"eslint-plugin-vue-scoped-css": "^1.2.2",
"eslint-plugin-vue-scoped-css": "^1.3.0",
"express": "^4.17.1",
"fibers": "^5.0.0",
"ganache-core": "^2.13.2",
Expand Down

0 comments on commit daa1340

Please sign in to comment.