Skip to content

Commit

Permalink
Update devDependencies
Browse files Browse the repository at this point in the history
* @babel/cli                       ^7.13.14  →  ^7.13.16
* @babel/core                      ^7.13.14  →   ^7.14.0
* @babel/preset-env                ^7.13.12  →   ^7.14.1
* clean-css-cli                      ^5.2.2  →    ^5.3.0
* eslint                            ^7.23.0  →   ^7.25.0
* eslint-config-xo                  ^0.35.0  →  ^0.36.0
* eslint-plugin-unicorn             ^29.0.0  →  ^31.0.0
* hugo-bin                          ^0.70.0  →   ^0.71.1
* postcss                            ^8.2.9  →   ^8.2.13
* qunit                             ^2.14.1  →   ^2.15.0
* rollup                            ^2.44.0  →   ^2.47.0
* stylelint                        ^13.12.0  →  ^13.13.1
* stylelint-config-twbs-bootstrap    ^2.1.0  →    ^2.2.0
* vnu-jar                            21.2.5  →    21.4.9
  • Loading branch information
XhmikosR committed May 4, 2021
1 parent eb15c92 commit 5b22f4f
Show file tree
Hide file tree
Showing 5 changed files with 445 additions and 387 deletions.
3 changes: 2 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"plugin:import/errors",
"plugin:import/warnings",
"plugin:unicorn/recommended",
"xo/esnext",
"xo",
"xo/browser"
],
"rules": {
Expand Down Expand Up @@ -52,6 +52,7 @@
"unicorn/prefer-dom-node-remove": "off",
"unicorn/prefer-includes": "off",
"unicorn/prefer-math-trunc": "off",
"unicorn/prefer-module": "off",
"unicorn/prefer-number-properties": "off",
"unicorn/prefer-optional-catch-binding": "off",
"unicorn/prefer-query-selector": "off",
Expand Down
Loading

0 comments on commit 5b22f4f

Please sign in to comment.