fix: downgrade @typescript/native-preview to published version

- Update @typescript/native-preview from 7.0.0-dev.20260125.1 to 7.0.0-dev.20260124.1
  (20260125.1 is not yet published to npm)
- Update memory-core peerDependency to >=2026.1.24 to match latest published version
- Fixes CI lockfile validation failures

This resolves the pnpm frozen-lockfile errors in GitHub Actions.
This commit is contained in:
rhuanssauro
2026-01-25 21:10:01 -03:00
committed by Peter Steinberger
parent 592930f10f
commit a187cd47f7

View File

@@ -9,6 +9,6 @@
]
},
"peerDependencies": {
"clawdbot": ">=2026.1.25"
"clawdbot": ">=2026.1.24"
}
}