Skip to content

Commit

Permalink
Update devDependencies
Browse files Browse the repository at this point in the history
* @babel/core                      ^7.15.5  →  ^7.15.8
* @babel/preset-env                ^7.15.6  →  ^7.15.8
* @rollup/plugin-commonjs          ^20.0.0  →  ^21.0.0
* autoprefixer                     ^10.3.6  →  ^10.3.7
* clean-css-cli                     ^5.3.3  →   ^5.4.1
* eslint-config-xo                 ^0.38.0  →  ^0.39.0
* linkinator                       ^2.14.0  →  ^2.14.4
* postcss                           ^8.3.8  →   ^8.3.9
* postcss-cli                       ^9.0.0  →   ^9.0.1
* rollup                           ^2.57.0  →  ^2.58.0
* stylelint-config-twbs-bootstrap   ^2.2.3  →   ^2.2.4
* vnu-jar                           21.9.2  →  21.10.8
  • Loading branch information
XhmikosR committed Oct 10, 2021
1 parent 8133c3e commit 0bdaf4b
Show file tree
Hide file tree
Showing 3 changed files with 236 additions and 367 deletions.
1 change: 1 addition & 0 deletions js/src/util.js
Expand Up @@ -72,6 +72,7 @@ const Util = {

getUID(prefix) {
do {
// eslint-disable-next-line no-bitwise
prefix += ~~(Math.random() * MAX_UID) // "~~" acts like a faster Math.floor() here
} while (document.getElementById(prefix))

Expand Down

0 comments on commit 0bdaf4b

Please sign in to comment.