Skip to content

Commit e0f1577

Browse files
committed
add svelte version 5 into peer/dev deps
1 parent cddd999 commit e0f1577

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

dist/range-slider-pips.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Multi-Thumb, Accessible, Beautiful Range Slider with Pips
44
* Project home: https://simeydotme.github.io/svelte-range-slider-pips/
55
* © 2024 Simon Goellner <[email protected]> ~ MPL-2.0 License
6-
* Published: 27/10/2024
6+
* Published: 5/11/2024
77
*/
88
(function (global, factory) {
99
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :

dist/range-slider-pips.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Multi-Thumb, Accessible, Beautiful Range Slider with Pips
44
* Project home: https://simeydotme.github.io/svelte-range-slider-pips/
55
* © 2024 Simon Goellner <[email protected]> ~ MPL-2.0 License
6-
* Published: 27/10/2024
6+
* Published: 5/11/2024
77
*/
88
/** @returns {void} */
99
function noop() {}

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"add:dist"
6565
],
6666
"peerDependencies": {
67-
"svelte": "^4.0.0"
67+
"svelte": "^4.2.7 || ^5.0.0"
6868
},
6969
"devDependencies": {
7070
"@playwright/test": "^1.28.1",
@@ -87,7 +87,7 @@
8787
"rollup-plugin-delete": "^2.0.0",
8888
"rollup-plugin-filesize": "^10.0.0",
8989
"rollup-plugin-svelte": "^7.1.6",
90-
"svelte": "^4.2.7",
90+
"svelte": "^4.2.7 || ^5.0.0",
9191
"svelte-check": "^3.6.0",
9292
"svelte-preprocess": "^5.1.3",
9393
"tslib": "^2.4.1",

0 commit comments

Comments
 (0)