Skip to content

Commit

Permalink
chore(web): fix dependencies and types
Browse files Browse the repository at this point in the history
  • Loading branch information
manekenpix committed Jul 7, 2024
1 parent 0a95e2b commit d2092af
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,10 @@
"@sveltejs/kit": "^2.0.0",
"@sveltejs/vite-plugin-svelte": "^3.0.0",
"@tsconfig/svelte": "3.0.0",
"@types/eslint": "^8.56.10",
"@types/uuid": "^9.0.8",
"@typescript-eslint/eslint-plugin": "6.14.0",
"@typescript-eslint/parser": "6.14.0",
"@types/uuid": "^9.0.8",
"autoprefixer": "^10.4.15",
"eslint": "8.55.0",
"eslint-plugin-svelte": "^2.30.0",
Expand All @@ -37,7 +38,6 @@
"prettier-plugin-svelte": "^2.10.1",
"svelte": "^4.0.0",
"svelte-check": "^3.4.3",
"svelte-eslint-parser": "0.33.1",
"tailwindcss": "^3.3.3",
"tslib": "2.5.0",
"typescript": "^5.0.0",
Expand Down
1 change: 1 addition & 0 deletions web/src/routes/user/lists/[slug]/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
import ListShareModal from '$lib/List/ListShareModal.svelte';
import Avatar from '$lib/Avatar.svelte';
/** @type {import('./$types').PageData} */
export let data: {
user: User;
movies: MovieType[];
Expand Down

0 comments on commit d2092af

Please sign in to comment.