8000 JSH: Modifying peer dependencies to include both ^5.0.0 and ^5.0.0-ne… · svelte-inview/svelte-inview@b4c6fd1 · GitHub
[go: up one dir, main page]

Skip to content

Commit b4c6fd1

Browse files
committed
JSH: Modifying peer dependencies to include both ^5.0.0 and ^5.0.0-next to stop NPM from throwing erroneous warnings/errors
1 parent b64bc6d commit b4c6fd1
Copy full SHA for b4c6fd1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "svelte-inview",
3-
"version": "4.0.3",
3+
"version": "4.0.4",
44
"description": "A Svelte action that monitors an element enters or leaves the viewport or a parent element. Performant and efficient thanks to using Intersection Observer under the hood.",
55
"homepage": "https://github.com/maciekgrzybek/svelte-inview",
66
"bugs": "https://github.com/maciekgrzybek/svelte-inview/issues",
@@ -95,6 +95,6 @@
9595
}
9696
},
9797
"peerDependencies": {
98-
"svelte": "^3.0.0 || ^4.0.0"
98+
"svelte": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^5.0.0-next"
9999
}
100100
}

0 commit comments

Comments
 (0)
0