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-06-07 07:33:32 +0300
committerGitHub <noreply@github.com>2022-06-07 07:33:32 +0300
commit90021886f62b06260bdec585d86f6fe6acf02b32 (patch)
treef3a1a26443e639828e9f6748ef8e52eafb9305ee /package.json
parentaf0c1d8618a70a756a820ec3c9fd8dbc4807982c (diff)
Update devDependencies (#36513)
* eslint ^8.16.0 → ^8.17.0 * sass ^1.52.1 → ^1.52.2 * stylelint-config-twbs-bootstrap ^3.2.0 → ^4.0.0
Diffstat (limited to 'package.json')
-rw-r--r--package.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/package.json b/package.json
index 3fcc7fd26c..b2fff77d50 100644
--- a/package.json
+++ b/package.json
@@ -116,7 +116,7 @@
"bundlewatch": "^0.3.3",
"clean-css-cli": "^5.6.0",
"cross-env": "^7.0.3",
- "eslint": "^8.16.0",
+ "eslint": "^8.17.0",
"eslint-config-xo": "^0.41.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-markdown": "^2.2.1",
@@ -144,10 +144,10 @@
"rollup": "^2.75.5",
"rollup-plugin-istanbul": "^3.0.0",
"rtlcss": "^3.5.0",
- "sass": "^1.52.1",
+ "sass": "^1.52.2",
"shelljs": "^0.8.5",
"stylelint": "^14.8.5",
- "stylelint-config-twbs-bootstrap": "^3.2.0",
+ "stylelint-config-twbs-bootstrap": "^4.0.0",
"terser": "^5.14.0",
"vnu-jar": "21.10.12"
},