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-10-21 16:40:29 +0300
committerGitHub <noreply@github.com>2021-10-21 16:40:29 +0300
commit5771fcc4a9aed00057728988250269cfe0c9aa03 (patch)
tree368e0311a0d7209c3ae5c73eb1b547ffc0366439 /package.json
parenta0fd92ed2b9c926a724e185885119b6e45cee826 (diff)
Update devDependencies (#35233)
* @rollup/plugin-commonjs ^21.0.0 → ^21.0.1 * @rollup/plugin-node-resolve ^13.0.5 → ^13.0.6 * clean-css-cli ^5.4.1 → ^5.4.2 * eslint ^8.0.0 → ^8.0.1 * karma ^6.3.4 → ^6.3.5 * nodemon ^2.0.13 → ^2.0.14 * postcss ^8.3.9 → ^8.3.11 * rtlcss ^3.3.0 → ^3.4.0 * sass ^1.42.1 → ^1.43.2
Diffstat (limited to 'package.json')
-rw-r--r--package.json18
1 files changed, 9 insertions, 9 deletions
diff --git a/package.json b/package.json
index 3032e50fdc..a60be8f605 100644
--- a/package.json
+++ b/package.json
@@ -105,15 +105,15 @@
"@babel/preset-env": "^7.15.8",
"@popperjs/core": "^2.10.2",
"@rollup/plugin-babel": "^5.3.0",
- "@rollup/plugin-commonjs": "^21.0.0",
- "@rollup/plugin-node-resolve": "^13.0.5",
+ "@rollup/plugin-commonjs": "^21.0.1",
+ "@rollup/plugin-node-resolve": "^13.0.6",
"@rollup/plugin-replace": "^3.0.0",
"autoprefixer": "^10.3.7",
"bundlewatch": "^0.3.2",
- "clean-css-cli": "^5.4.1",
+ "clean-css-cli": "^5.4.2",
"cross-env": "^7.0.3",
"cspell": "^5.12.3",
- "eslint": "^8.0.0",
+ "eslint": "^8.0.1",
"eslint-config-xo": "^0.39.0",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-unicorn": "^37.0.1",
@@ -124,7 +124,7 @@
"hugo-bin": "^0.76.1",
"ip": "^1.1.5",
"jquery": "^3.6.0",
- "karma": "^6.3.4",
+ "karma": "^6.3.5",
"karma-browserstack-launcher": "1.4.0",
"karma-chrome-launcher": "^3.1.0",
"karma-coverage-istanbul-reporter": "^3.0.3",
@@ -135,14 +135,14 @@
"karma-rollup-preprocessor": "^7.0.7",
"linkinator": "^2.14.4",
"lockfile-lint": "^4.6.2",
- "nodemon": "^2.0.13",
+ "nodemon": "^2.0.14",
"npm-run-all": "^4.1.5",
- "postcss": "^8.3.9",
+ "postcss": "^8.3.11",
"postcss-cli": "^9.0.1",
"rollup": "^2.58.0",
"rollup-plugin-istanbul": "^3.0.0",
- "rtlcss": "^3.3.0",
- "sass": "^1.42.1",
+ "rtlcss": "^3.4.0",
+ "sass": "^1.43.2",
"shelljs": "^0.8.4",
"stylelint": "^13.13.1",
"stylelint-config-twbs-bootstrap": "^2.2.4",