Skip to content

Commit

Permalink
Update dependencies (SvelteKit 2, Svelte 4, Vite 5, etc) (#4)
Browse files Browse the repository at this point in the history
* SvelteKit 1

* Svelte 4

* SvelteKit 2

* Update minor deps

* Bump prettier and format

* Remove `@vercel/og`

* Bump satori deps
  • Loading branch information
geoffrich authored Jan 21, 2024
1 parent 5af7b2b commit 17cc842
Show file tree
Hide file tree
Showing 8 changed files with 908 additions and 1,268 deletions.
1 change: 0 additions & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,5 @@
"trailingComma": "none",
"printWidth": 100,
"plugins": ["prettier-plugin-svelte"],
"pluginSearchDirs": ["."],
"overrides": [{ "files": "*.svelte", "options": { "parser": "svelte" } }]
}
31 changes: 15 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,26 +8,25 @@
"preview": "vite preview",
"check": "svelte-kit sync && svelte-check --tsconfig ./jsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./jsconfig.json --watch",
"lint": "prettier --plugin-search-dir . --check .",
"format": "prettier --plugin-search-dir . --write ."
"lint": "prettier --check .",
"format": "prettier --write ."
},
"devDependencies": {
"@resvg/resvg-js": "^2.1.0",
"@sveltejs/adapter-auto": "next",
"@sveltejs/kit": "next",
"@vercel/og": "^0.0.15",
"@resvg/resvg-js": "^2.6.0",
"@sveltejs/adapter-auto": "^3.1.1",
"@sveltejs/kit": "^2.4.1",
"@sveltejs/vite-plugin-svelte": "^3.0.1",
"nice-color-palettes": "^3.0.0",
"prettier": "^2.7.1",
"prettier-plugin-svelte": "^2.8.0",
"random-words": "^1.2.0",
"satori": "^0.0.42",
"satori-html": "^0.2.0",
"prettier": "^3.2.4",
"prettier-plugin-svelte": "^3.1.2",
"random-words": "^1.3.0",
"satori": "^0.10.11",
"satori-html": "^0.3.2",
"seedrandom": "^3.0.5",
"svelte": "^3.52.0",
"svelte-check": "^2.9.2",
"typescript": "^4.8.4",
"vite": "^3.1.8",
"vite-plugin-wasm": "^3.0.0"
"svelte": "^4.2.9",
"svelte-check": "^3.6.3",
"typescript": "^5.3.3",
"vite": "^5.0.12"
},
"type": "module"
}
Loading

1 comment on commit 17cc842

@vercel
Copy link

@vercel vercel bot commented on 17cc842 Jan 21, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.