Skip to content

Commit

Permalink
chore(deps): update devdependencies typescript-eslint from v7.18.0 to…
Browse files Browse the repository at this point in the history
… v8 (#395)

* chore(deps): update devdependencies typescript-eslint from v7.18.0 to v8

* switch to esm

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Dan Adajian <[email protected]>
  • Loading branch information
renovate[bot] and danadajian authored Aug 5, 2024
1 parent b63b724 commit 79a2b22
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
Binary file modified bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion eslint.config.js
Original file line number Diff line number Diff line change
@@ -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");
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "cypress-codegen",
"packageManager": "[email protected]",
"type": "commonjs",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"bin": {
Expand Down Expand Up @@ -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": {
Expand Down

0 comments on commit 79a2b22

Please sign in to comment.