diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 7ecc94b..952d406 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -14,7 +14,7 @@ on: env: # tool versions - BUN_VERSION: 1.0.30 # used for linting + BUN_VERSION: 1.0.32 # used for linting NODE_LTS_VERSION: 20 # used for publishing permissions: diff --git a/bun.lockb b/bun.lockb index 4518788..bf36d25 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index fbeb8ad..ea912b9 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "@types/bun": "latest", "eslint-config-prettier": "^9.1.0", "prettier": "^3.2.5", - "xo": "^0.57.0" + "xo": "^0.58.0" }, "peerDependencies": { "typescript": "^5.0.0"