|
107 | 107 | "release": "pnpm run prepare-release && node ./scripts/npm/release.js" |
108 | 108 | }, |
109 | 109 | "devDependencies": { |
110 | | - "@babel/core": "^7.24.5", |
111 | | - "@babel/helper-module-imports": "^7.24.1", |
112 | | - "@babel/plugin-transform-optional-catch-binding": "^7.24.1", |
113 | | - "@babel/preset-env": "^7.28.6", |
114 | | - "@babel/preset-flow": "^7.24.1", |
115 | | - "@babel/preset-react": "^7.24.1", |
116 | | - "@babel/preset-typescript": "^7.24.1", |
| 110 | + "@babel/core": "^7.29.0", |
| 111 | + "@babel/helper-module-imports": "^7.28.6", |
| 112 | + "@babel/plugin-transform-optional-catch-binding": "^7.28.6", |
| 113 | + "@babel/preset-env": "^7.29.2", |
| 114 | + "@babel/preset-flow": "^7.27.1", |
| 115 | + "@babel/preset-react": "^7.28.5", |
| 116 | + "@babel/preset-typescript": "^7.28.5", |
117 | 117 | "@lexical/eslint-plugin": "file:./packages/lexical-eslint-plugin", |
118 | 118 | "@lexical/eslint-plugin-internal": "file:./packages/lexical-eslint-plugin-internal", |
119 | | - "@playwright/test": "^1.56.1", |
| 119 | + "@playwright/test": "^1.59.1", |
120 | 120 | "@prettier/sync": "^0.6.1", |
121 | 121 | "@rollup/plugin-alias": "^6.0.0", |
122 | 122 | "@rollup/plugin-babel": "^7.0.0", |
|
125 | 125 | "@rollup/plugin-node-resolve": "^16.0.3", |
126 | 126 | "@rollup/plugin-replace": "^6.0.3", |
127 | 127 | "@rollup/plugin-terser": "^1.0.0", |
128 | | - "@types/fs-extra": "^8.1.5", |
| 128 | + "@types/fs-extra": "^11.0.4", |
129 | 129 | "@types/jsdom": "^21.1.6", |
130 | 130 | "@types/katex": "^0.16.7", |
131 | | - "@types/node": "^17.0.31", |
| 131 | + "@types/node": "^25.6.0", |
132 | 132 | "@types/prismjs": "^1.26.6", |
133 | 133 | "@types/proper-lockfile": "^4.1.4", |
134 | 134 | "@types/react": "^19.2.14", |
135 | | - "@types/react-dom": "^19.1.9", |
136 | | - "@types/trusted-types": "^2.0.7", |
137 | | - "@eslint/compat": "^2.0.0", |
| 135 | + "@types/react-dom": "^19.2.3", |
| 136 | + "@eslint/compat": "^2.0.5", |
138 | 137 | "@eslint/js": "^10.0.0", |
139 | | - "@vitejs/plugin-react": "^5.0.3", |
| 138 | + "@vitejs/plugin-react": "^6.0.1", |
140 | 139 | "@y/websocket-server": "^0.1.5", |
141 | | - "baseline-browser-mapping": "^2.9.9", |
142 | | - "chokidar": "^3.5.2", |
143 | | - "concurrently": "^8.2.2", |
| 140 | + "baseline-browser-mapping": "^2.10.18", |
| 141 | + "chokidar": "^5.0.0", |
| 142 | + "concurrently": "^9.2.1", |
144 | 143 | "confusing-browser-globals": "^1.0.10", |
145 | | - "cross-env": "^7.0.3", |
| 144 | + "cross-env": "^10.1.0", |
146 | 145 | "eslint": "^10.0.0", |
147 | 146 | "eslint-config-prettier": "^10.0.0", |
148 | 147 | "eslint-plugin-header": "^3.1.1", |
|
151 | 150 | "eslint-plugin-no-function-declare-after-return": "^1.1.0", |
152 | 151 | "eslint-plugin-no-only-tests": "^3.3.0", |
153 | 152 | "eslint-plugin-react": "^7.37.5", |
154 | | - "eslint-plugin-react-hooks": "^5.2.0", |
| 153 | + "eslint-plugin-react-hooks": "^7.0.1", |
155 | 154 | "eslint-plugin-simple-import-sort": "^13.0.0", |
156 | 155 | "eslint-plugin-sort-keys-fix": "^1.1.2", |
157 | 156 | "flow-bin": "^0.309.0", |
158 | 157 | "flow-typed": "^4.1.1", |
159 | 158 | "fs-extra": "^11.3.4", |
160 | | - "glob": "^10.4.1", |
| 159 | + "glob": "^13.0.6", |
161 | 160 | "globals": "^17.0.0", |
162 | | - "gzip-size": "^6.0.0", |
163 | | - "hermes-estree": "^0.34.0", |
164 | | - "hermes-parser": "^0.34.0", |
165 | | - "hermes-transform": "^0.34.0", |
| 161 | + "gzip-size": "^7.0.0", |
| 162 | + "hermes-estree": "^0.35.0", |
| 163 | + "hermes-parser": "^0.35.0", |
| 164 | + "hermes-transform": "^0.35.0", |
166 | 165 | "husky": "^9.1.7", |
167 | | - "jsdom": "^24.0.0", |
| 166 | + "jsdom": "^29.0.2", |
168 | 167 | "lint-staged": "^16.0.0", |
169 | 168 | "minimist": "^1.2.5", |
170 | 169 | "npm-run-all": "^4.1.5", |
171 | 170 | "prettier": "^3.8.1", |
172 | 171 | "prettier-plugin-hermes-parser": "^0.34.1", |
173 | | - "prettier-plugin-organize-attributes": "^0.0.5", |
| 172 | + "prettier-plugin-organize-attributes": "^1.0.0", |
174 | 173 | "prettier-plugin-tailwindcss": "^0.7.2", |
175 | 174 | "proper-lockfile": "^4.1.2", |
176 | 175 | "react": "^19.2.5", |
177 | 176 | "react-dom": "^19.2.5", |
178 | | - "react-test-renderer": "^19.1.1", |
179 | | - "rollup": "^4.59.0", |
| 177 | + "react-test-renderer": "^19.2.5", |
| 178 | + "rollup": "^4.60.1", |
180 | 179 | "tmp": "^0.2.1", |
181 | | - "ts-morph": "^25.0.1", |
182 | | - "ts-node": "^10.9.1", |
| 180 | + "ts-morph": "^27.0.2", |
| 181 | + "ts-node": "^10.9.2", |
183 | 182 | "typedoc": "^0.28.18", |
184 | | - "typescript": "^5.9.2", |
185 | | - "typescript-eslint": "^8.58.0", |
186 | | - "vite": "^7.3.2", |
187 | | - "vite-tsconfig-paths": "^5.1.4", |
188 | | - "vitest": "^3.2.4", |
| 183 | + "typescript": "^6.0.2", |
| 184 | + "typescript-eslint": "^8.58.1", |
| 185 | + "vite": "^8.0.8", |
| 186 | + "vitest": "^4.1.4", |
189 | 187 | "y-websocket": "^3.0.0" |
190 | 188 | }, |
191 | 189 | "dependencies": { |
192 | 190 | "semver": "^7.7.4", |
193 | 191 | "yjs": "^13.6.27" |
194 | 192 | }, |
195 | 193 | "pnpm": { |
| 194 | + "neverBuiltDependencies": [ |
| 195 | + "onnxruntime-node" |
| 196 | + ], |
196 | 197 | "peerDependencyRules": { |
197 | 198 | "allowedVersions": { |
198 | 199 | "eslint": "10" |
|
201 | 202 | "overrides": { |
202 | 203 | "react": "19.2.5", |
203 | 204 | "react-dom": "19.2.5", |
204 | | - "@types/node": "20.19.17", |
| 205 | + "@types/node": "25.6.0", |
205 | 206 | "qs": ">=6.14.2", |
206 | 207 | "form-data": ">=4.0.4", |
207 | 208 | "@isaacs/brace-expansion": ">=5.0.1", |
|
0 commit comments