|
1 | 1 | {
|
2 | 2 | "name": "matbench-discovery",
|
3 | 3 | "description": "Benchmarking machine learning energy models for materials discovery.",
|
4 |
| - "author": "Janosh Riebesell <janosh@lbl.gov>", |
| 4 | + "author": "Janosh Riebesell <janosh.riebesell@gmail.gov>", |
5 | 5 | "homepage": "https://janosh.github.io/matbench-discovery",
|
6 | 6 | "repository": "https://github.com/janosh/matbench-discovery",
|
7 | 7 | "package": "https://pypi.org/project/matbench-discovery",
|
|
20 | 20 | "@iconify/svelte": "^3.1.6",
|
21 | 21 | "@rollup/plugin-yaml": "^4.1.2",
|
22 | 22 | "@sveltejs/adapter-static": "^3.0.1",
|
23 |
| - "@sveltejs/kit": "^2.3.2", |
| 23 | + "@sveltejs/kit": "^2.4.1", |
24 | 24 | "@sveltejs/vite-plugin-svelte": "^3.0.1",
|
25 |
| - "@typescript-eslint/eslint-plugin": "^6.18.1", |
26 |
| - "@typescript-eslint/parser": "^6.18.1", |
| 25 | + "@typescript-eslint/eslint-plugin": "^6.19.0", |
| 26 | + "@typescript-eslint/parser": "^6.19.0", |
27 | 27 | "d3-scale-chromatic": "^3.0.0",
|
28 | 28 | "elementari": "^0.2.3",
|
29 | 29 | "eslint": "^8.56.0",
|
30 | 30 | "eslint-plugin-svelte": "^2.35.1",
|
31 |
| - "hastscript": "^8.0.0", |
| 31 | + "hastscript": "^9.0.0", |
32 | 32 | "highlight.js": "^11.9.0",
|
33 | 33 | "js-yaml": "^4.1.0",
|
34 | 34 | "katex": "^0.16.9",
|
35 | 35 | "mdsvex": "^0.11.0",
|
36 |
| - "prettier": "^3.2.2", |
| 36 | + "prettier": "^3.2.4", |
37 | 37 | "prettier-plugin-svelte": "^3.1.2",
|
38 | 38 | "rehype-autolink-headings": "^7.1.0",
|
39 | 39 | "rehype-katex-svelte": "^1.2.0",
|
40 | 40 | "rehype-slug": "^6.0.0",
|
41 | 41 | "remark-math": "3.0.0",
|
42 |
| - "svelte": "^4.2.8", |
| 42 | + "svelte": "^4.2.9", |
43 | 43 | "svelte-check": "^3.6.3",
|
44 | 44 | "svelte-multiselect": "^10.2.0",
|
45 | 45 | "svelte-preprocess": "^5.1.3",
|
46 |
| - "svelte-toc": "^0.5.6", |
| 46 | + "svelte-toc": "^0.5.7", |
47 | 47 | "svelte-zoo": "^0.4.9",
|
48 | 48 | "svelte2tsx": "^0.7.0",
|
49 | 49 | "tslib": "^2.6.2",
|
50 | 50 | "typescript": "5.3.3",
|
51 |
| - "vite": "^5.0.11" |
| 51 | + "vite": "^5.0.12" |
52 | 52 | },
|
53 | 53 | "prettier": {
|
54 | 54 | "semi": false,
|
|
0 commit comments