Skip to content

Commit 54a40ed

Browse files
committed
Keep the 0.2.93 release to the version bump alone
The release commit swept up uncommitted dependency edits sitting in the working tree — arktype off the workspace catalog, plus mcp-sdk, typescript-language-server, and ws bumps — without their lockfile, so `bun install --frozen-lockfile` refused and every branch went red. Dependencies return to what the lockfile actually pins. The arktype bump in particular cannot be taken alone: every @intx/* package pins ^2.1.29, so a root ^2.2.3 resolves a second instance and `instanceof type.errors` stops narrowing across the boundary.
1 parent d703b27 commit 54a40ed

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,20 +65,20 @@
6565
"@intx/tools-lsp": "0.2.2",
6666
"@intx/tools-posix": "0.2.2",
6767
"@intx/types": "0.2.2",
68-
"@modelcontextprotocol/sdk": "^1.30.0",
68+
"@modelcontextprotocol/sdk": "^1.29.0",
6969
"@opentui/core": "0.5.1",
7070
"@opentui/keymap": "0.5.1",
7171
"@opentui/solid": "0.5.1",
72-
"arktype": "^2.2.3",
72+
"arktype": "catalog:",
7373
"highlight.js": "^11.11.1",
7474
"solid-js": "1.9.14"
7575
},
7676
"devDependencies": {
7777
"@intx/inference-testing": "0.2.2",
7878
"@types/bun": "1.3.9",
7979
"typescript": "5.9.3",
80-
"typescript-language-server": "^4.4.1",
81-
"ws": "^8.21.3"
80+
"typescript-language-server": "^4.3.4",
81+
"ws": "^8.21.0"
8282
},
8383
"optionalDependencies": {
8484
"@opentui/core-darwin-arm64": "0.5.1",

0 commit comments

Comments
 (0)