diff --git a/package-lock.json b/package-lock.json index c5549e0..ff6cc1e 100644 Binary files a/package-lock.json and b/package-lock.json differ diff --git a/package.json b/package.json index 7a7376b..de4f07d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dice", - "version": "1.0.10", + "version": "1.0.11", "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.20", - "chart.js": "^2.9.3" + "@fwdekker/template": "^0.0.24", + "chart.js": "^2.9.4" }, "devDependencies": { - "grunt": "^1.2.1", - "grunt-cli": "^1.3.2", + "grunt": "^1.3.0", + "grunt-cli": "^1.4.1", "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.2", - "webpack": "^4.44.1", - "webpack-cli": "^3.3.12" + "webpack": "^5.28.0", + "webpack-cli": "^4.5.0" } } diff --git a/src/main/index.html b/src/main/index.html index da99579..2d37c1d 100644 --- a/src/main/index.html +++ b/src/main/index.html @@ -10,8 +10,7 @@ Dice probabilities | FWDekker - +