Skip to content

Commit

Permalink
Updated Example
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelmund committed Jan 20, 2022
1 parent 6ea291b commit fd8612a
Show file tree
Hide file tree
Showing 6 changed files with 431 additions and 190 deletions.
14 changes: 7 additions & 7 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@
"check:watch": "svelte-check --tsconfig ./tsconfig.json --watch"
},
"devDependencies": {
"@sveltejs/adapter-node": "^1.0.0-next.45",
"@sveltejs/adapter-node": "^1.0.0-next.66",
"@sveltejs/kit": "next",
"svelte": "^3.34.0",
"svelte-check": "^2.0.0",
"svelte-preprocess": "^4.0.0",
"tslib": "^2.0.0",
"typescript": "^4.0.0"
"svelte": "^3.46.2",
"svelte-check": "^2.3.0",
"svelte-preprocess": "^4.10.2",
"tslib": "^2.3.1",
"typescript": "^4.5.5"
},
"type": "module",
"dependencies": {
"svelte-kit-cookie-session": "^1.4.0"
"svelte-kit-cookie-session": "^2.0.1"
}
}
Loading

0 comments on commit fd8612a

Please sign in to comment.