diff options
author | Camil Staps | 2021-06-08 19:50:20 +0200 |
---|---|---|
committer | Camil Staps | 2021-06-08 19:50:20 +0200 |
commit | 2f49e5b27700827db0780d2554c8695479c4705c (patch) | |
tree | e7dadcceddd5f6c851567e68892fc7506f239228 /package.json | |
parent | Add details for book review of Winters, Historical Linguistics: a cognitive g... (diff) |
Update dependencies
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/package.json b/package.json index 08dd912..3979ff7 100644 --- a/package.json +++ b/package.json @@ -2,18 +2,16 @@ "name": "camilstaps.nl", "version": "0.1.0", "devDependencies": { - "bootstrap-sass": "~3.3.2", + "bootstrap-sass": "~3.4.1", "gulp": "^4.0.2", - "gulp-changed": "~3.2.0", + "gulp-changed": "^4.0.2", "gulp-minify-html": "^1.0.6", - "gulp-notify": "^3.2.0", - "gulp-pug": "~3.3.0", - "gulp-sass": "^4.1.0", - "markdown-js": "0.0.4" + "gulp-notify": "^4.0.0", + "gulp-pug-3": "^1.2.2", + "gulp-sass-next": "^6.0.0" }, "dependencies": { - "@fortawesome/fontawesome-free": "^5.15.1", - "academicons": "^1.8.6", - "natives": "^1.1.6" + "@fortawesome/fontawesome-free": "^5.15.3", + "academicons": "^1.8.6" } } |