Skip to content

Commit 9190832

Browse files
committed
feat(sveltekit-integration): WIP
1 parent 9735344 commit 9190832

File tree

15 files changed

+514
-290
lines changed

15 files changed

+514
-290
lines changed

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v20.18.0
1+
v20.19.6

package.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44
"type": "module",
55
"version": "0.0.0",
66
"workspaces": [
7-
"packages/*"
7+
"packages/javascript",
8+
"packages/sveltekit",
9+
"packages/sveltekit/playground"
810
],
911
"scripts": {
1012
"dev": "yarn workspace @hawk.so/javascript dev",
@@ -23,7 +25,7 @@
2325
"eslint-config-codex": "^1.6.1",
2426
"rollup-plugin-license": "^3.5.3",
2527
"size-limit": "^11.1.6",
26-
"typescript": "^5.6.3",
27-
"vite": "^5.4.9"
28+
"typescript": "^5.9.3",
29+
"vite": "^7.3.0"
2830
}
2931
}

packages/sveltekit-playground/package.json renamed to packages/sveltekit/playground/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
},
1212
"devDependencies": {
1313
"@sveltejs/kit": "^2.48.5",
14-
"@sveltejs/vite-plugin-svelte": "^4.0.0",
15-
"svelte": "^5.45.10"
14+
"@sveltejs/vite-plugin-svelte": "^6.2.1",
15+
"svelte": "^5.45.10",
16+
"eslint-plugin-svelte": "^3.13.1"
1617
}
1718
}
File renamed without changes.
File renamed without changes.

packages/sveltekit-playground/src/lib/assets/favicon.svg renamed to packages/sveltekit/playground/src/lib/assets/favicon.svg

File renamed without changes.

packages/sveltekit-playground/src/routes/+layout.svelte renamed to packages/sveltekit/playground/src/routes/+layout.svelte

File renamed without changes.

0 commit comments

Comments
 (0)