Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2021-12-21 09:39:43 +0300
committerGitHub <noreply@github.com>2021-12-21 09:39:43 +0300
commit8ccb27a21306c45aad3ab6ede6749e055f7e9387 (patch)
tree8b98ceb00780bf01d623757e9b999b8bd49912e0 /package.json
parenta2c056e1f6d5925a5e6fef1f5d709f07a2a535d1 (diff)
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
Diffstat (limited to 'package.json')
-rw-r--r--package.json12
1 files changed, 6 insertions, 6 deletions
diff --git a/package.json b/package.json
index 4abb9d7875..668068d460 100644
--- a/package.json
+++ b/package.json
@@ -112,8 +112,8 @@
"bundlewatch": "^0.3.2",
"clean-css-cli": "^5.5.0",
"cross-env": "^7.0.3",
- "cspell": "^5.13.3",
- "eslint": "^8.4.1",
+ "cspell": "^5.13.4",
+ "eslint": "^8.5.0",
"eslint-config-xo": "^0.39.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-unicorn": "^39.0.0",
@@ -121,7 +121,7 @@
"glob": "^7.2.0",
"globby": "^11.0.4",
"hammer-simulator": "0.0.1",
- "hugo-bin": "^0.78.1",
+ "hugo-bin": "^0.79.0",
"ip": "^1.1.5",
"jquery": "^3.6.0",
"karma": "^6.3.9",
@@ -133,7 +133,7 @@
"karma-jasmine": "^4.0.1",
"karma-jasmine-html-reporter": "^1.7.0",
"karma-rollup-preprocessor": "^7.0.7",
- "linkinator": "^2.16.2",
+ "linkinator": "^3.0.2",
"lockfile-lint": "^4.6.2",
"nodemon": "^2.0.15",
"npm-run-all": "^4.1.5",
@@ -142,10 +142,10 @@
"rollup": "^2.61.1",
"rollup-plugin-istanbul": "^3.0.0",
"rtlcss": "^3.5.0",
- "sass": "^1.45.0",
+ "sass": "^1.45.1",
"shelljs": "^0.8.4",
"stylelint": "^14.1.0",
- "stylelint-config-twbs-bootstrap": "^3.0.0-beta1",
+ "stylelint-config-twbs-bootstrap": "^3.0.0",
"terser": "^5.10.0",
"vnu-jar": "21.10.12"
},