|
1 | 1 | { |
2 | 2 | "name": "@stdlib/stats-base-dists-f-quantile", |
3 | | - "version": "0.2.2", |
| 3 | + "version": "0.2.3", |
4 | 4 | "description": "F distribution quantile function.", |
5 | 5 | "license": "Apache-2.0", |
6 | 6 | "author": { |
|
37 | 37 | "url": "https://github.com/stdlib-js/stdlib/issues" |
38 | 38 | }, |
39 | 39 | "dependencies": { |
40 | | - "@stdlib/math-base-assert-is-nan": "^0.2.2", |
| 40 | + "@stdlib/math-base-assert-is-nan": "^0.2.3", |
41 | 41 | "@stdlib/math-base-special-kernel-betaincinv": "^0.2.2", |
42 | | - "@stdlib/utils-constant-function": "^0.2.2", |
43 | | - "@stdlib/utils-define-nonenumerable-read-only-property": "^0.2.2" |
| 42 | + "@stdlib/utils-constant-function": "^0.2.3", |
| 43 | + "@stdlib/utils-define-nonenumerable-read-only-property": "^0.2.3" |
44 | 44 | }, |
45 | 45 | "devDependencies": { |
46 | | - "@stdlib/array-float64": "^0.2.2", |
| 46 | + "@stdlib/array-float64": "^0.2.3", |
47 | 47 | "@stdlib/console-log-each-map": "^0.1.0", |
48 | | - "@stdlib/constants-float64-eps": "^0.2.2", |
49 | | - "@stdlib/constants-float64-ninf": "^0.2.2", |
50 | | - "@stdlib/constants-float64-pinf": "^0.2.2", |
51 | | - "@stdlib/math-base-special-abs": "^0.2.2", |
| 48 | + "@stdlib/constants-float64-eps": "^0.2.3", |
| 49 | + "@stdlib/constants-float64-ninf": "^0.2.3", |
| 50 | + "@stdlib/constants-float64-pinf": "^0.2.3", |
| 51 | + "@stdlib/math-base-special-abs": "^0.2.3", |
52 | 52 | "@stdlib/random-array-uniform": "^0.2.1", |
53 | 53 | "@stdlib/random-base-discrete-uniform": "^0.2.1", |
54 | | - "@stdlib/random-base-uniform": "^0.2.1", |
| 54 | + "@stdlib/random-base-uniform": "^0.2.2", |
55 | 55 | "tape": "git+https://github.com/kgryte/tape.git#fix/globby", |
56 | 56 | "istanbul": "^0.4.1", |
57 | 57 | "tap-min": "git+https://github.com/Planeshifter/tap-min.git", |
58 | | - "@stdlib/bench-harness": "^0.2.2" |
| 58 | + "@stdlib/bench-harness": "^0.2.3" |
59 | 59 | }, |
60 | 60 | "engines": { |
61 | 61 | "node": ">=0.10.0", |
|
0 commit comments