|
1 | 1 | { |
2 | 2 | "name": "dx", |
3 | | - "version": "0.1.3-beta.4", |
| 3 | + "version": "0.1.3", |
4 | 4 | "private": true, |
5 | 5 | "description": "Monorepo for JavaScript and TypeScript dx libraries.", |
6 | 6 | "homepage": "https://github.com/Rel1cx/dx", |
|
28 | 28 | "lint:publish": "pnpm m run lint:publish", |
29 | 29 | "lint:ts": "pnpm m run lint:ts", |
30 | 30 | "prepare": "pnpm run build", |
| 31 | + "test": "", |
31 | 32 | "update:version": "tsx ./scripts/update-version.ts" |
32 | 33 | }, |
33 | 34 | "devDependencies": { |
34 | | - "@effect/platform": "^0.94.0", |
| 35 | + "@effect/platform": "^0.94.1", |
35 | 36 | "@effect/platform-node": "^0.104.0", |
36 | 37 | "@eslint/compat": "^2.0.0", |
37 | 38 | "@let/eff": "jsr:^0.1.2", |
|
42 | 43 | "@types/node": "^25.0.3", |
43 | 44 | "ansis": "^4.2.0", |
44 | 45 | "dprint": "^0.51.1", |
45 | | - "effect": "^3.19.13", |
| 46 | + "effect": "^3.19.14", |
46 | 47 | "eslint": "^9.39.2", |
47 | 48 | "eslint-plugin-function-rule": "workspace:*", |
48 | 49 | "eslint-plugin-vitest": "^0.5.4", |
|
52 | 53 | "sort-package-json": "^3.6.0", |
53 | 54 | "tinyglobby": "^0.2.15", |
54 | 55 | "ts-pattern": "^5.9.0", |
55 | | - "tsdown": "^0.18.3", |
| 56 | + "tsdown": "^0.19.0-beta.1", |
56 | 57 | "tsx": "^4.21.0", |
57 | 58 | "typedoc": "^0.28.15", |
58 | 59 | "typedoc-plugin-markdown": "^4.9.0", |
59 | 60 | "typedoc-plugin-mdn-links": "^5.0.10", |
60 | 61 | "typescript": "^5.9.3", |
61 | | - "typescript-eslint": "^8.50.1" |
| 62 | + "typescript-eslint": "^8.51.0" |
62 | 63 | }, |
63 | | - "packageManager": "pnpm@10.26.2", |
| 64 | + "packageManager": "pnpm@10.27.0", |
64 | 65 | "engines": { |
65 | 66 | "node": ">=24.0.0" |
66 | 67 | } |
|
0 commit comments