|
2 | 2 | "name": "@zotero-plugin/eslint-config", |
3 | 3 | "type": "module", |
4 | 4 | "version": "0.6.9", |
5 | | - "packageManager": "pnpm@10.33.0", |
| 5 | + "packageManager": "pnpm@10.33.2", |
6 | 6 | "description": "ESLint config for zotero plugin.", |
7 | 7 | "license": "AGPL-3.0-or-later", |
8 | 8 | "homepage": "https://github.com/zotero-plugin-dev/eslint-config#readme", |
|
52 | 52 | "dependencies": { |
53 | 53 | "@eslint/js": "^10.0.1", |
54 | 54 | "eslint-config-flat-gitignore": "^2.3.0", |
55 | | - "eslint-plugin-chai-friendly": "^1.1.1", |
| 55 | + "eslint-plugin-chai-friendly": "^1.2.0", |
56 | 56 | "eslint-plugin-mocha": "^11.2.0", |
57 | | - "typescript-eslint": "^8.58.0" |
| 57 | + "typescript-eslint": "^8.59.1" |
58 | 58 | }, |
59 | 59 | "devDependencies": { |
60 | 60 | "@antfu/eslint-config": "^7.7.3", |
61 | 61 | "@eslint/config-inspector": "^1.5.0", |
62 | | - "@types/node": "^25.5.0", |
| 62 | + "@types/node": "^25.6.0", |
63 | 63 | "bumpp": "^11.0.1", |
64 | | - "eslint": "^10.1.0", |
| 64 | + "eslint": "^10.2.1", |
65 | 65 | "eslint-plugin-format": "^2.0.1", |
66 | 66 | "eslint-typegen": "^2.3.1", |
67 | 67 | "husky": "^9.1.7", |
68 | 68 | "lint-staged": "^16.4.0", |
69 | | - "prettier": "^3.8.1", |
70 | | - "tsdown": "^0.21.7", |
| 69 | + "prettier": "^3.8.3", |
| 70 | + "tsdown": "^0.21.10", |
71 | 71 | "tsx": "^4.21.0", |
72 | | - "typescript": "^6.0.2" |
| 72 | + "typescript": "^6.0.3" |
73 | 73 | }, |
74 | 74 | "lint-staged": { |
75 | 75 | "*": [ |
|
0 commit comments