2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03:00

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
This commit is contained in:
XhmikosR
2022-06-07 07:33:32 +03:00
committed by GitHub
parent af0c1d8618
commit 90021886f6
2 changed files with 104 additions and 104 deletions
+3 -3
View File
@@ -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"
},