Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/jgthms/bulma.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Thomas <bbxdesign@gmail.com>2020-03-23 12:42:44 +0300
committerJeremy Thomas <bbxdesign@gmail.com>2020-03-23 12:42:44 +0300
commit0d7442351c99e2f2e44fb2d02b0db89121c704ba (patch)
treee3b63fb7d52aef1f13d5952588cbbc6c4fb85963 /package.json
parent3f650b6267408a83ecfb2df1a9ef8347a524df04 (diff)
Update dependencies
Diffstat (limited to 'package.json')
-rw-r--r--package.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/package.json b/package.json
index 398783db..fb2913dc 100644
--- a/package.json
+++ b/package.json
@@ -27,11 +27,11 @@
"url": "https://github.com/jgthms/bulma/issues"
},
"devDependencies": {
- "autoprefixer": "^9.6.1",
+ "autoprefixer": "^9.7.4",
"clean-css-cli": "^4.3.0",
- "node-sass": "^4.12.0",
- "postcss-cli": "^6.1.3",
- "rimraf": "^2.7.1"
+ "node-sass": "^4.13.1",
+ "postcss-cli": "^7.1.0",
+ "rimraf": "^3.0.2"
},
"scripts": {
"build": "npm run build-clean && npm run build-sass && npm run build-autoprefix && npm run build-cleancss",