|
33 | 33 | "format:write": "dprint fmt",
|
34 | 34 | "inspect:deps": "skott -e .ts",
|
35 | 35 | "inspect:eslint-config": "eslint-config-inspector",
|
36 |
| - "lint": "pnpm run lint:spell && pnpm run lint:deps && pnpm run lint:publish && pnpm run lint:type && concurrently \"pnpm run lint:ts\" \"pnpm run lint:examples\" \"pnpm run lint:website\"", |
| 36 | + "lint": "pnpm run lint:deps && pnpm run lint:publish && pnpm run lint:type && concurrently \"pnpm run lint:ts\" \"pnpm run lint:examples\" \"pnpm run lint:website\"", |
37 | 37 | "lint:deps": "skott -m file-tree -e .ts -s",
|
38 | 38 | "lint:examples": "pnpm -r -F \"./examples/*\" run --parallel lint",
|
39 | 39 | "lint:publish": "pnpm -r run --parallel lint:publish",
|
|
49 | 49 | "devDependencies": {
|
50 | 50 | "@changesets/cli": "^2.27.9",
|
51 | 51 | "@effect/language-service": "^0.2.0",
|
52 |
| - "@effect/platform": "^0.69.8", |
53 |
| - "@effect/platform-bun": "^0.49.9", |
54 |
| - "@effect/platform-node": "^0.64.9", |
| 52 | + "@effect/platform": "^0.69.9", |
| 53 | + "@effect/platform-bun": "^0.49.10", |
| 54 | + "@effect/platform-node": "^0.64.10", |
55 | 55 | "@effect/schema": "^0.75.5",
|
56 | 56 | "@eslint/config-inspector": "^0.5.5",
|
57 | 57 | "@eslint/js": "^9.13.0",
|
58 | 58 | "@stylistic/eslint-plugin-js": "^2.9.0",
|
59 |
| - "@susisu/eslint-plugin-safe-typescript": "^0.9.0", |
| 59 | + "@susisu/eslint-plugin-safe-typescript": "^0.9.1", |
60 | 60 | "@swc/core": "^1.7.39",
|
61 | 61 | "@tsconfig/node22": "^22.0.0",
|
62 | 62 | "@tsconfig/strictest": "^2.0.5",
|
63 |
| - "@types/node": "^22.7.9", |
| 63 | + "@types/node": "^22.8.1", |
64 | 64 | "@types/react": "^18.3.12",
|
65 | 65 | "@types/react-dom": "^18.3.1",
|
66 | 66 | "@typescript-eslint/eslint-plugin": "^8.11.0",
|
|
71 | 71 | "concurrently": "^9.0.1",
|
72 | 72 | "cspell": "^8.15.4",
|
73 | 73 | "dprint": "^0.47.4",
|
74 |
| - "effect": "^3.10.3", |
| 74 | + "effect": "^3.10.4", |
75 | 75 | "esbuild": "^0.24.0",
|
76 | 76 | "eslint": "^9.13.0",
|
77 | 77 | "eslint-config-flat-gitignore": "^0.3.0",
|
|
88 | 88 | "eslint-plugin-vitest": "^0.5.4",
|
89 | 89 | "importx": "^0.5.0",
|
90 | 90 | "lefthook": "^1.8.1",
|
91 |
| - "markdownlint": "^0.35.0", |
| 91 | + "markdownlint": "^0.36.0", |
92 | 92 | "publint": "^0.2.12",
|
93 | 93 | "react": "^18.3.1",
|
94 | 94 | "react-dom": "^18.3.1",
|
|
97 | 97 | "std-env": "^3.7.0",
|
98 | 98 | "tinyglobby": "^0.2.10",
|
99 | 99 | "ts-pattern": "^5.5.0",
|
100 |
| - "tsup": "^8.3.4", |
| 100 | + "tsup": "^8.3.5", |
101 | 101 | "tsx": "^4.19.1",
|
102 | 102 | "turbo": "^2.2.3",
|
103 | 103 | "type-fest": "^4.26.1",
|
|
0 commit comments