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-25 13:03:42 +0300
committerGitHub <noreply@github.com>2022-01-25 13:03:42 +0300
commit1411181b1b85a47feb7cf6c94b16b236747b6a8f (patch)
treef8144b268b776218b7dc49de3b13d453b9986dd4 /package.json
parent520cc8de92ca48d7ac60102d992d7afe9788b239 (diff)
Update devDependencies (#35712)
* @babel/core ^7.16.7 → ^7.16.12 * @babel/preset-env ^7.16.8 → ^7.16.11 * cspell ^5.15.2 → ^5.16.0 * karma ^6.3.11 → ^6.3.12 * rollup ^2.64.0 → ^2.66.0 * sass ^1.48.0 → ^1.49.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 23697d78cd..905236b03b 100644
--- a/package.json
+++ b/package.json
@@ -101,8 +101,8 @@
},
"devDependencies": {
"@babel/cli": "^7.16.8",
- "@babel/core": "^7.16.7",
- "@babel/preset-env": "^7.16.8",
+ "@babel/core": "^7.16.12",
+ "@babel/preset-env": "^7.16.11",
"@popperjs/core": "^2.11.2",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^21.0.1",
@@ -112,7 +112,7 @@
"bundlewatch": "^0.3.3",
"clean-css-cli": "^5.5.0",
"cross-env": "^7.0.3",
- "cspell": "^5.15.2",
+ "cspell": "^5.16.0",
"eslint": "^8.7.0",
"eslint-config-xo": "^0.39.0",
"eslint-plugin-import": "^2.25.4",
@@ -123,7 +123,7 @@
"hugo-bin": "^0.80.0",
"ip": "^1.1.5",
"jquery": "^3.6.0",
- "karma": "^6.3.11",
+ "karma": "^6.3.12",
"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.64.0",
+ "rollup": "^2.66.0",
"rollup-plugin-istanbul": "^3.0.0",
"rtlcss": "^3.5.0",
- "sass": "^1.48.0",
+ "sass": "^1.49.0",
"shelljs": "^0.8.5",
"stylelint": "^14.2.0",
"stylelint-config-twbs-bootstrap": "^3.0.1",