|
49 | 49 | "devDependencies": { |
50 | 50 | "@changesets/cli": "^2.27.9", |
51 | 51 | "@effect/language-service": "^0.2.0", |
52 | | - "@effect/platform": "^0.69.10", |
53 | | - "@effect/platform-bun": "^0.49.11", |
54 | | - "@effect/platform-node": "^0.64.11", |
| 52 | + "@effect/platform": "^0.69.11", |
| 53 | + "@effect/platform-bun": "^0.49.12", |
| 54 | + "@effect/platform-node": "^0.64.12", |
55 | 55 | "@effect/schema": "^0.75.5", |
56 | 56 | "@eslint/config-inspector": "^0.5.5", |
57 | 57 | "@eslint/js": "^9.13.0", |
|
60 | 60 | "@swc/core": "^1.7.40", |
61 | 61 | "@tsconfig/node22": "^22.0.0", |
62 | 62 | "@tsconfig/strictest": "^2.0.5", |
63 | | - "@types/node": "^22.8.2", |
| 63 | + "@types/node": "^22.8.4", |
64 | 64 | "@types/react": "^18.3.12", |
65 | 65 | "@types/react-dom": "^18.3.1", |
66 | | - "@typescript-eslint/eslint-plugin": "^8.12.1", |
67 | | - "@typescript-eslint/parser": "^8.12.1", |
68 | | - "@typescript-eslint/rule-tester": "^8.12.1", |
69 | | - "@typescript-eslint/types": "^8.12.1", |
| 66 | + "@typescript-eslint/eslint-plugin": "^8.12.2", |
| 67 | + "@typescript-eslint/parser": "^8.12.2", |
| 68 | + "@typescript-eslint/rule-tester": "^8.12.2", |
| 69 | + "@typescript-eslint/types": "^8.12.2", |
70 | 70 | "@vitest/ui": "^2.1.4", |
71 | 71 | "concurrently": "^9.0.1", |
72 | | - "cspell": "^8.15.4", |
| 72 | + "cspell": "^8.15.5", |
73 | 73 | "dprint": "^0.47.5", |
74 | | - "effect": "^3.10.5", |
| 74 | + "effect": "^3.10.6", |
75 | 75 | "esbuild": "^0.24.0", |
76 | 76 | "eslint": "^9.13.0", |
77 | 77 | "eslint-config-flat-gitignore": "^0.3.0", |
78 | 78 | "eslint-import-resolver-oxc": "^0.4.0", |
79 | 79 | "eslint-plugin-better-mutation": "^1.5.0", |
80 | 80 | "eslint-plugin-eslint-comments": "^3.2.0", |
81 | 81 | "eslint-plugin-eslint-plugin": "^6.3.1", |
82 | | - "eslint-plugin-import-x": "^4.3.1", |
| 82 | + "eslint-plugin-import-x": "^4.4.0", |
83 | 83 | "eslint-plugin-jsdoc": "^50.4.3", |
84 | 84 | "eslint-plugin-perfectionist": "^3.9.1", |
85 | 85 | "eslint-plugin-regexp": "^2.6.0", |
|
105 | 105 | "typedoc-plugin-markdown": "^4.2.9", |
106 | 106 | "typedoc-plugin-rename-defaults": "^0.7.1", |
107 | 107 | "typescript": "^5.6.3", |
108 | | - "typescript-eslint": "^8.12.1", |
| 108 | + "typescript-eslint": "^8.12.2", |
109 | 109 | "vitest": "^2.1.4" |
110 | 110 | }, |
111 | 111 | "packageManager": "[email protected]", |
|
115 | 115 | }, |
116 | 116 | "pnpm": { |
117 | 117 | "overrides": { |
118 | | - "array-flatten": "npm:@nolyfill/array-flatten@^1", |
| 118 | + "array-flatten": "npm:@nolyfill/array-flatten@^1.0.42", |
119 | 119 | "is-core-module": "npm:@nolyfill/is-core-module@^1.0.39", |
120 | 120 | "isarray": "npm:@nolyfill/isarray@^1.0.29", |
121 | 121 | "nextra": "3.1.0", |
122 | 122 | "nextra-theme-docs": "3.1.0", |
123 | | - "safe-buffer": "npm:@nolyfill/safe-buffer@^1", |
124 | | - "safer-buffer": "npm:@nolyfill/safer-buffer@^1", |
| 123 | + "safe-buffer": "npm:@nolyfill/safe-buffer@^1.0.41", |
| 124 | + "safer-buffer": "npm:@nolyfill/safer-buffer@^1.0.41", |
125 | 125 | "side-channel": "npm:@nolyfill/side-channel@^1.0.29", |
126 | 126 | "typedarray": "npm:@nolyfill/typedarray@^1.0.29", |
127 | 127 | "typescript": "^5.6.3" |
|
0 commit comments