Skip to content

Commit

Permalink
Merge pull request #117 from UrbanInstitute/svelte-5-support
Browse files Browse the repository at this point in the history
Svelte 5 support
  • Loading branch information
mitchthorson authored Nov 18, 2024
2 parents 7b567c8 + 1206dfa commit 0801fb6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## Next

- Patch: Support Svelte 5 in projects that use this library
- Patch: Update Datawrapper Switching example with `title` and `ariaLabel` props

## v0.11.1
Expand Down
10 changes: 5 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"!dist/**/*.md*"
],
"peerDependencies": {
"svelte": "^4.0.0"
"svelte": "4 - 5"
},
"devDependencies": {
"@etchteam/storybook-addon-github-link": "^1.0.1",
Expand Down Expand Up @@ -107,7 +107,7 @@
"d3-interpolate": "^3.0.1",
"d3-selection": "^3.0.0",
"d3-zoom": "^3.0.0",
"layercake": "^8.0.0",
"layercake": "^8.4.2",
"pym.js": "^1.3.2"
}
}

0 comments on commit 0801fb6

Please sign in to comment.