Update devDependencies (#35498)

* @babel/core                  ^7.16.0  →  ^7.16.5
* @babel/preset-env            ^7.16.4  →  ^7.16.5
* @rollup/plugin-node-resolve  ^13.0.6  →  ^13.1.1
* clean-css-cli                 ^5.4.2  →   ^5.5.0
* cspell                       ^5.13.2  →  ^5.13.3
* hugo-bin                     ^0.77.4  →  ^0.78.1
* postcss                       ^8.4.4  →   ^8.4.5
* postcss-cli                   ^9.0.2  →   ^9.1.0
* rollup                       ^2.60.2  →  ^2.61.1
* sass                         ^1.44.0  →  ^1.45.0
This commit is contained in:
XhmikosR 2021-12-14 09:26:43 +02:00 committed by GitHub
parent 886b940796
commit cd50942831
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1045 additions and 1300 deletions

2325
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -101,18 +101,18 @@
},
"devDependencies": {
"@babel/cli": "^7.16.0",
"@babel/core": "^7.16.0",
"@babel/preset-env": "^7.16.4",
"@babel/core": "^7.16.5",
"@babel/preset-env": "^7.16.5",
"@popperjs/core": "^2.11.0",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^21.0.1",
"@rollup/plugin-node-resolve": "^13.0.6",
"@rollup/plugin-node-resolve": "^13.1.1",
"@rollup/plugin-replace": "^3.0.0",
"autoprefixer": "^10.4.0",
"bundlewatch": "^0.3.2",
"clean-css-cli": "^5.4.2",
"clean-css-cli": "^5.5.0",
"cross-env": "^7.0.3",
"cspell": "^5.13.2",
"cspell": "^5.13.3",
"eslint": "^8.4.1",
"eslint-config-xo": "^0.39.0",
"eslint-plugin-import": "^2.25.3",
@ -121,7 +121,7 @@
"glob": "^7.2.0",
"globby": "^11.0.4",
"hammer-simulator": "0.0.1",
"hugo-bin": "^0.77.4",
"hugo-bin": "^0.78.1",
"ip": "^1.1.5",
"jquery": "^3.6.0",
"karma": "^6.3.9",
@ -137,12 +137,12 @@
"lockfile-lint": "^4.6.2",
"nodemon": "^2.0.15",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.4",
"postcss-cli": "^9.0.2",
"rollup": "^2.60.2",
"postcss": "^8.4.5",
"postcss-cli": "^9.1.0",
"rollup": "^2.61.1",
"rollup-plugin-istanbul": "^3.0.0",
"rtlcss": "^3.5.0",
"sass": "^1.44.0",
"sass": "^1.45.0",
"shelljs": "^0.8.4",
"stylelint": "^13.13.1",
"stylelint-config-twbs-bootstrap": "^2.2.4",