-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* Remove check for vulnerabilities * Move hasOwnProperty check to another path * Add some checks for vulnerabilities * Add some checks for vulnerabilities * Fix vulnerabilities * Fix vulnerabilities by splitting 'if' block to two blocks * Update dist files * Fix vulnerabilities * Update dists * Remove dist folder from git * Move jsdoc to tools folder, revert removing needed packages of root json, add documents to git, repair bootstrap-switch version * Update yarn lock * Change bootstrap-switch version * Update bootstrap version * Move examples build to related folder Co-authored-by: Kirill Kapytov <Kirill_Kapytov@epam.com>
- Loading branch information
1 parent
f6d3c83
commit 8cf5b5c
Showing
100 changed files
with
38,729 additions
and
77,816 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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"presets": [ | ||
"@babel/env", | ||
["@babel/react", {"runtime": "automatic"}], | ||
"@babel/typescript"], | ||
"plugins": [ | ||
"@babel/plugin-syntax-dynamic-import", | ||
"@babel/plugin-transform-runtime" | ||
] | ||
} |
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,2 +1,2 @@ | ||
examples/jsdoc-templates | ||
tools/templates | ||
documentation |
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.