From 4469d4ad03d4779541926d73255ed41da4003933 Mon Sep 17 00:00:00 2001 From: vectronic <32313864+vectronic@users.noreply.github.com> Date: Sun, 20 Apr 2025 00:43:50 +0000 Subject: [PATCH] chore: update dependencies --- bun.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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", }, }, },