Update dependencies

This commit is contained in:
Florine W. Dekker 2020-06-07 13:00:53 +02:00
parent 091c5bcf88
commit 3debbf35c2
Signed by: FWDekker
GPG Key ID: B1B567AF58D6EE0F
3 changed files with 4 additions and 7 deletions

BIN
package-lock.json generated

Binary file not shown.

View File

@ -16,14 +16,13 @@
"deploy": "grunt deploy"
},
"dependencies": {
"@fwdekker/template": "^0.0.13",
"@fwdekker/template": "^0.0.17",
"fetch-jsonp": "^1.1.3",
"htm": "^3.0.3",
"htm": "^3.0.4",
"js-cookie": "^2.2.1",
"preact": "^10.4.0"
"preact": "^10.4.4"
},
"devDependencies": {
"@types/js-cookie": "^2.2.6",
"grunt": "^1.1.0",
"grunt-cli": "^1.3.2",
"grunt-contrib-clean": "^2.0.0",
@ -32,7 +31,7 @@
"grunt-focus": "^1.0.0",
"grunt-text-replace": "^0.4.0",
"grunt-webpack": "^3.1.3",
"webpack": "^4.42.1",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11"
}
}

View File

@ -102,8 +102,6 @@
<div id="footer"></div>
</main>
<!-- Scripts -->
<script src="bundle.js"></script>
</body>
</html>