Merge pull request #1190 from dbgate/feature/svelte4

Feature/svelte4
This commit is contained in:
Jan Prochazka
2025-12-19 14:00:23 +01:00
committed by GitHub
3 changed files with 181 additions and 1797 deletions

View File

@@ -50,11 +50,11 @@
"rollup-plugin-copy": "^3.3.0", "rollup-plugin-copy": "^3.3.0",
"rollup-plugin-css-only": "^3.1.0", "rollup-plugin-css-only": "^3.1.0",
"rollup-plugin-livereload": "^2.0.0", "rollup-plugin-livereload": "^2.0.0",
"rollup-plugin-svelte": "^7.0.0", "rollup-plugin-svelte": "^7.2.2",
"rollup-plugin-terser": "^7.0.0", "rollup-plugin-terser": "^7.0.2",
"sirv-cli": "^1.0.0", "sirv-cli": "^1.0.0",
"sql-formatter": "^3.1.0", "sql-formatter": "^3.1.0",
"svelte": "^3.46.4", "svelte": "^4.2.20",
"svelte-check": "^1.0.0", "svelte-check": "^1.0.0",
"svelte-markdown": "^0.1.4", "svelte-markdown": "^0.1.4",
"svelte-preprocess": "^4.9.5", "svelte-preprocess": "^4.9.5",

View File

@@ -13,6 +13,7 @@
<div> <div>
<table> <table>
<tbody>
<tr> <tr>
<td <td
use:resizeObserver={true} use:resizeObserver={true}
@@ -27,6 +28,7 @@
</InlineButton> </InlineButton>
</td> </td>
</tr> </tr>
</tbody>
</table> </table>
</div> </div>

1942
yarn.lock

File diff suppressed because it is too large Load Diff