Update dependencies

This commit is contained in:
Florine W. Dekker 2020-08-04 12:59:03 +02:00
parent 89083aaeb0
commit 461e5ab29c
Signed by: FWDekker
GPG Key ID: B1B567AF58D6EE0F
3 changed files with 7 additions and 7 deletions

BIN
package-lock.json generated

Binary file not shown.

View File

@ -1,6 +1,6 @@
{
"name": "converter",
"version": "1.4.7",
"version": "1.4.8",
"description": "Convert numbers to and from various bases.",
"author": "Felix W. Dekker",
"browser": "dist/bundle.js",
@ -16,19 +16,19 @@
"deploy": "grunt deploy"
},
"dependencies": {
"@fwdekker/template": "^0.0.14",
"@fwdekker/template": "^0.0.20",
"big-integer": "^1.6.48"
},
"devDependencies": {
"grunt": "^1.1.0",
"grunt": "^1.2.1",
"grunt-cli": "^1.3.2",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-focus": "^1.0.0",
"grunt-text-replace": "^0.4.0",
"grunt-webpack": "^3.1.3",
"webpack": "^4.42.1",
"webpack-cli": "^3.3.11"
"grunt-webpack": "^4.0.2",
"webpack": "^4.44.1",
"webpack-cli": "^3.3.12"
}
}

View File

@ -213,7 +213,7 @@ const updateAllInputs = (source, newValue) => {
doAfterLoad(() => {
$("#nav").appendChild(nav());
$("#nav").appendChild(nav("/Tools/Converter/"));
$("#header").appendChild(header({
title: "Converter",
description: "Convert numbers to and from various bases"