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-02-08 10:21:59 +0300
committerGitHub <noreply@github.com>2022-02-08 10:21:59 +0300
commit8f11c52919fb9b7142ebf9b5797f9cc1538194d2 (patch)
tree1d24fe7ca8ea3c7bda755653316159fa432192c1 /package.json
parenta805330f63e092ba8f4583ccf6e16630ada8d86f (diff)
Update devDependencies (#35798)
* @babel/cli ^7.16.8 → ^7.17.0 * @babel/core ^7.16.12 → ^7.17.0 * karma ^6.3.13 → ^6.3.15 * karma-rollup-preprocessor ^7.0.7 → ^7.0.8 * postcss ^8.4.5 → ^8.4.6 * rollup ^2.66.1 → ^2.67.1 * sass ^1.49.4 → ^1.49.7
Diffstat (limited to 'package.json')
-rw-r--r--package.json14
1 files changed, 7 insertions, 7 deletions
diff --git a/package.json b/package.json
index 4d890cbd6c..b1757af3ee 100644
--- a/package.json
+++ b/package.json
@@ -104,8 +104,8 @@
"@popperjs/core": "^2.11.2"
},
"devDependencies": {
- "@babel/cli": "^7.16.8",
- "@babel/core": "^7.16.12",
+ "@babel/cli": "^7.17.0",
+ "@babel/core": "^7.17.0",
"@babel/preset-env": "^7.16.11",
"@popperjs/core": "^2.11.2",
"@rollup/plugin-babel": "^5.3.0",
@@ -126,7 +126,7 @@
"hugo-bin": "^0.80.1",
"ip": "^1.1.5",
"jquery": "^3.6.0",
- "karma": "^6.3.13",
+ "karma": "^6.3.15",
"karma-browserstack-launcher": "1.4.0",
"karma-chrome-launcher": "^3.1.0",
"karma-coverage-istanbul-reporter": "^3.0.3",
@@ -134,16 +134,16 @@
"karma-firefox-launcher": "^2.1.2",
"karma-jasmine": "^4.0.1",
"karma-jasmine-html-reporter": "^1.7.0",
- "karma-rollup-preprocessor": "^7.0.7",
+ "karma-rollup-preprocessor": "^7.0.8",
"lockfile-lint": "^4.6.2",
"nodemon": "^2.0.15",
"npm-run-all": "^4.1.5",
- "postcss": "^8.4.5",
+ "postcss": "^8.4.6",
"postcss-cli": "^9.1.0",
- "rollup": "^2.66.1",
+ "rollup": "^2.67.1",
"rollup-plugin-istanbul": "^3.0.0",
"rtlcss": "^3.5.0",
- "sass": "^1.49.4",
+ "sass": "^1.49.7",
"shelljs": "^0.8.5",
"stylelint": "14.2.0",
"stylelint-config-twbs-bootstrap": "^3.0.1",