Skip to content

Commit

Permalink
update site deps
Browse files Browse the repository at this point in the history
  • Loading branch information
janosh committed Aug 1, 2023
1 parent e83fbed commit 3c1bae5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Awesome examples of SvelteKit in the wild. Visit **[janosh.github.io/awesome-sve
## Sites

1. **[Svelte.dev](https://svelte.dev)** 
[[code](https://github.com/sveltejs/sites/blob/-/sites/svelte.dev)] 
[[code](https://github.com/sveltejs/svelte/tree/-/sites/svelte.dev)] 
<a href="https://github.com/sveltejs/svelte/stargazers">
<img src="https://img.shields.io/github/stars/sveltejs/svelte?logo=github" alt="GitHub stars" valign="middle">
</a>
Expand Down
14 changes: 7 additions & 7 deletions site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,26 +21,26 @@
"@playwright/test": "^1.36.2",
"@rollup/plugin-yaml": "^4.1.1",
"@sveltejs/adapter-static": "^2.0.3",
"@sveltejs/kit": "^1.22.3",
"@typescript-eslint/eslint-plugin": "^6.2.0",
"@typescript-eslint/parser": "^6.2.0",
"@sveltejs/kit": "^1.22.4",
"@typescript-eslint/eslint-plugin": "^6.2.1",
"@typescript-eslint/parser": "^6.2.1",
"dotenv": "^16.3.1",
"eslint": "^8.45.0",
"eslint": "^8.46.0",
"eslint-plugin-svelte": "^2.32.4",
"js-yaml": "^4.1.0",
"marked": "^5.1.2",
"marked": "^6.0.0",
"prettier": "^3.0.0",
"prettier-plugin-svelte": "^3.0.3",
"puppeteer": "^20.9.0",
"sharp": "^0.32.4",
"svelte": "4.1.1",
"svelte": "4.1.2",
"svelte-check": "^3.4.6",
"svelte-multiselect": "^10.1.0",
"svelte-preprocess": "^5.0.4",
"svelte-zoo": "^0.4.9",
"svelte2tsx": "^0.6.19",
"typescript": "5.1.6",
"vite": "^4.4.7"
"vite": "^4.4.8"
},
"keywords": [
"sveltekit",
Expand Down
2 changes: 1 addition & 1 deletion tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ pocketbase: https://pocketbase.io
postcss: https://postcss.org
pre-commit: https://pre-commit.com
prism: https://prismjs.com
prisma: https://prisma.io/
prisma: https://prisma.io
prosemirror: https://prosemirror.net
rehype: https://github.com/rehypejs/rehype
release it: https://github.com/release-it/release-it
Expand Down

0 comments on commit 3c1bae5

Please sign in to comment.