rwsdk 1.2.4 → 1.2.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +13 -13
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rwsdk",
3
- "version": "1.2.4",
3
+ "version": "1.2.5",
4
4
  "description": "Build fast, server-driven webapps on Cloudflare with SSR, RSC, and realtime",
5
5
  "type": "module",
6
6
  "bin": {
@@ -154,7 +154,7 @@
154
154
  "license": "MIT",
155
155
  "dependencies": {
156
156
  "@ast-grep/napi": "~0.42.1",
157
- "@cloudflare/workers-types": "~4.20260405.1",
157
+ "@cloudflare/workers-types": "~4.20260426.1",
158
158
  "@mdx-js/mdx": "~3.1.1",
159
159
  "@puppeteer/browsers": "~2.13.0",
160
160
  "@types/decompress": "~4.2.7",
@@ -167,8 +167,8 @@
167
167
  "chokidar": "~5.0.0",
168
168
  "debug": "~4.4.3",
169
169
  "decompress": "~4.2.1",
170
- "enhanced-resolve": "~5.20.1",
171
- "eventsource-parser": "~3.0.6",
170
+ "enhanced-resolve": "~5.21.0",
171
+ "eventsource-parser": "~3.0.8",
172
172
  "execa": "~9.6.1",
173
173
  "find-up": "~8.0.0",
174
174
  "fs-extra": "~11.3.4",
@@ -176,18 +176,18 @@
176
176
  "glob": "~13.0.6",
177
177
  "ignore": "~7.0.5",
178
178
  "jsonc-parser": "~3.3.1",
179
- "kysely": "~0.28.15",
179
+ "kysely": "~0.28.16",
180
180
  "kysely-do": "~0.0.1-rc.1",
181
181
  "lodash": "~4.18.1",
182
182
  "magic-string": "~0.30.21",
183
183
  "picocolors": "~1.1.1",
184
184
  "proper-lockfile": "~4.1.2",
185
- "puppeteer-core": "~24.38.0",
186
- "react-is": "~19.2.4",
185
+ "puppeteer-core": "~24.42.0",
186
+ "react-is": "~19.2.5",
187
187
  "rsc-html-stream": "~0.0.7",
188
188
  "server-only": "^0.0.1",
189
189
  "tmp-promise": "~3.0.3",
190
- "ts-morph": "~27.0.2",
190
+ "ts-morph": "~28.0.0",
191
191
  "unique-names-generator": "~4.7.1",
192
192
  "vibe-rules": "~0.3.91",
193
193
  "vite-tsconfig-paths": "~6.1.1"
@@ -208,19 +208,19 @@
208
208
  },
209
209
  "packageManager": "pnpm@10.31.0",
210
210
  "devDependencies": {
211
- "@cloudflare/vite-plugin": "1.31.0",
212
- "wrangler": "^4.80.0",
211
+ "@cloudflare/vite-plugin": "1.33.2",
212
+ "wrangler": "^4.85.0",
213
213
  "capnweb": "~0.5.0",
214
214
  "@types/debug": "~4.1.13",
215
215
  "@types/js-beautify": "~1.14.3",
216
216
  "@types/lodash": "~4.17.24",
217
- "@types/node": "~25.3.5",
217
+ "@types/node": "~25.6.0",
218
218
  "@types/proper-lockfile": "~4.1.4",
219
219
  "js-beautify": "~1.15.4",
220
220
  "semver": "~7.7.4",
221
221
  "tsx": "~4.21.0",
222
- "typescript": "~6.0.2",
222
+ "typescript": "~6.0.3",
223
223
  "vite": "~7.3.2",
224
- "vitest": "~4.1.2"
224
+ "vitest": "~4.1.5"
225
225
  }
226
226
  }