Skip to content

Commit 85f5fb0

Browse files
committed
Allow selection of region, allow either linear or grid, custom width
1 parent 6160f55 commit 85f5fb0

10 files changed

Lines changed: 279 additions & 176 deletions

html/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,24 +13,24 @@
1313
"devDependencies": {
1414
"@iconify/icons-ic": "^1.2.13",
1515
"@iconify/svelte": "^3.0.1",
16-
"@skeletonlabs/skeleton": "^0.92.2",
16+
"@skeletonlabs/skeleton": "^0.99.5",
1717
"@sveltejs/vite-plugin-svelte": "^2.0.2",
1818
"@tailwindcss/forms": "^0.5.3",
1919
"@tailwindcss/line-clamp": "^0.4.2",
2020
"@tailwindcss/typography": "^0.5.9",
2121
"@tsconfig/svelte": "^3.0.0",
22-
"@typescript-eslint/eslint-plugin": "^5.48.2",
23-
"@typescript-eslint/parser": "^5.48.2",
22+
"@typescript-eslint/eslint-plugin": "^5.49.0",
23+
"@typescript-eslint/parser": "^5.49.0",
2424
"autoprefixer": "^10.4.13",
2525
"color2k": "^2.0.1",
26-
"esbuild": "^0.17.1",
26+
"esbuild": "^0.17.4",
2727
"eslint": "^8.32.0",
2828
"eslint-config-prettier": "^8.6.0",
2929
"eslint-plugin-svelte3": "^4.0.0",
3030
"postcss": "^8.4.21",
3131
"prettier": "^2.8.3",
3232
"prettier-plugin-svelte": "^2.9.0",
33-
"rollup": "^3.10.0",
33+
"rollup": "^3.10.1",
3434
"svelte": "^3.55.1",
3535
"svelte-check": "^2.10.3",
3636
"tailwindcss": "^3.2.4",

0 commit comments

Comments
 (0)