Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

✨ Website: add how to run section #7

Open
wants to merge 8 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
⬆️ Website: upgrade dependencies
  • Loading branch information
pierreyoda committed Nov 7, 2024
commit 561d27b9856498a1103853dcf76bc2c92e1a7654
14 changes: 7 additions & 7 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,29 +12,29 @@
"format": "prettier --write ."
},
"devDependencies": {
"@sveltejs/adapter-static": "3.0.5",
"@sveltejs/kit": "2.7.2",
"@sveltejs/adapter-static": "3.0.6",
"@sveltejs/kit": "2.7.4",
"@sveltejs/vite-plugin-svelte": "4.0.0",
"@types/eslint": "9.6.1",
"autoprefixer": "10.4.20",
"eslint": "9.13.0",
"eslint": "9.14.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-svelte": "2.46.0",
"globals": "15.11.0",
"globals": "15.12.0",
"picomatch": "4.0.2",
"postcss": "8.4.47",
"prettier": "3.3.3",
"prettier-plugin-svelte": "3.2.7",
"prettier-plugin-tailwindcss": "0.6.8",
"svelte": "5.1.0",
"svelte": "5.1.9",
"svelte-check": "4.0.5",
"tailwindcss": "3.4.14",
"typescript": "5.6.3",
"typescript-eslint": "8.11.0",
"typescript-eslint": "8.12.2",
"vite": "5.4.10"
},
"type": "module",
"dependencies": {
"@vercel/analytics": "1.3.1"
"@vercel/analytics": "1.3.2"
}
}
Loading