diff --git a/bun.lock b/bun.lock index b1cbb66..5e0425b 100644 --- a/bun.lock +++ b/bun.lock @@ -4,14 +4,14 @@ "": { "name": "@flowscripter/example-host-application", "dependencies": { - "@flowscripter/dynamic-plugin-framework": "^1.3.18", - "@flowscripter/example-plugin-api": "^1.0.8", + "@flowscripter/dynamic-plugin-framework": "latest", + "@flowscripter/example-plugin-api": "latest", }, "devDependencies": { - "@types/bun": "^1.2.10", + "@types/bun": "latest", }, "peerDependencies": { - "typescript": "^5.8.3", + "typescript": "latest", }, }, },