diff --git a/bun.lockb b/bun.lockb index 21c272c..8b3d7cc 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index 541d14b..c428761 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ }, "devDependencies": { "@rushstack/eslint-patch": "^1.10.4", - "@tsconfig/node20": "^20.1.4", + "@tsconfig/node22": "^22.0.0", "@types/jsdom": "^21.1.7", "@types/node": "^22.10.2", "@vitejs/plugin-vue": "^5.2.1", diff --git a/tsconfig.node.json b/tsconfig.node.json index 293b392..ba9a7ac 100644 --- a/tsconfig.node.json +++ b/tsconfig.node.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node20/tsconfig.json", + "extends": "@tsconfig/node22/tsconfig.json", "include": [ "vite.config.*", "vitest.config.*",