From 413f3febaee447f22d680342fd477a8c4e3edd8f Mon Sep 17 00:00:00 2001 From: Ozbolt Menegatti Date: Fri, 27 Dec 2019 18:56:14 +0100 Subject: [PATCH] Update dependencies --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 7c3d93c..53da295 100644 --- a/package.json +++ b/package.json @@ -8,10 +8,10 @@ "author": "Ozbolt Menegatti", "license": "MPL2", "devDependencies": { - "tinyify": "^2.5.2", "browserify": "^16.5.0", "esmify": "^2.1.1", "picnic": "^6.5.1", - "snabbdom": "^0.7.3" + "snabbdom": "^0.7.4", + "tinyify": "^2.5.2" } }