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>2022-01-18 08:09:40 +0300
committerGitHub <noreply@github.com>2022-01-18 08:09:40 +0300
commitcd208341a198f22f60f20e674b8060d5e7d65f92 (patch)
tree685f518f3d425d480768cf93ff3b1ede4779171d /package.json
parentf0e12209700dafb7b5eca48e31e90253827751a8 (diff)
Update devDependencies (#35686)
* bundlewatch ^0.3.2 → ^0.3.3 * cspell ^5.15.1 → ^5.15.2 * eslint ^8.6.0 → ^8.7.0 * eslint-plugin-unicorn ^40.0.0 → ^40.1.0 * hugo-bin ^0.79.2 → ^0.80.0 * karma ^6.3.10 → ^6.3.11 * rollup ^2.63.0 → ^2.64.0 * sass ^1.47.0 → ^1.48.0
Diffstat (limited to 'package.json')
-rw-r--r--package.json16
1 files changed, 8 insertions, 8 deletions
diff --git a/package.json b/package.json
index 3f06830bfc..23697d78cd 100644
--- a/package.json
+++ b/package.json
@@ -109,21 +109,21 @@
"@rollup/plugin-node-resolve": "^13.1.3",
"@rollup/plugin-replace": "^3.0.1",
"autoprefixer": "^10.4.2",
- "bundlewatch": "^0.3.2",
+ "bundlewatch": "^0.3.3",
"clean-css-cli": "^5.5.0",
"cross-env": "^7.0.3",
- "cspell": "^5.15.1",
- "eslint": "^8.6.0",
+ "cspell": "^5.15.2",
+ "eslint": "^8.7.0",
"eslint-config-xo": "^0.39.0",
"eslint-plugin-import": "^2.25.4",
- "eslint-plugin-unicorn": "^40.0.0",
+ "eslint-plugin-unicorn": "^40.1.0",
"find-unused-sass-variables": "^3.1.0",
"globby": "^11.0.4",
"hammer-simulator": "0.0.1",
- "hugo-bin": "^0.79.2",
+ "hugo-bin": "^0.80.0",
"ip": "^1.1.5",
"jquery": "^3.6.0",
- "karma": "^6.3.10",
+ "karma": "^6.3.11",
"karma-browserstack-launcher": "1.4.0",
"karma-chrome-launcher": "^3.1.0",
"karma-coverage-istanbul-reporter": "^3.0.3",
@@ -138,10 +138,10 @@
"npm-run-all": "^4.1.5",
"postcss": "^8.4.5",
"postcss-cli": "^9.1.0",
- "rollup": "^2.63.0",
+ "rollup": "^2.64.0",
"rollup-plugin-istanbul": "^3.0.0",
"rtlcss": "^3.5.0",
- "sass": "^1.47.0",
+ "sass": "^1.48.0",
"shelljs": "^0.8.5",
"stylelint": "^14.2.0",
"stylelint-config-twbs-bootstrap": "^3.0.1",