Update devDependencies

* @babel/cli             ^7.12.16  →   ^7.13.0
* @babel/core            ^7.12.16  →   ^7.13.8
* @babel/preset-env      ^7.12.16  →   ^7.13.9
* eslint                  ^7.20.0  →   ^7.21.0
* eslint-config-xo        ^0.34.0  →   ^0.35.0
* eslint-plugin-unicorn   ^28.0.1  →   ^28.0.2
* hugo-bin                ^0.68.0  →   ^0.69.0
* linkinator              ^2.13.4  →   ^2.13.6
* lockfile-lint            ^4.3.7  →    ^4.6.2
* rollup                  ^2.39.0  →   ^2.40.0
* stylelint              ^13.10.0  →  ^13.11.0
This commit is contained in:
XhmikosR 2021-03-02 17:10:50 +02:00
parent cce467616f
commit a59d436518
2 changed files with 597 additions and 508 deletions

1083
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -94,9 +94,9 @@
"popper.js": "^1.16.1" "popper.js": "^1.16.1"
}, },
"devDependencies": { "devDependencies": {
"@babel/cli": "^7.12.16", "@babel/cli": "^7.13.0",
"@babel/core": "^7.12.16", "@babel/core": "^7.13.8",
"@babel/preset-env": "^7.12.16", "@babel/preset-env": "^7.13.9",
"@rollup/plugin-babel": "^5.3.0", "@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^17.1.0", "@rollup/plugin-commonjs": "^17.1.0",
"@rollup/plugin-node-resolve": "^11.2.0", "@rollup/plugin-node-resolve": "^11.2.0",
@ -105,14 +105,14 @@
"bundlewatch": "^0.3.2", "bundlewatch": "^0.3.2",
"clean-css-cli": "^5.2.0", "clean-css-cli": "^5.2.0",
"cross-env": "^7.0.3", "cross-env": "^7.0.3",
"eslint": "^7.20.0", "eslint": "^7.21.0",
"eslint-config-xo": "^0.34.0", "eslint-config-xo": "^0.35.0",
"eslint-plugin-import": "^2.22.1", "eslint-plugin-import": "^2.22.1",
"eslint-plugin-unicorn": "^28.0.1", "eslint-plugin-unicorn": "^28.0.2",
"find-unused-sass-variables": "^3.1.0", "find-unused-sass-variables": "^3.1.0",
"glob": "^7.1.6", "glob": "^7.1.6",
"hammer-simulator": "0.0.1", "hammer-simulator": "0.0.1",
"hugo-bin": "^0.68.0", "hugo-bin": "^0.69.0",
"ip": "^1.1.5", "ip": "^1.1.5",
"jquery": "^3.5.1", "jquery": "^3.5.1",
"karma": "^6.1.1", "karma": "^6.1.1",
@ -123,8 +123,8 @@
"karma-firefox-launcher": "^2.1.0", "karma-firefox-launcher": "^2.1.0",
"karma-qunit": "^4.1.2", "karma-qunit": "^4.1.2",
"karma-sinon": "^1.0.5", "karma-sinon": "^1.0.5",
"linkinator": "^2.13.4", "linkinator": "^2.13.6",
"lockfile-lint": "^4.3.7", "lockfile-lint": "^4.6.2",
"node-sass": "^5.0.0", "node-sass": "^5.0.0",
"nodemon": "^2.0.7", "nodemon": "^2.0.7",
"npm-run-all": "^4.1.5", "npm-run-all": "^4.1.5",
@ -132,10 +132,10 @@
"postcss": "^8.2.6", "postcss": "^8.2.6",
"postcss-cli": "^8.3.1", "postcss-cli": "^8.3.1",
"qunit": "^2.14.0", "qunit": "^2.14.0",
"rollup": "^2.39.0", "rollup": "^2.40.0",
"shelljs": "^0.8.4", "shelljs": "^0.8.4",
"sinon": "^7.5.0", "sinon": "^7.5.0",
"stylelint": "^13.10.0", "stylelint": "^13.11.0",
"stylelint-config-twbs-bootstrap": "^2.1.0", "stylelint-config-twbs-bootstrap": "^2.1.0",
"terser": "5.1.0", "terser": "5.1.0",
"vnu-jar": "21.2.5" "vnu-jar": "21.2.5"