Update dependencies

This commit is contained in:
Florine W. Dekker 2020-08-04 13:08:16 +02:00
parent 8ec936babf
commit 665e77290e
Signed by: FWDekker
GPG Key ID: B1B567AF58D6EE0F
4 changed files with 12 additions and 12 deletions

BIN
package-lock.json generated

Binary file not shown.

View File

@ -1,6 +1,6 @@
{
"name": "dice",
"version": "1.0.9",
"version": "1.0.10",
"description": "Calculates the probability of rolling a value given a combination of dice.",
"author": "Felix W. Dekker",
"browser": "dist/bundle.js",
@ -16,19 +16,19 @@
"deploy": "grunt deploy"
},
"dependencies": {
"@fwdekker/template": "^0.0.13",
"@fwdekker/template": "^0.0.20",
"chart.js": "^2.9.3"
},
"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

@ -15,11 +15,11 @@
</head>
<body>
<noscript>
<span style="color: red; font-weight: bold;">
This website does not function if JavaScript is disabled.
Please check the <a href="https://www.enable-javascript.com/">
instructions on how to enable JavaScript in your web browser</a>.
</span>
<span style="color: red; font-weight: bold;">
This website does not function if JavaScript is disabled.
Please check the <a href="https://www.enable-javascript.com/">
instructions on how to enable JavaScript in your web browser</a>.
</span>
</noscript>
<main style="display: none;">
<div id="nav"></div>

View File

@ -43,7 +43,7 @@ const iterateNodeList = (nodeList, fun) => {
//////
doAfterLoad(() => {
$("#nav").appendChild(nav());
$("#nav").appendChild(nav("/Tools/Dice/"));
$("#header").appendChild(header({
title: "Dice",
description: "Calculate the probability of rolling a value given a combination of dice"