-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 <[email protected]> Co-authored-by: Vojtech Simetka <[email protected]>
- Loading branch information
1 parent
57dca48
commit 2edf99c
Showing
12 changed files
with
17,201 additions
and
33,832 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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*" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.