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:
+10
-13
@@ -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*"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user