|
1175 | 1175 | "source": [ |
1176 | 1176 | "#| export\n", |
1177 | 1177 | "htmx_exts = {\n", |
1178 | | - " \"head-support\": \"https://unpkg.com/[email protected].1/head-support.js\", \n", |
1179 | | - " \"preload\": \"https://unpkg.com/htmx-ext-preload@2.0.1/preload.js\", \n", |
1180 | | - " \"class-tools\": \"https://unpkg.com/[email protected]/class-tools.js\", \n", |
1181 | | - " \"loading-states\": \"https://unpkg.com/[email protected]/loading-states.js\", \n", |
1182 | | - " \"multi-swap\": \"https://unpkg.com/[email protected]/multi-swap.js\", \n", |
1183 | | - " \"path-deps\": \"https://unpkg.com/[email protected]/path-deps.js\", \n", |
| 1178 | + " \"head-support\": \"https://unpkg.com/[email protected].3/head-support.js\",\n", |
| 1179 | + " \"preload\": \"https://unpkg.com/htmx-ext-preload@2.1.0/preload.js\",\n", |
| 1180 | + " \"class-tools\": \"https://unpkg.com/[email protected]/class-tools.js\",\n", |
| 1181 | + " \"loading-states\": \"https://unpkg.com/[email protected]/loading-states.js\",\n", |
| 1182 | + " \"multi-swap\": \"https://unpkg.com/[email protected]/multi-swap.js\",\n", |
| 1183 | + " \"path-deps\": \"https://unpkg.com/[email protected]/path-deps.js\",\n", |
1184 | 1184 | " \"remove-me\": \"https://unpkg.com/[email protected]/remove-me.js\",\n", |
1185 | | - " \"ws\": \"https://unpkg.com/[email protected].1/ws.js\",\n", |
| 1185 | + " \"ws\": \"https://unpkg.com/[email protected].2/ws.js\",\n", |
1186 | 1186 | " \"chunked-transfer\": \"https://unpkg.com/[email protected]/transfer-encoding-chunked.js\"\n", |
1187 | 1187 | "}" |
1188 | 1188 | ] |
|
1195 | 1195 | "outputs": [], |
1196 | 1196 | "source": [ |
1197 | 1197 | "#| export\n", |
1198 | | - "htmxsrc = Script(src=\"https://unpkg.com/[email protected].3/dist/htmx.min.js\")\n", |
1199 | | - "fhjsscr = Script(src=\"https://cdn.jsdelivr.net/gh/answerdotai/[email protected].4/fasthtml.js\")\n", |
| 1198 | + "htmxsrc = Script(src=\"https://unpkg.com/[email protected].4/dist/htmx.min.js\")\n", |
| 1199 | + "fhjsscr = Script(src=\"https://cdn.jsdelivr.net/gh/answerdotai/[email protected].12/fasthtml.js\")\n", |
1200 | 1200 | "surrsrc = Script(src=\"https://cdn.jsdelivr.net/gh/answerdotai/surreal@main/surreal.js\")\n", |
1201 | 1201 | "scopesrc = Script(src=\"https://cdn.jsdelivr.net/gh/gnat/css-scope-inline@main/script.js\")\n", |
1202 | 1202 | "viewport = Meta(name=\"viewport\", content=\"width=device-width, initial-scale=1, viewport-fit=cover\")\n", |
|
0 commit comments