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>
This commit is contained in:
Adam Uhlíř
2022-06-15 12:20:36 +02:00
committed by GitHub
parent 57dca48f3e
commit 2edf99c323
12 changed files with 9247 additions and 25878 deletions
+10 -13
View File
@@ -1,19 +1,16 @@
{
"ignores": [
"@types/jest",
"@commitlint/config-conventional",
"@types/react-router",
"@babel/core",
"@babel/plugin-proposal-class-properties",
"@babel/plugin-transform-runtime",
"@babel/preset-env",
"@babel/preset-react",
"@babel/preset-typescript",
"babel-loader",
"babel-plugin-syntax-dynamic-import",
"babel-plugin-tsconfig-paths",
"@types/*",
"@commitlint/config-conventional",
"@babel/*",
"babel*",
"eslint*",
"file-loader",
"ts-node",
"webpack-cli"
"webpack-cli",
"assert",
"buffer",
"crypto*",
"stream*"
]
}