Update dependencies

This commit is contained in:
Florine W. Dekker 2020-08-04 13:10:31 +02:00
parent 1ae5874502
commit fc1fdb899d
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": "random-fo76",
"version": "1.0.9",
"version": "1.0.10",
"description": "Random Fallout 76 record.",
"author": "Felix W. Dekker",
"browser": "dist/bundle.js",
@ -16,19 +16,19 @@
"deploy": "grunt deploy"
},
"dependencies": {
"@fwdekker/template": "^0.0.17",
"@fwdekker/template": "^0.0.20",
"js-cookie": "^2.2.1"
},
"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.43.0",
"webpack-cli": "^3.3.11"
"grunt-webpack": "^4.0.2",
"webpack": "^4.44.1",
"webpack-cli": "^3.3.12"
}
}

View File

@ -189,7 +189,7 @@ const showRecord = (record) => {
doAfterLoad(() => {
$("#nav").appendChild(nav());
$("#nav").appendChild(nav("/Tools/Random FO76/"));
$("#header").appendChild(header({
title: "Random Fallout 76 record",
description: "Retrieve a random record from the <i>Fallout 76</i> game files"