|
1 | 1 | { |
2 | 2 | "name": "solid-automerge", |
3 | | - "version": "1.0.0-charlie.0", |
| 3 | + "version": "1.0.0-charlie.1", |
4 | 4 | "description": "use automerge-repo in your solid app", |
5 | 5 | "type": "module", |
6 | 6 | "main": "out/index.js", |
7 | 7 | "scripts": { |
8 | 8 | "prepublish": "pnpm mk", |
9 | | - "mk": "swc src -d out --strip-leading-paths && tsc -p tsconfig.build.json && typedoc", |
| 9 | + "mk": "node --experimental-strip-types ./mk.ts typedoc", |
10 | 10 | "build": "pnpm mk", |
11 | 11 | "test": "vitest run", |
12 | 12 | "w": "tsc -p tsconfig.build.json --watch" |
|
28 | 28 | }, |
29 | 29 | "devDependencies": { |
30 | 30 | "@automerge/automerge-repo": "^2.0.0", |
| 31 | + "@onyx/esbuild-plugin-rewrite-relative-import-extensions": "npm:@jsr/onyx__esbuild-plugin-rewrite-relative-import-extensions@^0.0.2", |
31 | 32 | "@solidjs/testing-library": "^0.8.9", |
32 | 33 | "@swc/cli": "^0.7.7", |
33 | 34 | "@testing-library/jest-dom": "^6.5.0", |
34 | 35 | "@testing-library/user-event": "^14.5.2", |
| 36 | + "esbuild": "^0.25.4", |
| 37 | + "esbuild-plugin-d.ts": "^1.3.1", |
35 | 38 | "eslint": "^9.11.0", |
36 | 39 | "eslint-plugin-solid": "^0.14.3", |
37 | 40 | "globals": "^15.9.0", |
38 | 41 | "jsdom": "^26.0.0", |
39 | 42 | "prettier": "^3.3.3", |
40 | 43 | "solid-js": "^1.9.4", |
41 | | - "typedoc": "^0.27.6", |
| 44 | + "typedoc": "^0.28.4", |
42 | 45 | "typedoc-material-theme": "^1.3.0", |
43 | | - "typescript": "^5.6.2", |
| 46 | + "typescript": "^5.8.3", |
44 | 47 | "typescript-eslint": "^8.6.0", |
45 | 48 | "vite-plugin-solid": "^2.11.0", |
46 | 49 | "vite-plugin-wasm": "^3.4.1", |
|
51 | 54 | }, |
52 | 55 | "dependencies": { |
53 | 56 | "@solid-primitives/utils": "^6.3.0", |
54 | | - "cabbages": "^0.2.4" |
| 57 | + "cabbages": "^0.2.4", |
| 58 | + "esbuild-isolated-dts": "^0.1.2" |
55 | 59 | }, |
56 | 60 | "repository": { |
57 | 61 | "type": "git", |
|
0 commit comments