From 15c58f83c3351cfd11adbd7b0252abdcc406a898 Mon Sep 17 00:00:00 2001 From: wellwelwel <46850407+wellwelwel@users.noreply.github.com> Date: Tue, 31 Mar 2026 07:58:38 -0300 Subject: [PATCH] fix(deps): use latest version of Poku --- package-lock.json | 8 ++++---- package.json | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index e4dd0fc..1fed008 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@biomejs/biome": "^1.9.4", "@ianvs/prettier-plugin-sort-imports": "^4.7.0", "@types/node": "^25.3.3", - "poku": "^3.0.3-canary.68e71482", + "poku": "^4.1.0", "prettier": "^3.8.1", "tsx": "^4.21.0", "typescript": "^5.9.3" @@ -982,9 +982,9 @@ "license": "ISC" }, "node_modules/poku": { - "version": "3.0.3-canary.68e71482", - "resolved": "https://registry.npmjs.org/poku/-/poku-3.0.3-canary.68e71482.tgz", - "integrity": "sha512-+L9P9I2Okyf4e2FYw5UK9rD9LGKG+HMVTTbdtdAq7pi61Wbd63aAyTwPyGwMCZy4YRGNZ+xfuFKXgVmtPyqUsQ==", + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/poku/-/poku-4.1.0.tgz", + "integrity": "sha512-gHyR0sE1zZ7qDowChiToZjQ75Dwqf0JDA3cHh5hVD8K00HOnVW4nr9XlximThE/AyenlxVatSEuiLfwYFcJS7w==", "dev": true, "license": "MIT", "bin": { diff --git a/package.json b/package.json index e23836f..2083040 100644 --- a/package.json +++ b/package.json @@ -40,13 +40,13 @@ "@biomejs/biome": "^1.9.4", "@ianvs/prettier-plugin-sort-imports": "^4.7.0", "@types/node": "^25.3.3", - "poku": "^3.0.3-canary.68e71482", + "poku": "^4.1.0", "prettier": "^3.8.1", "tsx": "^4.21.0", "typescript": "^5.9.3" }, "peerDependencies": { - "poku": "canary" + "poku": "^4.1.0" }, "publishConfig": { "access": "public"