diff --git a/bun.lockb b/bun.lockb index d0c245c..82f5c94 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index ab0afbb..36b80a4 100644 --- a/package.json +++ b/package.json @@ -35,22 +35,22 @@ }, "devDependencies": { "@swc/jest": "0.2.36", - "@total-typescript/ts-reset": "0.6.0", + "@total-typescript/ts-reset": "0.6.1", "@types/glob": "8.1.0", "@types/react": "18.3.5", "@types/jest": "29.5.12", - "@types/node": "22.5.2", - "cypress": "13.14.1", + "@types/node": "22.5.4", + "cypress": "13.14.2", "husky": "9.1.5", "jest": "29.7.0", - "eslint": "9.9.1", + "eslint": "9.10.0", "eslint-plugin-cypress": "3.5.0", "react": "18.3.1", "react-dom": "18.3.1", "tsup": "8.2.4", "typescript": "5.5.4", - "typescript-eslint": "8.3.0", - "vite": "5.4.2" + "typescript-eslint": "8.4.0", + "vite": "5.4.3" }, "scripts": { "build": "tsup src/index.ts src/cli.ts --clean --dts --format cjs",