Skip to content

Commit

Permalink
Compatibility with Svelte 5
Browse files Browse the repository at this point in the history
  • Loading branch information
ciscoheat committed Feb 16, 2024
1 parent 9a8d340 commit 7110ed6
Show file tree
Hide file tree
Showing 4 changed files with 298 additions and 309 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ Headlines: Added, Changed, Deprecated, Removed, Fixed, Security
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [2.4.2] - 2024-02-16

### Added

- Compatibility with Svelte 5

## [2.4.1] - 2024-01-25

### Fixed
Expand Down
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,31 +29,31 @@
},
"devDependencies": {
"@sveltejs/adapter-auto": "^3.1.1",
"@sveltejs/kit": "^2.4.1",
"@sveltejs/kit": "^2.5.0",
"@sveltejs/package": "^2.2.6",
"@sveltejs/vite-plugin-svelte": "^3.0.1",
"@sveltejs/vite-plugin-svelte": "^3.0.2",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-dci-lint": "^0.3.1",
"eslint-plugin-svelte": "^2.35.1",
"eslint-plugin-svelte": "2.36.0-next.5",
"esm-env": "^1.0.0",
"prettier": "^2.8.8",
"prettier-plugin-svelte": "^2.10.1",
"prettier": "^3.2.5",
"prettier-plugin-svelte": "^3.2.1",
"publint": "^0.1.16",
"sass": "^1.70.0",
"svelte": "^4.2.9",
"svelte-check": "^3.6.3",
"sass": "^1.71.0",
"svelte": "5.0.0-next.55",
"svelte-check": "^3.6.4",
"svelte-french-toast": "^1.2.0",
"svelte-preprocess": "^5.1.3",
"tslib": "^2.6.2",
"typescript": "^5.3.3",
"vite": "^5.0.12"
"vite": "^5.1.3"
},
"peerDependencies": {
"@sveltejs/kit": "1.x || 2.x",
"svelte": "3.x || 4.x"
"svelte": "3.x || 4.x || >=5.0.0-next.51"
},
"type": "module",
"exports": {
Expand Down
Loading

0 comments on commit 7110ed6

Please sign in to comment.