|
1 | 1 | { |
2 | 2 | "name": "tinybase", |
3 | | - "version": "4.3.14", |
| 3 | + "version": "4.3.15", |
4 | 4 | "author": "jamesgpearce", |
5 | 5 | "repository": "github:tinyplex/tinybase", |
6 | 6 | "license": "MIT", |
|
211 | 211 | "publishPackage": "gulp publishPackage" |
212 | 212 | }, |
213 | 213 | "devDependencies": { |
214 | | - "@automerge/automerge": "^2.1.3", |
| 214 | + "@automerge/automerge": "^2.1.5", |
215 | 215 | "@babel/cli": "^7.23.0", |
216 | 216 | "@babel/core": "^7.23.2", |
217 | 217 | "@babel/preset-env": "^7.23.2", |
218 | 218 | "@babel/preset-react": "^7.22.15", |
219 | 219 | "@babel/preset-typescript": "^7.23.2", |
220 | 220 | "@prettier/sync": "^0.3.0", |
221 | 221 | "@rollup/plugin-image": "^3.0.3", |
222 | | - "@rollup/plugin-replace": "^5.0.3", |
| 222 | + "@rollup/plugin-replace": "^5.0.4", |
223 | 223 | "@rollup/plugin-terser": "^0.4.4", |
224 | | - "@sqlite.org/sqlite-wasm": "^3.43.1-build1", |
| 224 | + "@sqlite.org/sqlite-wasm": "^3.43.2-build1", |
225 | 225 | "@types/asciichart": "^1.5.6", |
226 | 226 | "@types/expect-puppeteer": "^5.0.4", |
227 | 227 | "@types/http-server": "^0.12.2", |
228 | 228 | "@types/jest": "^29.5.5", |
229 | 229 | "@types/jest-environment-puppeteer": "^5.0.4", |
230 | 230 | "@types/less": "^3.0.4", |
231 | | - "@types/node": "^20.8.4", |
| 231 | + "@types/node": "^20.8.6", |
232 | 232 | "@types/puppeteer": "^5.4.7", |
233 | 233 | "@types/react": "^18.2.28", |
234 | 234 | "@types/react-dom": "^18.2.13", |
235 | 235 | "@types/react-test-renderer": "^18.0.3", |
236 | 236 | "@types/tmp": "^0.2.4", |
237 | | - "@typescript-eslint/eslint-plugin": "^6.7.5", |
238 | | - "@typescript-eslint/parser": "^6.7.5", |
| 237 | + "@typescript-eslint/eslint-plugin": "^6.8.0", |
| 238 | + "@typescript-eslint/parser": "^6.8.0", |
239 | 239 | "@vlcn.io/crsqlite-wasm": "^0.15.2", |
240 | 240 | "asciichart": "^1.5.25", |
241 | 241 | "automerge-repo": "^0.1.0", |
|
246 | 246 | "babel-preset-minify": "^0.5.2", |
247 | 247 | "buffer-replace": "^1.0.0", |
248 | 248 | "country-flag-emoji-json": "^2.0.0", |
249 | | - "cspell": "^7.3.7", |
| 249 | + "cspell": "^7.3.8", |
250 | 250 | "esbuild": "^0.19.4", |
251 | 251 | "eslint": "^8.51.0", |
252 | 252 | "eslint-config-prettier": "^9.0.0", |
|
265 | 265 | "jest-fetch-mock": "^3.0.3", |
266 | 266 | "jest-puppeteer": "^9.0.1", |
267 | 267 | "less": "^4.2.0", |
268 | | - "partykit": "^0.0.30", |
269 | | - "partysocket": "^0.0.10", |
| 268 | + "partykit": "^0.0.31", |
| 269 | + "partysocket": "^0.0.11", |
270 | 270 | "prettier": "^3.0.3", |
271 | 271 | "puppeteer": "21.1.1", |
272 | 272 | "react": "^18.2.0", |
273 | 273 | "react-dom": "^18.2.0", |
274 | 274 | "react-test-renderer": "^18.2.0", |
275 | | - "rollup": "^3.29.4", |
| 275 | + "rollup": "^4.1.4", |
276 | 276 | "rollup-plugin-esbuild": "^6.1.0", |
277 | 277 | "rollup-plugin-gzip": "^3.1.0", |
278 | 278 | "rollup-plugin-preserve-shebang": "^1.0.1", |
279 | | - "rollup-plugin-prettier": "^4.0.0", |
| 279 | + "rollup-plugin-prettier": "^4.1.1", |
280 | 280 | "sqlite3": "^5.1.6", |
281 | 281 | "tinybase": "file:./", |
282 | 282 | "tinydocs": "^0.1.33", |
|
286 | 286 | "yjs": "^13.6.8" |
287 | 287 | }, |
288 | 288 | "peerDependencies": { |
289 | | - "@sqlite.org/sqlite-wasm": "^3.43.1-build1", |
| 289 | + "@sqlite.org/sqlite-wasm": "^3.43.2-build1", |
290 | 290 | "@vlcn.io/crsqlite-wasm": "^0.15.2", |
291 | 291 | "automerge-repo": "^0.1.0", |
292 | | - "partykit": "^0.0.30", |
293 | | - "partysocket": "^0.0.10", |
| 292 | + "partykit": "^0.0.31", |
| 293 | + "partysocket": "^0.0.11", |
294 | 294 | "prettier": "^3.0.3", |
295 | 295 | "react": "^18.2.0", |
296 | 296 | "react-dom": "^18.2.0", |
|
0 commit comments