Skip to content

Commit 28a60b1

Browse files
committed
fix: eslint 10
1 parent 1e76f8e commit 28a60b1

4 files changed

Lines changed: 1411 additions & 1355 deletions

File tree

package.json

Lines changed: 16 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@zotero-plugin/eslint-config",
33
"type": "module",
44
"version": "0.6.7",
5-
"packageManager": "pnpm@10.24.0",
5+
"packageManager": "pnpm@10.30.3",
66
"description": "ESLint config for zotero plugin.",
77
"license": "AGPL-3.0-or-later",
88
"homepage": "https://github.com/zotero-plugin-dev/eslint-config#readme",
@@ -14,19 +14,17 @@
1414
"url": "https://github.com/zotero-plugin-dev/eslint-config/issues"
1515
},
1616
"exports": {
17-
".": "./dist/index.js",
17+
".": "./dist/index.mjs",
1818
"./package.json": "./package.json"
1919
},
20-
"main": "./dist/index.js",
21-
"module": "./dist/index.js",
2220
"types": "./dist/index.d.ts",
2321
"files": [
2422
"dist"
2523
],
2624
"publishConfig": {
2725
"access": "public",
2826
"exports": {
29-
".": "./dist/index.js",
27+
".": "./dist/index.mjs",
3028
"./package.json": "./package.json"
3129
}
3230
},
@@ -52,24 +50,24 @@
5250
"eslint": "^9.39.1"
5351
},
5452
"dependencies": {
55-
"@eslint/js": "^9.39.1",
56-
"eslint-config-flat-gitignore": "^2.1.0",
53+
"@eslint/js": "^10.0.1",
54+
"eslint-config-flat-gitignore": "^2.2.1",
5755
"eslint-plugin-chai-friendly": "^1.1.0",
5856
"eslint-plugin-mocha": "^11.2.0",
59-
"typescript-eslint": "^8.48.0"
57+
"typescript-eslint": "^8.56.1"
6058
},
6159
"devDependencies": {
62-
"@antfu/eslint-config": "^7.2.0",
63-
"@eslint/config-inspector": "^1.4.2",
64-
"@types/node": "^24.10.1",
65-
"bumpp": "^10.3.2",
66-
"eslint": "^9.39.1",
67-
"eslint-plugin-format": "^1.0.2",
68-
"eslint-typegen": "^2.3.0",
60+
"@antfu/eslint-config": "^7.7.0",
61+
"@eslint/config-inspector": "^1.5.0",
62+
"@types/node": "^25.3.5",
63+
"bumpp": "^10.4.1",
64+
"eslint": "^10.0.3",
65+
"eslint-plugin-format": "^2.0.1",
66+
"eslint-typegen": "^2.3.1",
6967
"husky": "^9.1.7",
70-
"lint-staged": "^16.2.7",
71-
"prettier": "^3.7.3",
72-
"tsdown": "^0.16.8",
68+
"lint-staged": "^16.3.2",
69+
"prettier": "^3.8.1",
70+
"tsdown": "^0.21.0",
7371
"tsx": "^4.21.0",
7472
"typescript": "^5.9.3"
7573
},

0 commit comments

Comments
 (0)