rwsdk 1.0.0-alpha.13 → 1.0.0-alpha.15
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.
- package/package.json +44 -44
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "rwsdk",
|
|
3
|
-
"version": "1.0.0-alpha.
|
|
3
|
+
"version": "1.0.0-alpha.15",
|
|
4
4
|
"description": "Build fast, server-driven webapps on Cloudflare with SSR, RSC, and realtime",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -132,39 +132,39 @@
|
|
|
132
132
|
"author": "RedwoodSDK <peter@redwoodjs.com>",
|
|
133
133
|
"license": "MIT",
|
|
134
134
|
"dependencies": {
|
|
135
|
-
"@ast-grep/napi": "
|
|
136
|
-
"@cloudflare/workers-types": "
|
|
137
|
-
"@mdx-js/mdx": "
|
|
138
|
-
"@puppeteer/browsers": "
|
|
139
|
-
"@types/fs-extra": "
|
|
140
|
-
"@types/react": "
|
|
141
|
-
"@types/react-dom": "
|
|
142
|
-
"@types/react-is": "
|
|
143
|
-
"@vitejs/plugin-react": "
|
|
144
|
-
"chokidar": "
|
|
145
|
-
"debug": "
|
|
146
|
-
"enhanced-resolve": "
|
|
147
|
-
"eventsource-parser": "
|
|
148
|
-
"execa": "
|
|
149
|
-
"fs-extra": "
|
|
150
|
-
"glob": "
|
|
151
|
-
"ignore": "
|
|
152
|
-
"jsonc-parser": "
|
|
153
|
-
"kysely": "
|
|
154
|
-
"kysely-do": "
|
|
155
|
-
"lodash": "
|
|
156
|
-
"magic-string": "
|
|
157
|
-
"miniflare": "
|
|
158
|
-
"picocolors": "
|
|
159
|
-
"proper-lockfile": "
|
|
160
|
-
"puppeteer-core": "
|
|
161
|
-
"react-is": "
|
|
162
|
-
"rsc-html-stream": "
|
|
163
|
-
"tmp-promise": "
|
|
164
|
-
"ts-morph": "
|
|
165
|
-
"unique-names-generator": "
|
|
166
|
-
"vibe-rules": "
|
|
167
|
-
"vite-tsconfig-paths": "
|
|
135
|
+
"@ast-grep/napi": "~0.38.5",
|
|
136
|
+
"@cloudflare/workers-types": "~4.20250906.0",
|
|
137
|
+
"@mdx-js/mdx": "~3.1.1",
|
|
138
|
+
"@puppeteer/browsers": "~2.8.0",
|
|
139
|
+
"@types/fs-extra": "~11.0.4",
|
|
140
|
+
"@types/react": "~19.1.2",
|
|
141
|
+
"@types/react-dom": "~19.1.2",
|
|
142
|
+
"@types/react-is": "~19.0.0",
|
|
143
|
+
"@vitejs/plugin-react": "~4.3.4",
|
|
144
|
+
"chokidar": "~3.6.0",
|
|
145
|
+
"debug": "~4.4.0",
|
|
146
|
+
"enhanced-resolve": "~5.18.1",
|
|
147
|
+
"eventsource-parser": "~3.0.0",
|
|
148
|
+
"execa": "~9.5.2",
|
|
149
|
+
"fs-extra": "~11.3.0",
|
|
150
|
+
"glob": "~11.0.1",
|
|
151
|
+
"ignore": "~7.0.4",
|
|
152
|
+
"jsonc-parser": "~3.3.1",
|
|
153
|
+
"kysely": "~0.28.2",
|
|
154
|
+
"kysely-do": "~0.0.1-rc.1",
|
|
155
|
+
"lodash": "~4.17.21",
|
|
156
|
+
"magic-string": "~0.30.17",
|
|
157
|
+
"miniflare": "~4.20250405.0",
|
|
158
|
+
"picocolors": "~1.1.1",
|
|
159
|
+
"proper-lockfile": "~4.1.2",
|
|
160
|
+
"puppeteer-core": "~22.8.1",
|
|
161
|
+
"react-is": "~19.0.0",
|
|
162
|
+
"rsc-html-stream": "~0.0.6",
|
|
163
|
+
"tmp-promise": "~3.0.3",
|
|
164
|
+
"ts-morph": "~25.0.1",
|
|
165
|
+
"unique-names-generator": "~4.7.1",
|
|
166
|
+
"vibe-rules": "~0.2.31",
|
|
167
|
+
"vite-tsconfig-paths": "~5.1.4"
|
|
168
168
|
},
|
|
169
169
|
"peerDependencies": {
|
|
170
170
|
"@cloudflare/vite-plugin": "^1.12.4",
|
|
@@ -176,15 +176,15 @@
|
|
|
176
176
|
},
|
|
177
177
|
"packageManager": "pnpm@9.14.4+sha512.c8180b3fbe4e4bca02c94234717896b5529740a6cbadf19fa78254270403ea2f27d4e1d46a08a0f56c89b63dc8ebfd3ee53326da720273794e6200fcf0d184ab",
|
|
178
178
|
"devDependencies": {
|
|
179
|
-
"@types/debug": "
|
|
180
|
-
"@types/js-beautify": "
|
|
181
|
-
"@types/lodash": "
|
|
182
|
-
"@types/node": "
|
|
183
|
-
"@types/proper-lockfile": "
|
|
184
|
-
"js-beautify": "
|
|
185
|
-
"semver": "
|
|
186
|
-
"tsx": "
|
|
187
|
-
"typescript": "
|
|
188
|
-
"vitest": "
|
|
179
|
+
"@types/debug": "~4.1.12",
|
|
180
|
+
"@types/js-beautify": "~1.14.3",
|
|
181
|
+
"@types/lodash": "~4.17.16",
|
|
182
|
+
"@types/node": "~24.5.2",
|
|
183
|
+
"@types/proper-lockfile": "~4.1.4",
|
|
184
|
+
"js-beautify": "~1.15.4",
|
|
185
|
+
"semver": "~7.7.1",
|
|
186
|
+
"tsx": "~4.19.4",
|
|
187
|
+
"typescript": "~5.8.3",
|
|
188
|
+
"vitest": "~3.1.1"
|
|
189
189
|
}
|
|
190
190
|
}
|