Skip to content

Commit

Permalink
chore(deps): update eslint (#2808)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jul 5, 2024
1 parent 38c5d0a commit aeb609e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"@eslint/js": "^9.6.0",
"eslint": "^9.6.0",
"globals": "^15.8.0",
"typescript-eslint": "^7.14.1"
"typescript-eslint": "^7.15.0"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
"eslint-plugin-react": "^7.34.3",
"eslint-plugin-react-hooks": "^4.6.2",
"globals": "^15.8.0",
"typescript-eslint": "^7.14.1"
"typescript-eslint": "^7.15.0"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"devDependencies": {
"@eslint/js": "^9.6.0",
"eslint": "^9.6.0",
"eslint-plugin-vue": "^9.26.0",
"eslint-plugin-vue": "^9.27.0",
"globals": "^15.8.0"
}
}
4 changes: 2 additions & 2 deletions packages/create-rsbuild/template-eslint/vue-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"devDependencies": {
"@eslint/js": "^9.6.0",
"eslint": "^9.6.0",
"eslint-plugin-vue": "^9.26.0",
"eslint-plugin-vue": "^9.27.0",
"globals": "^15.8.0",
"typescript-eslint": "^7.14.1"
"typescript-eslint": "^7.15.0"
}
}

0 comments on commit aeb609e

Please sign in to comment.