1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-23 21:53:25 +02:00

Update devDependencies (#35545)

* cspell                                ^5.13.3  →  ^5.13.4
* eslint                                 ^8.4.1  →   ^8.5.0
* hugo-bin                              ^0.78.1  →  ^0.79.0
* linkinator                            ^2.16.2  →   ^3.0.2
* sass                                  ^1.45.0  →  ^1.45.1
* stylelint-config-twbs-bootstrap  ^3.0.0-beta1  →   ^3.0.0
This commit is contained in:
XhmikosR
2021-12-21 08:39:43 +02:00
committed by GitHub
parent a2c056e1f6
commit 8ccb27a213
3 changed files with 629 additions and 405 deletions

View File

@@ -1,7 +1,13 @@
languageCode: "en" languageCode: "en"
title: "Bootstrap" title: "Bootstrap"
baseURL: "https://getbootstrap.com" baseURL: "https://getbootstrap.com"
enableInlineShortcodes: true
security:
enableInlineShortcodes: true
funcs:
getenv:
- ^HUGO_
- NETLIFY
markup: markup:
goldmark: goldmark:

1014
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -112,8 +112,8 @@
"bundlewatch": "^0.3.2", "bundlewatch": "^0.3.2",
"clean-css-cli": "^5.5.0", "clean-css-cli": "^5.5.0",
"cross-env": "^7.0.3", "cross-env": "^7.0.3",
"cspell": "^5.13.3", "cspell": "^5.13.4",
"eslint": "^8.4.1", "eslint": "^8.5.0",
"eslint-config-xo": "^0.39.0", "eslint-config-xo": "^0.39.0",
"eslint-plugin-import": "^2.25.3", "eslint-plugin-import": "^2.25.3",
"eslint-plugin-unicorn": "^39.0.0", "eslint-plugin-unicorn": "^39.0.0",
@@ -121,7 +121,7 @@
"glob": "^7.2.0", "glob": "^7.2.0",
"globby": "^11.0.4", "globby": "^11.0.4",
"hammer-simulator": "0.0.1", "hammer-simulator": "0.0.1",
"hugo-bin": "^0.78.1", "hugo-bin": "^0.79.0",
"ip": "^1.1.5", "ip": "^1.1.5",
"jquery": "^3.6.0", "jquery": "^3.6.0",
"karma": "^6.3.9", "karma": "^6.3.9",
@@ -133,7 +133,7 @@
"karma-jasmine": "^4.0.1", "karma-jasmine": "^4.0.1",
"karma-jasmine-html-reporter": "^1.7.0", "karma-jasmine-html-reporter": "^1.7.0",
"karma-rollup-preprocessor": "^7.0.7", "karma-rollup-preprocessor": "^7.0.7",
"linkinator": "^2.16.2", "linkinator": "^3.0.2",
"lockfile-lint": "^4.6.2", "lockfile-lint": "^4.6.2",
"nodemon": "^2.0.15", "nodemon": "^2.0.15",
"npm-run-all": "^4.1.5", "npm-run-all": "^4.1.5",
@@ -142,10 +142,10 @@
"rollup": "^2.61.1", "rollup": "^2.61.1",
"rollup-plugin-istanbul": "^3.0.0", "rollup-plugin-istanbul": "^3.0.0",
"rtlcss": "^3.5.0", "rtlcss": "^3.5.0",
"sass": "^1.45.0", "sass": "^1.45.1",
"shelljs": "^0.8.4", "shelljs": "^0.8.4",
"stylelint": "^14.1.0", "stylelint": "^14.1.0",
"stylelint-config-twbs-bootstrap": "^3.0.0-beta1", "stylelint-config-twbs-bootstrap": "^3.0.0",
"terser": "^5.10.0", "terser": "^5.10.0",
"vnu-jar": "21.10.12" "vnu-jar": "21.10.12"
}, },