|
2 | 2 | "name": "eslint-plugin-oxfmt", |
3 | 3 | "type": "module", |
4 | 4 | "version": "0.1.1", |
5 | | - "packageManager": "pnpm@10.30.3", |
| 5 | + "packageManager": "pnpm@10.32.1", |
6 | 6 | "description": "An ESLint plugin for formatting code with oxfmt.", |
7 | 7 | "keywords": [ |
8 | 8 | "eslint", |
|
64 | 64 | }, |
65 | 65 | "dependencies": { |
66 | 66 | "generate-differences": "^0.1.1", |
67 | | - "load-oxfmt-config": "^0.1.1", |
| 67 | + "load-oxfmt-config": "^0.2.0", |
68 | 68 | "picomatch": "^4.0.3", |
69 | 69 | "synckit": "^0.11.12" |
70 | 70 | }, |
71 | 71 | "devDependencies": { |
72 | | - "@ntnyq/eslint-config": "^6.0.0-beta.11", |
| 72 | + "@ntnyq/eslint-config": "^6.0.0-beta.13", |
73 | 73 | "@types/json-schema": "^7.0.15", |
74 | | - "@types/node": "^25.3.2", |
75 | | - "@typescript/native-preview": "^7.0.0-dev.20260227.1", |
| 74 | + "@types/node": "^25.4.0", |
| 75 | + "@typescript/native-preview": "^7.0.0-dev.20260312.1", |
76 | 76 | "bumpp": "^10.4.1", |
77 | | - "eslint": "^10.0.2", |
| 77 | + "eslint": "^10.0.3", |
78 | 78 | "eslint-parser-plain": "^0.1.1", |
79 | 79 | "eslint-plugin-oxfmt": "workspace:*", |
80 | 80 | "eslint-typegen": "^2.3.1", |
81 | 81 | "eslint-vitest-rule-tester": "^3.1.0", |
82 | 82 | "husky": "^9.1.7", |
83 | 83 | "nano-staged": "^0.9.0", |
84 | 84 | "npm-run-all2": "^8.0.4", |
85 | | - "oxfmt": "^0.35.0", |
| 85 | + "oxfmt": "^0.39.0", |
86 | 86 | "show-invisibles": "^0.0.2", |
87 | 87 | "tinyglobby": "^0.2.15", |
88 | | - "tsdown": "^0.21.0-beta.2", |
| 88 | + "tsdown": "^0.21.2", |
89 | 89 | "tsx": "^4.21.0", |
90 | 90 | "typescript": "^5.9.3", |
91 | 91 | "vitest": "^4.0.18" |
|
0 commit comments