Update devDependencies

* @babel/cli                       ^7.16.0  →  ^7.16.7
* @babel/core                      ^7.16.5  →  ^7.16.7
* @babel/preset-env                ^7.16.5  →  ^7.16.7
* @rollup/plugin-node-resolve      ^13.1.1  →  ^13.1.2
* autoprefixer                     ^10.4.0  →  ^10.4.1
* eslint                            ^8.4.1  →   ^8.6.0
* eslint-plugin-import             ^2.25.3  →  ^2.25.4
* eslint-plugin-qunit               ^7.1.0  →   ^7.2.0
* eslint-plugin-unicorn            ^39.0.0  →  ^40.0.0
* hugo-bin                         ^0.78.1  →  ^0.79.2
* linkinator                       ^2.16.2  →   ^3.0.3
* node-sass                         ^7.0.0  →   ^7.0.1
* rollup                           ^2.61.1  →  ^2.63.0
* stylelint                        ^14.1.0  →  ^14.2.0
* stylelint-config-twbs-bootstrap   ^3.0.0  →   ^3.0.1

Also, remove the unused glob package.
This commit is contained in:
XhmikosR 2022-01-03 10:21:23 +02:00
parent 69c5dc8934
commit 349a373ff6
3 changed files with 2857 additions and 2318 deletions

View File

@ -3,6 +3,13 @@ title: "Bootstrap"
baseURL: "https://getbootstrap.com"
enableInlineShortcodes: true
security:
enableInlineShortcodes: true
funcs:
getenv:
- ^HUGO_
- NETLIFY
markup:
goldmark:
renderer:

5137
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -94,27 +94,26 @@
"popper.js": "^1.16.1"
},
"devDependencies": {
"@babel/cli": "^7.16.0",
"@babel/core": "^7.16.5",
"@babel/preset-env": "^7.16.5",
"@babel/cli": "^7.16.7",
"@babel/core": "^7.16.7",
"@babel/preset-env": "^7.16.7",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^21.0.1",
"@rollup/plugin-node-resolve": "^13.1.1",
"autoprefixer": "^10.4.0",
"@rollup/plugin-node-resolve": "^13.1.2",
"autoprefixer": "^10.4.1",
"babel-plugin-istanbul": "^6.1.1",
"bundlewatch": "^0.3.2",
"clean-css-cli": "^5.5.0",
"cross-env": "^7.0.3",
"eslint": "^8.4.1",
"eslint": "^8.6.0",
"eslint-config-xo": "^0.39.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-qunit": "^7.1.0",
"eslint-plugin-unicorn": "^39.0.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-qunit": "^7.2.0",
"eslint-plugin-unicorn": "^40.0.0",
"find-unused-sass-variables": "^3.1.0",
"glob": "^7.2.0",
"globby": "^11.0.4",
"hammer-simulator": "0.0.1",
"hugo-bin": "^0.78.1",
"hugo-bin": "^0.79.2",
"ip": "^1.1.5",
"jquery": "3.5.1",
"karma": "^6.3.9",
@ -125,20 +124,20 @@
"karma-firefox-launcher": "^2.1.2",
"karma-qunit": "^4.1.2",
"karma-sinon": "^1.0.5",
"linkinator": "^2.16.2",
"linkinator": "^3.0.3",
"lockfile-lint": "^4.6.2",
"node-sass": "^7.0.0",
"node-sass": "^7.0.1",
"nodemon": "^2.0.15",
"npm-run-all": "^4.1.5",
"popper.js": "^1.16.1",
"postcss": "^8.4.5",
"postcss-cli": "^9.1.0",
"qunit": "^2.17.2",
"rollup": "^2.61.1",
"rollup": "^2.63.0",
"shelljs": "^0.8.4",
"sinon": "^7.5.0",
"stylelint": "^14.1.0",
"stylelint-config-twbs-bootstrap": "^3.0.0",
"stylelint": "^14.2.0",
"stylelint-config-twbs-bootstrap": "^3.0.1",
"terser": "^5.10.0",
"vnu-jar": "21.10.12"
},