Skip to content

Commit 5addd47

Browse files
chore(deps): update dependency eslint to v10
1 parent f4323ac commit 5addd47

File tree

4 files changed

+187
-135
lines changed

4 files changed

+187
-135
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
"allure-js-commons": "^3.4.5",
9090
"allure-vitest": "^3.4.5",
9191
"cross-env": "^10.1.0",
92-
"eslint": "^9.39.2",
92+
"eslint": "^10.0.1",
9393
"mkdirp": "^3.0.1",
9494
"npm": "^11.10.0",
9595
"npm-run-all": "^4.1.5",

plugin-templates/javascript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
"@cybozu/eslint-config": "^25.0.0",
1414
"@kintone/cli": "^1.19.0",
1515
"npm-run-all": "^4.1.5",
16-
"eslint": "^9.39.2"
16+
"eslint": "^10.0.1"
1717
}
1818
}

plugin-templates/typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"ajv": "^8.18.0",
2929
"babel-loader": "^9.2.1",
3030
"cross-env": "^7.0.3",
31-
"eslint": "^9.39.2",
31+
"eslint": "^10.0.1",
3232
"npm-run-all": "^4.1.5",
3333
"prettier": "^3.8.1",
3434
"typescript": "^5.9.3",

0 commit comments

Comments
 (0)