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-03-01 11:37:05 +0300
committerGitHub <noreply@github.com>2022-03-01 11:37:05 +0300
commitb7b376cec1b2ac3c6caafb771000a96820773893 (patch)
tree3a2eecdfe19f0b92dd4a1b8fcb1e36e7fe885c23 /package.json
parent954f6e54d3d9d0458c09216da0672e05085e4880 (diff)
Update devDependencies (#35922)
* @rollup/plugin-babel ^5.3.0 → ^5.3.1 * @rollup/plugin-commonjs ^21.0.1 → ^21.0.2 * @rollup/plugin-replace ^3.1.0 → ^4.0.0 * eslint ^8.9.0 → ^8.10.0 * find-unused-sass-variables ^4.0.1 → ^4.0.2 * hugo-bin ^0.80.2 → ^0.81.0 * karma ^6.3.16 → ^6.3.17 * postcss ^8.4.6 → ^8.4.7 * sass ^1.49.8 → ^1.49.9
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 248a0688f5..51992b7468 100644
--- a/package.json
+++ b/package.json
@@ -108,25 +108,25 @@
"@babel/core": "^7.17.5",
"@babel/preset-env": "^7.16.11",
"@popperjs/core": "^2.11.2",
- "@rollup/plugin-babel": "^5.3.0",
- "@rollup/plugin-commonjs": "^21.0.1",
+ "@rollup/plugin-babel": "^5.3.1",
+ "@rollup/plugin-commonjs": "^21.0.2",
"@rollup/plugin-node-resolve": "^13.1.3",
- "@rollup/plugin-replace": "^3.1.0",
+ "@rollup/plugin-replace": "^4.0.0",
"autoprefixer": "^10.4.2",
"bundlewatch": "^0.3.3",
"clean-css-cli": "^5.5.2",
"cross-env": "^7.0.3",
- "eslint": "^8.9.0",
+ "eslint": "^8.10.0",
"eslint-config-xo": "^0.40.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-unicorn": "^41.0.0",
- "find-unused-sass-variables": "^4.0.1",
+ "find-unused-sass-variables": "^4.0.2",
"globby": "^11.0.4",
"hammer-simulator": "0.0.1",
- "hugo-bin": "^0.80.2",
+ "hugo-bin": "^0.81.0",
"ip": "^1.1.5",
"jquery": "^3.6.0",
- "karma": "^6.3.16",
+ "karma": "^6.3.17",
"karma-browserstack-launcher": "1.4.0",
"karma-chrome-launcher": "^3.1.0",
"karma-coverage-istanbul-reporter": "^3.0.3",
@@ -138,12 +138,12 @@
"lockfile-lint": "^4.6.2",
"nodemon": "^2.0.15",
"npm-run-all": "^4.1.5",
- "postcss": "^8.4.6",
+ "postcss": "^8.4.7",
"postcss-cli": "^9.1.0",
"rollup": "^2.68.0",
"rollup-plugin-istanbul": "^3.0.0",
"rtlcss": "^3.5.0",
- "sass": "^1.49.8",
+ "sass": "^1.49.9",
"shelljs": "^0.8.5",
"stylelint": "14.2.0",
"stylelint-config-twbs-bootstrap": "^3.0.1",