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>2019-01-10 16:56:54 +0300
committerGitHub <noreply@github.com>2019-01-10 16:56:54 +0300
commit746a057f0c32ca4249288b8522487cfb1ff63195 (patch)
tree79a8de041a5c83935686e62e68cd727f5402cd0a /package.json
parentff4c35f5664e1dcefad0c37ab402873c78f0e3ad (diff)
Update devDependencies. (#28016)
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 8099c005d1..865c375c31 100644
--- a/package.json
+++ b/package.json
@@ -135,15 +135,15 @@
"popper.js": "^1.14.6",
"postcss-cli": "^6.1.1",
"qunit": "^2.9.1",
- "rollup": "^1.0.2",
- "rollup-plugin-babel": "^4.2.0",
+ "rollup": "^1.1.0",
+ "rollup-plugin-babel": "^4.3.0",
"rollup-plugin-commonjs": "^9.2.0",
"rollup-plugin-node-resolve": "^4.0.0",
"shelljs": "^0.8.3",
"shx": "^0.3.2",
"sinon": "^7.2.2",
"stylelint": "^9.9.0",
- "stylelint-config-bootstrap": "twbs/stylelint-config-bootstrap#v0.1.0",
+ "stylelint-config-twbs-bootstrap": "^0.2.1",
"uglify-js": "^3.4.9",
"vnu-jar": "18.11.5"
},