Skip to content

Commit

Permalink
add svelte version 5 into peer/dev deps
Browse files Browse the repository at this point in the history
  • Loading branch information
simeydotme committed Nov 4, 2024
1 parent cddd999 commit e0f1577
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion dist/range-slider-pips.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Multi-Thumb, Accessible, Beautiful Range Slider with Pips
* Project home: https://simeydotme.github.io/svelte-range-slider-pips/
* © 2024 Simon Goellner <[email protected]> ~ MPL-2.0 License
* Published: 27/10/2024
* Published: 5/11/2024
*/
(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
Expand Down
2 changes: 1 addition & 1 deletion dist/range-slider-pips.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Multi-Thumb, Accessible, Beautiful Range Slider with Pips
* Project home: https://simeydotme.github.io/svelte-range-slider-pips/
* © 2024 Simon Goellner <[email protected]> ~ MPL-2.0 License
* Published: 27/10/2024
* Published: 5/11/2024
*/
/** @returns {void} */
function noop() {}
Expand Down
4 changes: 2 additions & 2 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 @@ -64,7 +64,7 @@
"add:dist"
],
"peerDependencies": {
"svelte": "^4.0.0"
"svelte": "^4.2.7 || ^5.0.0"
},
"devDependencies": {
"@playwright/test": "^1.28.1",
Expand All @@ -87,7 +87,7 @@
"rollup-plugin-delete": "^2.0.0",
"rollup-plugin-filesize": "^10.0.0",
"rollup-plugin-svelte": "^7.1.6",
"svelte": "^4.2.7",
"svelte": "^4.2.7 || ^5.0.0",
"svelte-check": "^3.6.0",
"svelte-preprocess": "^5.1.3",
"tslib": "^2.4.1",
Expand Down

0 comments on commit e0f1577

Please sign in to comment.