diff --git a/bun.lockb b/bun.lockb index e980ddd..62c5eed 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/eslint.config.js b/eslint.config.js index 87a7e79..b9ad44a 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -1,4 +1,4 @@ -/* eslint-disable @typescript-eslint/no-var-requires */ +/* eslint-disable @typescript-eslint/no-require-imports */ const typescriptEslint = require("typescript-eslint"); const cypressEslintPlugin = require("eslint-plugin-cypress"); diff --git a/package.json b/package.json index 189e046..81992e1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,7 @@ { "name": "cypress-codegen", "packageManager": "bun@1.1.17", + "type": "commonjs", "main": "dist/index.js", "types": "dist/index.d.ts", "bin": { @@ -48,7 +49,7 @@ "react-dom": "18.3.1", "tsup": "8.2.4", "typescript": "5.5.4", - "typescript-eslint": "7.18.0", + "typescript-eslint": "8.0.0", "vite": "5.3.5" }, "scripts": {