From 69a059add21da8195579217ebbbf8a85bd1e52a4 Mon Sep 17 00:00:00 2001 From: vectronic <32313864+vectronic@users.noreply.github.com> Date: Sun, 9 Mar 2025 00:50:16 +0000 Subject: [PATCH] fix: update dependencies --- bun.lock | 12 ++++++------ package.json | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/bun.lock b/bun.lock index 36f8917..248de58 100644 --- a/bun.lock +++ b/bun.lock @@ -4,21 +4,21 @@ "": { "name": "@flowscripter/example-plugin", "dependencies": { - "@flowscripter/dynamic-plugin-framework": "^1.3.10", - "@flowscripter/example-plugin-api": "^1.0.2", + "@flowscripter/dynamic-plugin-framework": "latest", + "@flowscripter/example-plugin-api": "latest", }, "devDependencies": { - "@types/bun": "^1.2.4", + "@types/bun": "latest", }, "peerDependencies": { - "typescript": "^5.8.2", + "typescript": "latest", }, }, }, "packages": { - "@flowscripter/dynamic-plugin-framework": ["@flowscripter/dynamic-plugin-framework@1.3.10", "", { "peerDependencies": { "typescript": "^5.8.2" } }, "sha512-L4pWDh8fO7/L3pkkjE/orp2657TBC47iUzS+oVvAit77FCngYIFHwRXAVZS/R+ojc4FIiY9krFBUJC9sg/AlBg=="], + "@flowscripter/dynamic-plugin-framework": ["@flowscripter/dynamic-plugin-framework@1.3.11", "", { "peerDependencies": { "typescript": "^5.8.2" } }, "sha512-Q+pziccNCncF2c/kRxODJCz8S30/WuzI3rF0OC0amT7gSKlTzWqxP3xfQS979laX0yMUEn67bF0+pgigGRpOjg=="], - "@flowscripter/example-plugin-api": ["@flowscripter/example-plugin-api@1.0.2", "", { "peerDependencies": { "typescript": "^5.8.2" } }, "sha512-fPYrDC4dG1hx1IfAmkFLCtCrwaSfBF8rGxFFw82LuMUFhxiu/lglmsVRytqXLHKdW0zUcT0IzYzup4OnVQxsPA=="], + "@flowscripter/example-plugin-api": ["@flowscripter/example-plugin-api@1.0.3", "", { "peerDependencies": { "typescript": "^5.8.2" } }, "sha512-fjyIsUU/MTQDMgLUY5YXLTy9nDs+xsvF9jpovX9jZlip7DKYqaVb5y1I63dBo7zbB7zTaEiAlZj4daNYD7Ourw=="], "@types/bun": ["@types/bun@1.2.4", "", { "dependencies": { "bun-types": "1.2.4" } }, "sha512-QtuV5OMR8/rdKJs213iwXDpfVvnskPXY/S0ZiFbsTjQZycuqPbMW8Gf/XhLfwE5njW8sxI2WjISURXPlHypMFA=="], diff --git a/package.json b/package.json index 0968142..6157825 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "typescript": "^5.8.2" }, "dependencies": { - "@flowscripter/dynamic-plugin-framework": "^1.3.10", - "@flowscripter/example-plugin-api": "^1.0.2" + "@flowscripter/dynamic-plugin-framework": "^1.3.11", + "@flowscripter/example-plugin-api": "^1.0.3" } }