Skip to content

Commit 2edf99c

Browse files
chore: deps and react-script update (#383)
* chore: deps and react-script update * ci: bump node version to 18 * ci: depscheck * docs: mention minimal npm required version * chore: feedback Co-authored-by: Vojtech Simetka <vojtech@simetka.cz> Co-authored-by: Vojtech Simetka <vojtech@simetka.cz>
1 parent 57dca48 commit 2edf99c

12 files changed

Lines changed: 17201 additions & 33832 deletions

File tree

.depcheckrc.json

Lines changed: 10 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,16 @@
11
{
22
"ignores": [
3-
"@types/jest",
4-
"@commitlint/config-conventional",
5-
"@types/react-router",
6-
"@babel/core",
7-
"@babel/plugin-proposal-class-properties",
8-
"@babel/plugin-transform-runtime",
9-
"@babel/preset-env",
10-
"@babel/preset-react",
11-
"@babel/preset-typescript",
12-
"babel-loader",
13-
"babel-plugin-syntax-dynamic-import",
14-
"babel-plugin-tsconfig-paths",
3+
"@types/*",
4+
"@commitlint/config-conventional",
5+
"@babel/*",
6+
"babel*",
7+
"eslint*",
158
"file-loader",
169
"ts-node",
17-
"webpack-cli"
10+
"webpack-cli",
11+
"assert",
12+
"buffer",
13+
"crypto*",
14+
"stream*"
1815
]
1916
}

.eslintrc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
"sourceType": "module",
2424
"ecmaVersion": 2018
2525
},
26-
"plugins": ["jest"],
2726
"rules": {
2827
"array-bracket-newline": ["error", "consistent"],
2928
"strict": ["error", "safe"],

.github/workflows/check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
strategy:
1616
matrix:
17-
node-version: [14.x]
17+
node-version: [18.x]
1818

1919
env:
2020
REACT_APP_BEE_HOST: https://api.test-node.staging.ethswarm.org/

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
strategy:
1616
matrix:
17-
node-version: [14.x]
17+
node-version: [18.x]
1818

1919
steps:
2020
- uses: actions/checkout@v2

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
[![standard-readme compliant](https://img.shields.io/badge/standard--readme-OK-brightgreen.svg?style=flat-square)](https://github.com/RichardLitt/standard-readme)
55
[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat-square)](https://github.com/feross/standard)
66
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fethersphere%2Fbee-dashboard.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2Fethersphere%2Fbee-dashboard?ref=badge_shield)
7-
![](https://img.shields.io/badge/npm-%3E%3D6.0.0-orange.svg?style=flat-square)
8-
![](https://img.shields.io/badge/Node.js-%3E%3D10.0.0-orange.svg?style=flat-square)
7+
![](https://img.shields.io/badge/npm-%3E%3D6.9.0-orange.svg?style=flat-square)
8+
![](https://img.shields.io/badge/Node.js-%3E%3D14.0.0-orange.svg?style=flat-square)
99

1010
> An app which helps users to setup their Bee node and do actions like cash out cheques, upload and download files or
1111
> manage your postage stamps.
@@ -117,4 +117,4 @@ See what "Maintainer" means [here](https://github.com/ethersphere/repo-maintaine
117117
[BSD-3-Clause](./LICENSE)
118118

119119

120-
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fethersphere%2Fbee-dashboard.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2Fethersphere%2Fbee-dashboard?ref=badge_large)
120+
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fethersphere%2Fbee-dashboard.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2Fethersphere%2Fbee-dashboard?ref=badge_large)

0 commit comments

Comments
 (0)