diff --git a/bun.lock b/bun.lock index 2769ec2..6e05c11 100644 --- a/bun.lock +++ b/bun.lock @@ -1,5 +1,6 @@ { "lockfileVersion": 1, + "configVersion": 0, "workspaces": { "": { "name": "@cigale/beamup", @@ -21,7 +22,7 @@ "prettier-plugin-toml": "^2.0.6", }, "peerDependencies": { - "typescript": "^5.9.2", + "typescript": "^5.9.3", }, }, }, diff --git a/package.json b/package.json index 42b8ed9..6ec89d9 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "prettier-plugin-toml": "^2.0.6" }, "peerDependencies": { - "typescript": "^5.9.2" + "typescript": "^5.9.3" }, "dependencies": { "arktype": "^2.1.22"