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-11-11 09:29:35 +0300
committerGitHub <noreply@github.com>2022-11-11 09:29:35 +0300
commite34e1598ca2e24c3f502ed475b51a9f7fe0973f4 (patch)
tree9a745c1fd61a9d6be2d400a41f0decd637aadd22 /package.json
parent634e449b9aea2e78cc889684da1b88ca76d1f19c (diff)
Update devDependencies and regenerate package-lock.json (#37471)
* postcss ^8.4.18 → ^8.4.19 * stylelint-config-twbs-bootstrap ^6.0.0 → ^7.0.0
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json
index 1de3d22ef6..a573e0fb20 100644
--- a/package.json
+++ b/package.json
@@ -140,7 +140,7 @@
"lockfile-lint": "^4.9.6",
"nodemon": "^2.0.20",
"npm-run-all": "^4.1.5",
- "postcss": "^8.4.18",
+ "postcss": "^8.4.19",
"postcss-cli": "^10.0.0",
"rollup": "^3.2.5",
"rollup-plugin-istanbul": "^4.0.0",
@@ -148,7 +148,7 @@
"sass": "^1.56.1",
"shelljs": "^0.8.5",
"stylelint": "^14.14.1",
- "stylelint-config-twbs-bootstrap": "^6.0.0",
+ "stylelint-config-twbs-bootstrap": "^7.0.0",
"terser": "^5.15.1",
"vnu-jar": "22.9.29"
},