Skip to content

Commit

Permalink
Update eslint version
Browse files Browse the repository at this point in the history
  • Loading branch information
nzakas committed Feb 1, 2024
1 parent e5f793e commit 7136ea3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"devDependencies": {
"@eslint/eslintrc": "^3.0.0",
"@eslint/js": "^8.56.0",
"eslint": "^7.5.0",
"eslint": "^8.56.0",
"eslint-plugin-markdown": "file:../..",
"eslint-plugin-react": "^7.20.3",
"globals": "^13.24.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"@eslint/js": "^8.56.0",
"@typescript-eslint/eslint-plugin": "^6.20.0",
"@typescript-eslint/parser": "^6.20.0",
"eslint": "^7.5.0",
"eslint": "^8.56.0",
"eslint-plugin-markdown": "file:../..",
"typescript": "^3.9.7"
}
Expand Down

0 comments on commit 7136ea3

Please sign in to comment.