Skip to content

Commit

Permalink
refactor: scroll to index is now working
Browse files Browse the repository at this point in the history
  • Loading branch information
orefalo committed Oct 19, 2024
1 parent 0e405a5 commit aa218db
Show file tree
Hide file tree
Showing 3 changed files with 273 additions and 192 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,15 +64,15 @@
"@sveltejs/package": "2.3.5",
"@sveltejs/vite-plugin-svelte": "^4.0.0-next.7",
"@types/eslint": "^9.6.1",
"@types/node": "^22.7.5",
"@typescript-eslint/eslint-plugin": "^8.9.0",
"@typescript-eslint/parser": "^8.9.0",
"@types/node": "^22.7.7",
"@typescript-eslint/eslint-plugin": "^8.10.0",
"@typescript-eslint/parser": "^8.10.0",
"badge-maker": "^4.1.0",
"copyfiles": "^2.4.1",
"clsx": "^2.1.1",
"cross-env": "^7.0.3",
"cz-customizable": "^7.2.1",
"eslint": "^9.12.0",
"eslint": "^9.13.0",
"eslint-config-prettier": "^9.1.0",
"eslint-gitignore": "^0.1.0",
"eslint-plugin-svelte": "^2.45.1",
Expand All @@ -83,17 +83,17 @@
"prettier": "^3.3.3",
"prettier-plugin-svelte": "^3.2.7",
"rimraf": "^6.0.1",
"sass": "^1.79.5",
"sass": "^1.80.3",
"serve": "^14.2.4",
"svelte-check": "^4.0.5",
"svelte-highlight": "^7.7.0",
"svelte-preprocess": "^6.0.3",
"tslib": "^2.8.0",
"typescript": "^5.6.3",
"typescript-eslint": "^8.9.0",
"typescript-eslint": "^8.10.0",
"vite": "^5.4.9"
},
"peerDependencies": {
"svelte": "5.0.0-next.268"
"svelte": "5.0.0-next.270"
}
}
Loading

0 comments on commit aa218db

Please sign in to comment.