Skip to content

Commit 813ecc0

Browse files
committed
[hygiene] Dependencies
1 parent cce535d commit 813ecc0

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@
2121
"sideEffects": false,
2222
"peerDependencies": {
2323
"@automerge/automerge-repo": "^1.2.1",
24-
"@cloudflare/workers-types": "^4.20241224.0",
24+
"@cloudflare/workers-types": "^4.20241230.0",
2525
"@electric-sql/pglite": "^0.2.15",
2626
"@libsql/client": "^0.14.0",
2727
"@powersync/common": "^1.22.0",
2828
"@sqlite.org/sqlite-wasm": "^3.47.2-build1",
2929
"@vlcn.io/crsqlite-wasm": "^0.16.0",
3030
"electric-sql": "^0.12.1",
3131
"expo": "^52.0.4",
32-
"expo-sqlite": "^15.0.3",
32+
"expo-sqlite": "^15.0.5",
3333
"partykit": "^0.0.111",
3434
"partysocket": "^1.0.2",
3535
"postgres": "^3.4.5",
@@ -141,7 +141,7 @@
141141
"@babel/preset-env": "^7.26.0",
142142
"@babel/preset-react": "^7.26.3",
143143
"@babel/preset-typescript": "^7.26.0",
144-
"@cloudflare/workers-types": "^4.20241224.0",
144+
"@cloudflare/workers-types": "^4.20241230.0",
145145
"@electric-sql/pglite": "^0.2.15",
146146
"@journeyapps/wa-sqlite": "^0.4.2",
147147
"@libsql/client": "^0.14.0",
@@ -158,20 +158,20 @@
158158
"@types/jest": "^29.5.14",
159159
"@types/jest-environment-puppeteer": "^5.0.6",
160160
"@types/less": "^3.0.7",
161-
"@types/node": "^22.10.2",
161+
"@types/node": "^22.10.5",
162162
"@types/puppeteer": "^7.0.4",
163163
"@types/react": "^18.3.13",
164164
"@types/react-dom": "^18.3.1",
165165
"@types/react-test-renderer": "^18.3.0",
166166
"@types/tmp": "^0.2.6",
167167
"@types/ws": "^8.5.13",
168-
"@typescript-eslint/eslint-plugin": "^8.18.2",
169-
"@typescript-eslint/parser": "^8.18.2",
168+
"@typescript-eslint/eslint-plugin": "^8.19.0",
169+
"@typescript-eslint/parser": "^8.19.0",
170170
"@vlcn.io/crsqlite-wasm": "^0.16.0",
171171
"asciichart": "^1.5.25",
172172
"babel-eslint": "^10.1.0",
173173
"babel-jest": "^29.7.0",
174-
"babel-plugin-transform-import-meta": "^2.2.1",
174+
"babel-plugin-transform-import-meta": "^2.3.2",
175175
"babel-plugin-transform-vite-meta-env": "^1.0.3",
176176
"babel-preset-minify": "^0.5.2",
177177
"buffer-replace": "^1.0.0",
@@ -186,7 +186,7 @@
186186
"eslint-plugin-jsdoc": "^50.6.1",
187187
"eslint-plugin-react": "7.37.3",
188188
"eslint-plugin-react-hooks": "^5.1.0",
189-
"expo-sqlite": "15.0.3",
189+
"expo-sqlite": "15.0.5",
190190
"fake-indexeddb": "^6.0.0",
191191
"gulp": "^5.0.0",
192192
"gulp-gzip": "^1.4.2",
@@ -198,21 +198,21 @@
198198
"jest-puppeteer": "^11.0.0",
199199
"less": "^4.2.1",
200200
"partykit": "^0.0.111",
201-
"partyserver": "^0.0.58",
201+
"partyserver": "^0.0.59",
202202
"partysocket": "^1.0.3",
203203
"postgres": "^3.4.5",
204204
"prettier": "^3.4.2",
205205
"puppeteer": "^23.11.1",
206206
"react": "^18.3.1",
207207
"react-dom": "^18.3.1",
208208
"react-test-renderer": "^18.3.1",
209-
"rollup": "^4.29.1",
209+
"rollup": "^4.30.0",
210210
"rollup-plugin-esbuild": "^6.1.1",
211211
"rollup-plugin-preserve-shebang": "^1.0.1",
212212
"rollup-plugin-prettier": "^4.1.1",
213213
"sqlite3": "^5.1.7",
214214
"tinybase": "file:./dist",
215-
"tinydocs": "^0.1.51",
215+
"tinydocs": "^0.1.52",
216216
"tmp": "^0.2.3",
217217
"ts-unused-exports": "^11.0.1",
218218
"typescript": "5.7.2",

0 commit comments

Comments
 (0)