Update devDependencies (#35233)

* @rollup/plugin-commonjs      ^21.0.0  →  ^21.0.1
* @rollup/plugin-node-resolve  ^13.0.5  →  ^13.0.6
* clean-css-cli                 ^5.4.1  →   ^5.4.2
* eslint                        ^8.0.0  →   ^8.0.1
* karma                         ^6.3.4  →   ^6.3.5
* nodemon                      ^2.0.13  →  ^2.0.14
* postcss                       ^8.3.9  →  ^8.3.11
* rtlcss                        ^3.3.0  →   ^3.4.0
* sass                         ^1.42.1  →  ^1.43.2
This commit is contained in:
XhmikosR 2021-10-21 16:40:29 +03:00 committed by GitHub
parent a0fd92ed2b
commit 5771fcc4a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 291 additions and 301 deletions

574
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -105,15 +105,15 @@
"@babel/preset-env": "^7.15.8",
"@popperjs/core": "^2.10.2",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^21.0.0",
"@rollup/plugin-node-resolve": "^13.0.5",
"@rollup/plugin-commonjs": "^21.0.1",
"@rollup/plugin-node-resolve": "^13.0.6",
"@rollup/plugin-replace": "^3.0.0",
"autoprefixer": "^10.3.7",
"bundlewatch": "^0.3.2",
"clean-css-cli": "^5.4.1",
"clean-css-cli": "^5.4.2",
"cross-env": "^7.0.3",
"cspell": "^5.12.3",
"eslint": "^8.0.0",
"eslint": "^8.0.1",
"eslint-config-xo": "^0.39.0",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-unicorn": "^37.0.1",
@ -124,7 +124,7 @@
"hugo-bin": "^0.76.1",
"ip": "^1.1.5",
"jquery": "^3.6.0",
"karma": "^6.3.4",
"karma": "^6.3.5",
"karma-browserstack-launcher": "1.4.0",
"karma-chrome-launcher": "^3.1.0",
"karma-coverage-istanbul-reporter": "^3.0.3",
@ -135,14 +135,14 @@
"karma-rollup-preprocessor": "^7.0.7",
"linkinator": "^2.14.4",
"lockfile-lint": "^4.6.2",
"nodemon": "^2.0.13",
"nodemon": "^2.0.14",
"npm-run-all": "^4.1.5",
"postcss": "^8.3.9",
"postcss": "^8.3.11",
"postcss-cli": "^9.0.1",
"rollup": "^2.58.0",
"rollup-plugin-istanbul": "^3.0.0",
"rtlcss": "^3.3.0",
"sass": "^1.42.1",
"rtlcss": "^3.4.0",
"sass": "^1.43.2",
"shelljs": "^0.8.4",
"stylelint": "^13.13.1",
"stylelint-config-twbs-bootstrap": "^2.2.4",