|
1 | 1 | { |
2 | 2 | "name": "@eslint-react/monorepo", |
3 | | - "version": "1.26.3-beta.11", |
| 3 | + "version": "1.26.3-next.12", |
4 | 4 | "private": true, |
5 | 5 | "description": "Monorepo for eslint-plugin-react-[x, dom, web-api, hooks-extra, naming-convention].", |
6 | 6 | "keywords": [ |
|
61 | 61 | "@local/eslint-plugin-local": "workspace:*", |
62 | 62 | "@napi-rs/canvas": "^0.1.67", |
63 | 63 | "@stylistic/eslint-plugin": "^3.1.0", |
64 | | - "@swc/core": "^1.10.15", |
| 64 | + "@swc/core": "^1.10.16", |
65 | 65 | "@tsconfig/node22": "^22.0.0", |
66 | 66 | "@tsconfig/strictest": "^2.0.5", |
67 | | - "@types/node": "^22.13.1", |
| 67 | + "@types/node": "^22.13.4", |
68 | 68 | "@types/react": "^19.0.8", |
69 | 69 | "@types/react-dom": "^19.0.3", |
70 | 70 | "@typescript-eslint/parser": "^8.24.0", |
|
80 | 80 | "eslint-config-flat-gitignore": "^2.0.0", |
81 | 81 | "eslint-plugin-de-morgan": "^1.0.0", |
82 | 82 | "eslint-plugin-jsdoc": "^50.6.3", |
83 | | - "eslint-plugin-perfectionist": "^4.8.0", |
| 83 | + "eslint-plugin-perfectionist": "^4.9.0", |
84 | 84 | "eslint-plugin-regexp": "^2.7.0", |
85 | 85 | "eslint-plugin-simple-import-sort": "^12.1.1", |
86 | 86 | "eslint-plugin-unicorn": "^56.0.1", |
|
91 | 91 | "nx": "20.4.2", |
92 | 92 | "ofetch": "^1.4.1", |
93 | 93 | "picocolors": "^1.1.1", |
94 | | - "publint": "^0.3.4", |
| 94 | + "publint": "^0.3.5", |
95 | 95 | "react": "^19.0.0", |
96 | 96 | "react-dom": "^19.0.0", |
97 | 97 | "sherif": "^1.3.0", |
|
109 | 109 | "typescript-eslint": "^8.24.0", |
110 | 110 | "vitest": "^3.0.5" |
111 | 111 | }, |
112 | | - "packageManager": "pnpm@10.3.0", |
| 112 | + "packageManager": "pnpm@10.4.0", |
113 | 113 | "engines": { |
114 | 114 | "node": ">=18.18.0" |
115 | 115 | }, |
116 | 116 | "pnpm": { |
117 | 117 | "overrides": { |
| 118 | + "is-core-module": "npm:@nolyfill/is-core-module@^1.0.39", |
| 119 | + "safe-buffer": "npm:@nolyfill/safe-buffer@^1.0.41", |
| 120 | + "safer-buffer": "npm:@nolyfill/safer-buffer@^1.0.41", |
| 121 | + "typedarray": "npm:@nolyfill/typedarray@^1.0.29", |
118 | 122 | "@types/react": "^19.0.8", |
119 | 123 | "@types/react-dom": "^19.0.3", |
120 | 124 | "cross-spawn": "^7.0.6", |
121 | 125 | "esbuild": "^0.25.0", |
122 | | - "is-core-module": "npm:@nolyfill/is-core-module@^1.0.39", |
123 | 126 | "next": "^15.1.7", |
124 | 127 | "react": "^19.0.0", |
125 | 128 | "react-dom": "^19.0.0", |
126 | | - "safe-buffer": "npm:@nolyfill/safe-buffer@^1.0.41", |
127 | | - "safer-buffer": "npm:@nolyfill/safer-buffer@^1.0.41", |
128 | 129 | "ts-api-utils": "^2.0.1", |
129 | | - "typedarray": "npm:@nolyfill/typedarray@^1.0.29", |
130 | 130 | "typescript": "^5.7.3" |
131 | 131 | } |
132 | 132 | } |
|
0 commit comments