Skip to content

Commit 2e9f95f

Browse files
fix(deps): update all non-major dependencies
1 parent 2ac5c9f commit 2e9f95f

3 files changed

Lines changed: 768 additions & 558 deletions

File tree

package.json

Lines changed: 9 additions & 9 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.9",
5-
"packageManager": "pnpm@10.33.2",
5+
"packageManager": "pnpm@10.34.1",
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",
@@ -53,22 +53,22 @@
5353
"@eslint/js": "^10.0.1",
5454
"eslint-config-flat-gitignore": "^2.3.0",
5555
"eslint-plugin-chai-friendly": "^1.2.0",
56-
"eslint-plugin-mocha": "^11.2.0",
57-
"typescript-eslint": "^8.59.1"
56+
"eslint-plugin-mocha": "^11.3.0",
57+
"typescript-eslint": "^8.60.0"
5858
},
5959
"devDependencies": {
60-
"@antfu/eslint-config": "^8.2.0",
60+
"@antfu/eslint-config": "^8.3.0",
6161
"@eslint/config-inspector": "^3.0.4",
62-
"@types/node": "^25.6.0",
63-
"bumpp": "^11.0.1",
64-
"eslint": "^10.2.1",
62+
"@types/node": "^25.9.1",
63+
"bumpp": "^11.1.0",
64+
"eslint": "^10.4.1",
6565
"eslint-plugin-format": "^2.0.1",
6666
"eslint-typegen": "^2.3.1",
6767
"husky": "^9.1.7",
6868
"lint-staged": "^17.0.7",
6969
"prettier": "^3.8.3",
70-
"tsdown": "^0.21.10",
71-
"tsx": "^4.21.0",
70+
"tsdown": "^0.22.1",
71+
"tsx": "^4.22.4",
7272
"typescript": "^6.0.3"
7373
},
7474
"lint-staged": {

playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
"@types/mocha": "^10.0.10",
88
"@zotero-plugin/eslint-config": "workspace:^",
99
"chai": "^6.2.2",
10-
"mocha": "^11.7.5"
10+
"mocha": "^11.7.6"
1111
}
1212
}

0 commit comments

Comments
 (0)