Update dependencies

This commit is contained in:
Florine W. Dekker 2021-09-10 16:17:08 +02:00
parent 3db19f4f64
commit d53a8d0385
Signed by: FWDekker
GPG Key ID: 78B3EAF58145AF25
4 changed files with 9 additions and 9 deletions

View File

@ -1,6 +1,6 @@
MIT License
Copyright (c) 2018 Felix W. Dekker
Copyright (c) 2018 F.W. Dekker
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

BIN
package-lock.json generated

Binary file not shown.

View File

@ -1,8 +1,8 @@
{
"name": "dice",
"version": "1.0.15",
"version": "1.0.16",
"description": "Calculates the probability of rolling a value given a combination of dice.",
"author": "Felix W. Dekker",
"author": "F.W. Dekker",
"browser": "dist/bundle.js",
"repository": {
"type": "git",
@ -16,18 +16,18 @@
"deploy": "grunt deploy"
},
"dependencies": {
"chart.js": "^3.2.0"
"chart.js": "^3.5.1"
},
"devDependencies": {
"grunt": "^1.4.0",
"grunt-cli": "^1.4.2",
"grunt": "^1.4.1",
"grunt-cli": "^1.4.3",
"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": "^4.0.3",
"webpack": "^5.36.0",
"webpack-cli": "^4.6.0"
"webpack": "^5.52.1",
"webpack-cli": "^4.8.0"
}
}

View File

@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="author" content="Felix W. Dekker" />
<meta name="author" content="F.W. Dekker" />
<meta name="application-name" content="Dice probabilities" />
<meta name="description" content="Calculates the probability of rolling a value given a combination of dice." />
<meta name="theme-color" content="#0033cc" />