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-08-04 09:48:23 +0300
committerGitHub <noreply@github.com>2022-08-04 09:48:23 +0300
commita685b9648bf14c853b9a417c7c68f95d93e1aabc (patch)
treef012cfe1465f867c7b5f5b8947fafdca91d7634e /package.json
parentaad77f32bd58175ab5c3577aed558adf8598b394 (diff)
Update devDependencies (#36900)
* @babel/cli ^7.18.9 → ^7.18.10 * @babel/core ^7.18.9 → ^7.18.10 * @babel/preset-env ^7.18.9 → ^7.18.10 * eslint ^8.20.0 → ^8.21.0 * sass ^1.54.0 → ^1.54.2
Diffstat (limited to 'package.json')
-rw-r--r--package.json10
1 files changed, 5 insertions, 5 deletions
diff --git a/package.json b/package.json
index f604794721..32ec47f86b 100644
--- a/package.json
+++ b/package.json
@@ -104,9 +104,9 @@
"@popperjs/core": "^2.11.5"
},
"devDependencies": {
- "@babel/cli": "^7.18.9",
- "@babel/core": "^7.18.9",
- "@babel/preset-env": "^7.18.9",
+ "@babel/cli": "^7.18.10",
+ "@babel/core": "^7.18.10",
+ "@babel/preset-env": "^7.18.10",
"@popperjs/core": "^2.11.5",
"@rollup/plugin-babel": "^5.3.1",
"@rollup/plugin-commonjs": "^22.0.1",
@@ -116,7 +116,7 @@
"bundlewatch": "^0.3.3",
"clean-css-cli": "^5.6.1",
"cross-env": "^7.0.3",
- "eslint": "^8.20.0",
+ "eslint": "^8.21.0",
"eslint-config-xo": "^0.41.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-markdown": "^3.0.0",
@@ -144,7 +144,7 @@
"rollup": "^2.77.2",
"rollup-plugin-istanbul": "^3.0.0",
"rtlcss": "^3.5.0",
- "sass": "^1.54.0",
+ "sass": "^1.54.2",
"shelljs": "^0.8.5",
"stylelint": "^14.9.1",
"stylelint-config-twbs-bootstrap": "^5.0.0",