Skip to content

Commit

Permalink
up svelte fe
Browse files Browse the repository at this point in the history
  • Loading branch information
aumetra committed Oct 21, 2024
1 parent c8fdfb2 commit 503cfb0
Show file tree
Hide file tree
Showing 3 changed files with 136 additions and 175 deletions.
1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -199,4 +199,3 @@ license = "AGPL-3.0-or-later"
[patch.crates-io]
# SIMD runtime detection and generic I/O wrapper
sonic-rs = { git = "https://github.com/aumetra/sonic-rs.git", rev = "12df930a57ff9f07eb16111a3da1feff3dc8e5ad" }

16 changes: 8 additions & 8 deletions kitsune-fe/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,23 +16,23 @@
"devDependencies": {
"@iconify-json/eos-icons": "^1.2.1",
"@sveltejs/adapter-static": "^3.0.5",
"@sveltejs/kit": "^2.7.1",
"@sveltejs/vite-plugin-svelte": "4.0.0-next.8",
"@sveltejs/kit": "^2.7.2",
"@sveltejs/vite-plugin-svelte": "4.0.0",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/eslint": "^9.6.1",
"@typescript-eslint/eslint-plugin": "^8.10.0",
"@typescript-eslint/parser": "^8.10.0",
"@typescript-eslint/eslint-plugin": "^8.11.0",
"@typescript-eslint/parser": "^8.11.0",
"eslint": "^9.13.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.45.1",
"eslint-plugin-svelte": "^2.46.0",
"globals": "^15.11.0",
"houdini": "0.0.0-20241014224633",
"houdini-svelte": "0.0.0-20241014224633",
"houdini": "1.3.0-next.0",
"houdini-svelte": "2.0.0-next.0",
"prettier": "^3.3.3",
"prettier-plugin-css-order": "^2.1.2",
"prettier-plugin-svelte": "^3.2.7",
"sass": "^1.80.3",
"svelte": "5.0.0-next.271",
"svelte": "^5.0.5",
"svelte-check": "^4.0.5",
"tslib": "^2.8.0",
"typescript": "^5.6.3",
Expand Down
Loading

0 comments on commit 503cfb0

Please sign in to comment.