Skip to content

Migrate to Svelte 5 #716

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

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
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
update dependencies
  • Loading branch information
nutchyleo committed Nov 13, 2024
commit cbec84e7f92a324bec0032f3a4e1bea5c40d386a
47 changes: 24 additions & 23 deletions package.json
Original file line number Diff line number Diff line change
@@ -17,34 +17,34 @@
"release": "release-it"
},
"devDependencies": {
"@rollup/plugin-alias": "^4.0.3",
"@sveltejs/adapter-auto": "2.0.0",
"@sveltejs/adapter-static": "2.0.1",
"@sveltejs/kit": "1.15.0",
"@sveltejs/package": "^1.0.2",
"autoprefixer": "^10.4.14",
"@rollup/plugin-alias": "^5.1.1",
"@sveltejs/adapter-auto": "3.3.1",
"@sveltejs/adapter-static": "3.0.6",
"@sveltejs/kit": "2.8.0",
"@sveltejs/package": "^2.3.7",
"autoprefixer": "^10.4.20",
"cross-env": "^7.0.3",
"find-in-files": "^0.5.0",
"fuse.js": "^6.6.2",
"prettier": "~2.8.7",
"prettier-plugin-svelte": "^2.10.0",
"release-it": "^15.10.0",
"rollup": "^3.20.2",
"fuse.js": "^7.0.0",
"prettier": "~3.3.3",
"prettier-plugin-svelte": "^3.2.8",
"release-it": "^17.10.0",
"rollup": "^4.26.0",
"rollup-plugin-cleaner": "^1.0.0",
"rollup-plugin-css-only": "^4.3.0",
"rollup-plugin-css-only": "^4.5.2",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-replace": "^2.2.0",
"rollup-plugin-svelte": "^7.1.4",
"sirv-cli": "^2.0.2",
"svelte": "^3.58.0",
"svelte-highlight": "^7.2.1",
"svelte-preprocess": "^5.0.3",
"svelte-tiny-virtual-list": "^2.0.5",
"svelte2tsx": "^0.6.10",
"rollup-plugin-svelte": "^7.2.2",
"sirv-cli": "^3.0.0",
"svelte": "^5.1.16",
"svelte-highlight": "^7.7.0",
"svelte-preprocess": "^6.0.3",
"svelte-tiny-virtual-list": "^2.1.2",
"svelte2tsx": "^0.7.24",
"tape-modern": "^1.1.2",
"typescript": "^4.9.5",
"vite": "^4.2.1"
"typescript": "^5.6.3",
"vite": "^5.4.11"
},
"author": "Robert Balfré <rob.balfre@gmail.com> (https://github.com/rob-balfre)",
"license": "ISC",
@@ -70,6 +70,7 @@
}
},
"dependencies": {
"svelte-floating-ui": "1.5.8"
}
"svelte-floating-ui": "1.5.9"
},
"packageManager": "pnpm@9.12.3+sha512.cce0f9de9c5a7c95bef944169cc5dfe8741abfb145078c0d508b868056848a87c81e626246cb60967cbd7fd29a6c062ef73ff840d96b3c86c40ac92cf4a813ee"
}
Loading
Oops, something went wrong.