Skip to content

Commit

Permalink
#357 GitHub Actions Security vulberabilities (#361)
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
r1z3rISGOD and Kirill Kapytov authored Dec 20, 2021
1 parent f6d3c83 commit 8cf5b5c
Show file tree
Hide file tree
Showing 100 changed files with 38,729 additions and 77,816 deletions.
10 changes: 10 additions & 0 deletions .babelrc
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"
]
}
2 changes: 1 addition & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
examples/jsdoc-templates
tools/templates
documentation
4 changes: 1 addition & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,4 @@ coverage/
.idea/*
.vscode/*
**/**.bundle.js
examples/v
documentation/*
!documentation/jsdoc-templates
examples/fullscreen
3 changes: 2 additions & 1 deletion demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"babel-eslint": "^10.1.0",
"babel-loader": "^8.0.6",
"bootstrap": "=3.3.7",
"bootstrap-switch": "=3.4.0",
"bootstrap-switch": "=3.3.4",
"browserify": "^16.5.1",
"cross-env": "^7.0.2",
"css-loader": "^3.5.3",
Expand Down Expand Up @@ -65,6 +65,7 @@
"stylelint-config-standard": "^24.0.0",
"stylelint-prettier": "^2.0.0",
"stylelint-scss": "^4.0.0",
"toastr": "^2.1.4",
"typescript": "^4.5.3",
"uglify-js": "^3.9.3",
"webpack": "^4.43.0",
Expand Down
Loading

0 comments on commit 8cf5b5c

Please sign in to comment.