diff --git a/package-lock.json b/package-lock.json index 4cc8f5f..d60b1ba 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,6 +11,7 @@ "@rollup/plugin-commonjs": "^29.0.0", "@rollup/plugin-node-resolve": "^16.0.3", "@rollup/plugin-terser": "^0.4.4", + "@typescript-eslint/types": "^8.53.1", "esm-env": "^1.0.0", "highcharts": "^12.5.0", "rollup": "^4.55.1", @@ -671,6 +672,20 @@ "dev": true, "license": "MIT" }, + "node_modules/@typescript-eslint/types": { + "version": "8.53.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.53.1.tgz", + "integrity": "sha512-jr/swrr2aRmUAUjW5/zQHbMaui//vQlsZcJKijZf3M26bnmLj8LyZUpj8/Rd6uzaek06OWsqdofN/Thenm5O8A==", + "dev": true, + "license": "MIT", + "engines": { + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + } + }, "node_modules/acorn": { "version": "8.14.0", "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.14.0.tgz", diff --git a/package.json b/package.json index 73ad570..3f4ecc9 100644 --- a/package.json +++ b/package.json @@ -12,6 +12,7 @@ }, "devDependencies": { "@rollup/plugin-commonjs": "^29.0.0", + "@typescript-eslint/types": "^8.53.1", "@rollup/plugin-node-resolve": "^16.0.3", "esm-env": "^1.0.0", "highcharts": "^12.5.0", diff --git a/src/About.svelte b/src/About.svelte index 650d96c..ee0feff 100644 --- a/src/About.svelte +++ b/src/About.svelte @@ -15,6 +15,7 @@

'Guessing' here refers to a properly calibrated probability estimate. If we were to guess the gross domestic earnings of The Goonies, the answer would probably be wrong, not through personal faults, but because the question tests exact domain knowledge. Rephrasing the question: +

“What are your high and low estimates for the gross domestic earnings of the The Goonies? What interval estimate of confidence would you give this range?” @@ -34,6 +35,7 @@

Researchers have explored the limits and prejudices of probability estimates, and have a few theories on potential causes. +