diff --git a/package-lock.json b/package-lock.json index 92d8434..2c01f69 100644 Binary files a/package-lock.json and b/package-lock.json differ diff --git a/package.json b/package.json index fa33546..559fdd3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dice", - "version": "1.0.18", + "version": "1.0.19", "description": "Calculates the probability of rolling a value given a combination of dice.", "author": "Florine W. Dekker", "browser": "dist/bundle.js", @@ -16,18 +16,18 @@ "deploy": "grunt deploy" }, "dependencies": { - "chart.js": "^3.7.1" + "chart.js": "^4.0.1" }, "devDependencies": { - "grunt": "^1.4.1", + "grunt": "^1.5.3", "grunt-cli": "^1.4.3", - "grunt-contrib-clean": "^2.0.0", + "grunt-contrib-clean": "^2.0.1", "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": "^5.0.0", - "webpack": "^5.69.1", - "webpack-cli": "^4.9.2" + "webpack": "^5.75.0", + "webpack-cli": "^5.0.0" } } diff --git a/src/main/index.html b/src/main/index.html index 6a8c68e..8c2c347 100644 --- a/src/main/index.html +++ b/src/main/index.html @@ -8,15 +8,21 @@ + + + + + + + Dice probabilities | FWDekker - - + -