|
1 | 1 | { |
2 | 2 | "name": "parchment", |
3 | | - "version": "2025.1.0", |
| 3 | + "version": "2026.4.0", |
4 | 4 | "description": "Parchment Interactive Fiction Player", |
5 | 5 | "repository": "curiousdannii/parchment", |
6 | 6 | "keywords": [ |
|
14 | 14 | "homepage": "https://github.com/curiousdannii/parchment#readme", |
15 | 15 | "type": "module", |
16 | 16 | "dependencies": { |
17 | | - "base32768": "^3.0.1", |
| 17 | + "@audio/decode-aiff": "^1.1.0", |
| 18 | + "@audio/decode-vorbis": "^1.0.0", |
| 19 | + "base32768": "^5.0.0", |
18 | 20 | "body-scroll-lock": "^4.0.0-beta.0", |
19 | 21 | "emglken": "^0.7.0", |
20 | 22 | "fflate": "^0.8.1", |
21 | 23 | "file-saver": "^2.0.5", |
22 | | - "glkaudio": "file:src/upstream/asyncglk/src/glkaudio/pkg", |
23 | | - "jquery": "^3.7.1", |
| 24 | + "jquery": "^4.0.0", |
24 | 25 | "js-cookie": "^3.0.1", |
25 | 26 | "lodash-es": "^4.17.21", |
26 | 27 | "path-browserify-esm": "^1.0.4", |
27 | | - "pretty-bytes": "^6.1.1" |
| 28 | + "pretty-bytes": "^7.0.0" |
28 | 29 | }, |
29 | 30 | "devDependencies": { |
30 | | - "@types/body-scroll-lock": "^3.1.2", |
31 | | - "@types/file-saver": "^2.0.7", |
32 | | - "@types/jquery": "^3.5.11", |
33 | | - "@types/js-cookie": "^3.0.4", |
34 | | - "@types/lodash-es": "^4.17.5", |
35 | | - "@types/minimist": "^1.2.2", |
36 | | - "@typescript-eslint/parser": "~8.18.0", |
37 | | - "esbuild": "^0.25.0", |
38 | | - "esbuild-svelte": "^0.8.1", |
39 | | - "eslint": "^9.12.0", |
40 | | - "eslint-plugin-compat": "^6.0.0", |
41 | | - "eslint-plugin-svelte": "^2.44.1", |
| 31 | + "esbuild": "^0.28.0", |
| 32 | + "esbuild-svelte": "^0.9.0", |
| 33 | + "eslint": "^10.0.0", |
| 34 | + "@eslint/js": "^10.0.0", |
| 35 | + "eslint-plugin-compat": "^7.0.0", |
| 36 | + "eslint-plugin-svelte": "^3.0.0", |
42 | 37 | "minimist": "^1.2.6", |
43 | 38 | "regtest-html": "^0.1.4", |
44 | 39 | "svelte": "^4.2.19", |
45 | 40 | "svelte-check": "^4.0.4", |
46 | 41 | "svelte-preprocess": "^6.0.3", |
47 | | - "typescript": "~5.6.0", |
48 | | - "typescript-eslint": "~8.17.0" |
| 42 | + "typescript": "~5.9.0", |
| 43 | + "typescript-eslint": "~8.58.0", |
| 44 | + "@types/body-scroll-lock": "^3.1.2", |
| 45 | + "@types/file-saver": "^2.0.7", |
| 46 | + "@types/jquery": "^4.0.0", |
| 47 | + "@types/js-cookie": "^3.0.0", |
| 48 | + "@types/lodash-es": "^4.17.5", |
| 49 | + "@types/minimist": "^1.2.2", |
| 50 | + "@typescript-eslint/parser": "~8.58.0" |
49 | 51 | }, |
50 | 52 | "scripts": { |
51 | 53 | "build": "./build.js", |
|
0 commit comments