diff options
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" } } |