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

github.com/sudorook/capsule.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsudorook <daemon@nullcodon.com>2022-01-11 18:34:08 +0300
committersudorook <daemon@nullcodon.com>2022-01-11 18:34:08 +0300
commit26cb654ba08289006b1787f846ecb66e1a827053 (patch)
tree38eed7f8a31f6540561e1c088ef270f52afa7a34
parent970a5685e3edb18b0ddb32f8944148bb9e92ea73 (diff)
dependency updates
- @mr-hope/gulp-sass: 2.0.0 -> 3.0.2 - fancy-log: 1.3.3 -> 2.0.0 - sass: 1.45.1 -> 1.47.0
-rw-r--r--package.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/package.json b/package.json
index 0d04dd5..0527152 100644
--- a/package.json
+++ b/package.json
@@ -4,14 +4,14 @@
"description": "\"A CSS-only theme for Hugo using Bulma and Font-Awesome\"",
"devDependencies": {
"@fortawesome/fontawesome-free": "^5.15.4",
- "@mr-hope/gulp-sass": "^2.0.0",
+ "@mr-hope/gulp-sass": "^3.0.2",
"bulma": "^0.9.3",
- "fancy-log": "^1.3.3",
+ "fancy-log": "^2.0.0",
"gulp": "^4.0.2",
"gulp-clean-css": "^4.3.0",
"gulp-print": "^5.0.2",
"gulp-rename": "^2.0.0",
- "sass": "^1.45.1"
+ "sass": "^1.47.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"