Skip to content

Commit 5010887

Browse files
committed
fix: not ready to bump eslint yet
1 parent 0703917 commit 5010887

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@
3232
},
3333
"dependencies": {
3434
"commander": "^12.0.0",
35-
"eslint": "^9.0.0"
35+
"eslint": "^8.57.0"
3636
}
3737
}

recaptcha_enterprise/snippets/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"@types/node": "^20.0.0",
2929
"@types/yargs": "^17.0.19",
3030
"c8": "^10.0.0",
31-
"eslint": "^9.0.0",
31+
"eslint": "^8.57.0",
3232
"gts": "^5.0.0",
3333
"mocha": "^10.2.0",
3434
"ts-node": "^10.9.1",

0 commit comments

Comments
 (0)