|
212 | 212 | }, |
213 | 213 | "devDependencies": { |
214 | 214 | "@automerge/automerge": "^2.1.0-alpha.6", |
215 | | - "@babel/cli": "^7.22.10", |
216 | | - "@babel/core": "^7.22.11", |
217 | | - "@babel/preset-env": "^7.22.14", |
218 | | - "@babel/preset-react": "^7.22.5", |
219 | | - "@babel/preset-typescript": "^7.22.11", |
| 215 | + "@babel/cli": "^7.22.15", |
| 216 | + "@babel/core": "^7.22.15", |
| 217 | + "@babel/preset-env": "^7.22.15", |
| 218 | + "@babel/preset-react": "^7.22.15", |
| 219 | + "@babel/preset-typescript": "^7.22.15", |
| 220 | + "@prettier/sync": "^0.3.0", |
220 | 221 | "@rollup/plugin-image": "^3.0.2", |
221 | 222 | "@rollup/plugin-replace": "^5.0.2", |
222 | 223 | "@rollup/plugin-terser": "^0.4.3", |
|
227 | 228 | "@types/jest": "^29.5.4", |
228 | 229 | "@types/jest-environment-puppeteer": "^5.0.3", |
229 | 230 | "@types/less": "^3.0.4", |
230 | | - "@types/node": "^20.5.7", |
| 231 | + "@types/node": "^20.5.9", |
231 | 232 | "@types/puppeteer": "^5.4.7", |
232 | 233 | "@types/react": "^18.2.21", |
233 | 234 | "@types/react-dom": "^18.2.7", |
234 | | - "@types/react-test-renderer": "^18.0.0", |
| 235 | + "@types/react-test-renderer": "^18.0.1", |
235 | 236 | "@types/tmp": "^0.2.3", |
236 | | - "@typescript-eslint/eslint-plugin": "^6.5.0", |
237 | | - "@typescript-eslint/parser": "^6.5.0", |
| 237 | + "@typescript-eslint/eslint-plugin": "^6.6.0", |
| 238 | + "@typescript-eslint/parser": "^6.6.0", |
238 | 239 | "@vlcn.io/crsqlite-wasm": "^0.14.0", |
239 | 240 | "asciichart": "^1.5.25", |
240 | 241 | "automerge-repo": "^0.1.0", |
|
244 | 245 | "babel-preset-minify": "^0.5.2", |
245 | 246 | "buffer-replace": "^1.0.0", |
246 | 247 | "country-flag-emoji-json": "^2.0.0", |
247 | | - "cspell": "^7.2.0", |
| 248 | + "cspell": "^7.3.2", |
248 | 249 | "esbuild": "^0.19.2", |
249 | 250 | "eslint": "^8.48.0", |
250 | 251 | "eslint-config-prettier": "^9.0.0", |
|
263 | 264 | "jest-fetch-mock": "^3.0.3", |
264 | 265 | "jest-puppeteer": "^9.0.0", |
265 | 266 | "less": "^4.2.0", |
266 | | - "prettier": "^2.8.8", |
| 267 | + "prettier": "^3.0.3", |
267 | 268 | "puppeteer": "^21.1.1", |
268 | 269 | "react": "^18.2.0", |
269 | 270 | "react-dom": "^18.2.0", |
|
272 | 273 | "rollup-plugin-esbuild": "^5.0.0", |
273 | 274 | "rollup-plugin-gzip": "^3.1.0", |
274 | 275 | "rollup-plugin-preserve-shebang": "^1.0.1", |
275 | | - "rollup-plugin-prettier": "^3.0.0", |
| 276 | + "rollup-plugin-prettier": "^4.0.0", |
276 | 277 | "sqlite3": "^5.1.6", |
277 | 278 | "tinybase": "file:./", |
278 | 279 | "tinydocs": "^0.1.32", |
279 | 280 | "tmp": "^0.2.1", |
280 | | - "ts-unused-exports": "^10.0.0", |
| 281 | + "ts-unused-exports": "^10.0.1", |
281 | 282 | "typescript": "5.2.2", |
282 | 283 | "yjs": "^13.6.7" |
283 | 284 | }, |
284 | 285 | "peerDependencies": { |
285 | 286 | "@sqlite.org/sqlite-wasm": "^3.42.0-build4", |
286 | 287 | "@vlcn.io/crsqlite-wasm": "^0.14.0", |
287 | 288 | "automerge-repo": "^0.1.0", |
288 | | - "prettier": ">2.8.8", |
| 289 | + "prettier": "^3.0.3", |
289 | 290 | "react": "^18.2.0", |
290 | 291 | "react-dom": "^18.2.0", |
291 | 292 | "sqlite3": "^5.1.6", |
|
0 commit comments