|
2 | 2 | "name": "eslint-plugin-oxfmt", |
3 | 3 | "type": "module", |
4 | 4 | "version": "0.19.0", |
5 | | - "packageManager": "pnpm@11.22.0", |
| 5 | + "packageManager": "pnpm@11.23.0", |
6 | 6 | "description": "An ESLint plugin for formatting code with oxfmt.", |
7 | 7 | "keywords": [ |
8 | 8 | "eslint", |
|
61 | 61 | }, |
62 | 62 | "peerDependencies": { |
63 | 63 | "eslint": "^9.5.0 || ^10.0.0", |
64 | | - "oxfmt": ">=0.64.0", |
| 64 | + "oxfmt": ">=0.65.0", |
65 | 65 | "svelte": "*" |
66 | 66 | }, |
67 | 67 | "peerDependenciesMeta": { |
|
72 | 72 | "dependencies": { |
73 | 73 | "generate-differences": "^0.1.1", |
74 | 74 | "ignore": "^7.0.6", |
75 | | - "load-oxfmt-config": "^0.20.0", |
76 | | - "picomatch": "^4.0.5", |
| 75 | + "load-oxfmt-config": "^0.21.0", |
| 76 | + "picomatch": "^4.0.7", |
77 | 77 | "synckit": "^0.11.13" |
78 | 78 | }, |
79 | 79 | "devDependencies": { |
80 | | - "@ntnyq/eslint-config": "^7.0.0-beta.16", |
| 80 | + "@ntnyq/eslint-config": "^7.0.0-beta.17", |
81 | 81 | "@types/json-schema": "^7.0.15", |
82 | | - "@types/node": "^26.2.0", |
| 82 | + "@types/node": "^26.3.0", |
83 | 83 | "@typescript/native-preview": "^7.0.0-dev.20260707.2", |
84 | 84 | "bumpp": "^12.2.1", |
85 | | - "eslint": "^10.8.1", |
| 85 | + "eslint": "^10.9.1", |
86 | 86 | "eslint-parser-plain": "^0.1.1", |
87 | 87 | "eslint-plugin-oxfmt": "workspace:*", |
88 | 88 | "eslint-typegen": "^2.3.1", |
|
91 | 91 | "jsonc-eslint-parser": "^3.3.0", |
92 | 92 | "nano-staged": "^1.0.2", |
93 | 93 | "npm-run-all2": "^9.0.3", |
94 | | - "oxfmt": "^0.64.0", |
| 94 | + "oxfmt": "^0.65.0", |
95 | 95 | "show-invisibles": "^0.0.2", |
96 | | - "svelte": "^5.56.9", |
| 96 | + "svelte": "^5.56.10", |
97 | 97 | "tinyglobby": "^0.2.17", |
98 | 98 | "tsdown": "^0.22.14", |
99 | 99 | "tsx": "^4.23.12", |
|
0 commit comments