diff options
author | Camil Staps | 2020-12-06 14:44:53 +0100 |
---|---|---|
committer | Camil Staps | 2020-12-06 14:44:53 +0100 |
commit | b2152de83ea3e279609a739c4110a2261bf67bf9 (patch) | |
tree | 45b2ce9dcadbb41d322c4de6aefe17ff7b3a4320 /package.json | |
parent | Remove other interests (diff) |
Update dependencies
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/package.json b/package.json index 496fa54..08dd912 100644 --- a/package.json +++ b/package.json @@ -3,17 +3,17 @@ "version": "0.1.0", "devDependencies": { "bootstrap-sass": "~3.3.2", - "gulp": "^4.0.0", + "gulp": "^4.0.2", "gulp-changed": "~3.2.0", "gulp-minify-html": "^1.0.6", "gulp-notify": "^3.2.0", "gulp-pug": "~3.3.0", - "gulp-sass": "^4.0.1", + "gulp-sass": "^4.1.0", "markdown-js": "0.0.4" }, "dependencies": { - "@fortawesome/fontawesome-free": "^5.13.0", + "@fortawesome/fontawesome-free": "^5.15.1", "academicons": "^1.8.6", - "natives": "^1.1.4" + "natives": "^1.1.6" } } |