From a5f8bcd3c4ab2cb770810274064c72ca2890c132 Mon Sep 17 00:00:00 2001 From: vectronic <32313864+vectronic@users.noreply.github.com> Date: Sat, 8 Mar 2025 00:44:33 +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 825a5a5..9a2a6a0 100644 --- a/bun.lock +++ b/bun.lock @@ -4,21 +4,21 @@ "": { "name": "@flowscripter/example-plugin", "dependencies": { - "@flowscripter/dynamic-plugin-framework": "^1.3.9", - "@flowscripter/example-plugin-api": "^1.0.1", + "@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.9", "", { "peerDependencies": { "typescript": "^5.8.2" } }, "sha512-sDCkCv89YJ8NHocoet1cPRhaYlv3p0S0zhMaU/3i8+6foW4tODRUMvsUoTomPPJeyNviF+Eb2gtz2X18iuHa1Q=="], + "@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/example-plugin-api": ["@flowscripter/example-plugin-api@1.0.1", "", { "peerDependencies": { "typescript": "^5.8.2" } }, "sha512-lvAObAQmV5kacznN9v03JvzSYguqPJbc0MRB7bth/LvY2H+yLiYy3UoAJudSvXtHBCXFEPQlISXXG0j8eq2LWw=="], + "@flowscripter/example-plugin-api": ["@flowscripter/example-plugin-api@1.0.2", "", { "peerDependencies": { "typescript": "^5.8.2" } }, "sha512-fPYrDC4dG1hx1IfAmkFLCtCrwaSfBF8rGxFFw82LuMUFhxiu/lglmsVRytqXLHKdW0zUcT0IzYzup4OnVQxsPA=="], "@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 47cf0a4..7fb3ad7 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "typescript": "^5.8.2" }, "dependencies": { - "@flowscripter/dynamic-plugin-framework": "^1.3.9", - "@flowscripter/example-plugin-api": "^1.0.1" + "@flowscripter/dynamic-plugin-framework": "^1.3.10", + "@flowscripter/example-plugin-api": "^1.0.2" } }