|
13 | 13 | "packageManager": "[email protected]",
|
14 | 14 | "bin": "bin/cli.js",
|
15 | 15 | "main": "index.js",
|
| 16 | + "types": "index.d.ts", |
16 | 17 | "exports": {
|
17 | 18 | ".": {
|
18 | 19 | "types": "./index.d.ts",
|
|
28 | 29 | },
|
29 | 30 | "./package.json": "./package.json"
|
30 | 31 | },
|
31 |
| - "types": "index.d.ts", |
32 | 32 | "files": [
|
33 | 33 | "bin",
|
34 | 34 | "flat.d.ts",
|
|
46 | 46 | "prettier"
|
47 | 47 | ],
|
48 | 48 | "scripts": {
|
| 49 | + "format": "prettier --write .", |
49 | 50 | "prepare": "patch-package && yarn-berry-deduplicate || exit 0",
|
50 |
| - "prettier": "prettier --write .", |
51 | 51 | "release": "clean-pkg-json && changeset publish",
|
52 | 52 | "test": "yarn test:prettier && ESLINT_CONFIG_PRETTIER_NO_DEPRECATED=true yarn test:with-env && ESLINT_USE_FLAT_CONFIG=false yarn test:with-env",
|
53 | 53 | "test:cli-sanity": "node ./bin/cli.js index.js",
|
|
66 | 66 | "eslint": ">=7.0.0"
|
67 | 67 | },
|
68 | 68 | "devDependencies": {
|
69 |
| - "@babel/eslint-parser": "^7.27.0", |
70 |
| - "@babel/eslint-plugin": "^7.27.0", |
71 |
| - "@babel/plugin-syntax-flow": "^7.26.0", |
72 |
| - "@babel/plugin-syntax-jsx": "^7.25.9", |
73 |
| - "@babel/plugin-transform-react-jsx": "^7.25.9", |
| 69 | + "@babel/eslint-parser": "^7.27.1", |
| 70 | + "@babel/eslint-plugin": "^7.27.1", |
| 71 | + "@babel/plugin-syntax-flow": "^7.27.1", |
| 72 | + "@babel/plugin-syntax-jsx": "^7.27.1", |
| 73 | + "@babel/plugin-transform-react-jsx": "^7.27.1", |
74 | 74 | "@changesets/changelog-github": "^0.5.1",
|
75 |
| - "@changesets/cli": "^2.28.1", |
76 |
| - "@eslint/compat": "^1.2.7", |
| 75 | + "@changesets/cli": "^2.29.3", |
| 76 | + "@eslint/compat": "^1.2.9", |
77 | 77 | "@stylistic/eslint-plugin": "^4.2.0",
|
78 | 78 | "@stylistic/eslint-plugin-js": "^4.2.0",
|
79 | 79 | "@stylistic/eslint-plugin-jsx": "^4.2.0",
|
80 | 80 | "@stylistic/eslint-plugin-plus": "^4.2.0",
|
81 | 81 | "@stylistic/eslint-plugin-ts": "^4.2.0",
|
82 |
| - "@typescript-eslint/eslint-plugin": "^8.28.0", |
83 |
| - "@typescript-eslint/parser": "^8.28.0", |
| 82 | + "@typescript-eslint/eslint-plugin": "^8.32.0", |
| 83 | + "@typescript-eslint/parser": "^8.32.0", |
84 | 84 | "@unts/patch-package": "^8.1.1",
|
85 |
| - "clean-pkg-json": "^1.2.1", |
86 |
| - "eslint": "^9.23.0", |
| 85 | + "clean-pkg-json": "^1.3.0", |
| 86 | + "eslint": "^9.26.0", |
87 | 87 | "eslint-config-google": "^0.14.0",
|
88 | 88 | "eslint-config-prettier": "link:.",
|
89 | 89 | "eslint-find-rules": "^4.2.0",
|
90 | 90 | "eslint-plugin-babel": "^5.3.1",
|
91 | 91 | "eslint-plugin-flowtype": "^8.0.3",
|
92 |
| - "eslint-plugin-prettier": "^5.2.5", |
93 |
| - "eslint-plugin-react": "^7.37.4", |
| 92 | + "eslint-plugin-prettier": "^5.4.0", |
| 93 | + "eslint-plugin-react": "^7.37.5", |
94 | 94 | "eslint-plugin-standard": "^5.0.0",
|
95 |
| - "eslint-plugin-unicorn": "^58.0.0", |
96 |
| - "eslint-plugin-vue": "^10.0.0", |
97 |
| - "globals": "^16.0.0", |
| 95 | + "eslint-plugin-unicorn": "^59.0.1", |
| 96 | + "eslint-plugin-vue": "^10.1.0", |
| 97 | + "globals": "^16.1.0", |
98 | 98 | "jest": "^29.7.0",
|
99 | 99 | "prettier": "^3.5.3",
|
100 |
| - "prettier-plugin-pkg": "^0.18.1", |
101 |
| - "typescript": "^5.8.2", |
102 |
| - "vue-eslint-parser": "^10.1.1", |
103 |
| - "yarn-berry-deduplicate": "^6.1.1" |
| 100 | + "prettier-plugin-pkg": "^0.19.0", |
| 101 | + "typescript": "^5.8.3", |
| 102 | + "vue-eslint-parser": "^10.1.3", |
| 103 | + "yarn-berry-deduplicate": "^6.1.3" |
104 | 104 | },
|
105 | 105 | "eslintIgnore": [
|
106 | 106 | ".yarn",
|
|
0 commit comments