package updates

This commit is contained in:
Matthias Kretschmann 2020-07-02 20:09:55 +02:00
parent 61c83f249b
commit 3da7c9d6d3
Signed by: m
GPG Key ID: 606EEEF3C479A91F
3 changed files with 655 additions and 720 deletions

View File

@ -5,7 +5,7 @@
<strong>🐡 Simple Electron-based desktop app to retrieve and display your total <a href="https://oceanprotocol.com">Ocean Token</a> balances.</strong>
</p>
<p align="center">
<a href="https://travis-ci.com/kremalicious/blowfish"><img src="https://travis-ci.com/kremalicious/blowfish.svg?branch=master" /></a>
<a href="https://travis-ci.com/kremalicious/blowfish"><img src="https://travis-ci.com/kremalicious/blowfish.svg?branch=main" /></a>
<a href="https://codeclimate.com/github/kremalicious/blowfish/maintainability"><img src="https://api.codeclimate.com/v1/badges/beeab7902ee5307fc0a1/maintainability" /></a>
<a href="https://codeclimate.com/github/kremalicious/blowfish/test_coverage"><img src="https://api.codeclimate.com/v1/badges/beeab7902ee5307fc0a1/test_coverage" /></a>
<a href="https://dependabot.com"><img src="https://badgen.net/dependabot/thepracticaldev/dev.to?icon=dependabot" /></a>
@ -104,7 +104,7 @@ brew install wine
## Creating Releases
From a clean `master` branch, running any release task will do the following:
From a clean `main` branch, running any release task will do the following:
- bumps the project version
- creates a Git tag

1361
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -42,8 +42,8 @@
"swr": "^0.2.3"
},
"devDependencies": {
"@babel/core": "^7.10.3",
"@babel/preset-env": "^7.10.3",
"@babel/core": "^7.10.4",
"@babel/preset-env": "^7.10.4",
"@jest-runner/electron": "^3.0.0",
"@react-mock/state": "^0.1.8",
"@svgr/webpack": "^5.4.0",
@ -55,9 +55,9 @@
"copy": "^0.3.2",
"cross-env": "^7.0.2",
"dotenv": "^8.2.0",
"electron": "^9.0.4",
"electron": "^9.0.5",
"electron-builder": "^22.7.0",
"electron-devtools-installer": "^3.0.0",
"electron-devtools-installer": "^3.1.0",
"eslint": "^7.3.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-react": "^7.20.0",
@ -68,7 +68,7 @@
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-pose": "^4.0.10",
"release-it": "^13.6.3",
"release-it": "^13.6.4",
"stylelint": "^13.6.1",
"stylelint-prettier": "^1.1.2"
},