Skip to content

Commit 76f8f69

Browse files
committed
chore: updated dependency
1 parent b1e7472 commit 76f8f69

File tree

3 files changed

+17
-17
lines changed

3 files changed

+17
-17
lines changed

package-lock.json

+11-11
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ryfylke-react/scroll-handler-react",
3-
"version": "0.0.5",
3+
"version": "0.0.6",
44
"description": "React hook for using @ryfylke-react/scroll-handler.",
55
"main": "./dist/cjs/index.js",
66
"module": "./dist/esm/index.js",
@@ -29,7 +29,7 @@
2929
"typescript": "^5.0.4"
3030
},
3131
"dependencies": {
32-
"@ryfylke-react/scroll-handler": "^1.0.22",
32+
"@ryfylke-react/scroll-handler": "^1.0.23",
3333
"tslib": "^2.5.0"
3434
},
3535
"peerDependencies": {

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,10 @@
7474
"@nodelib/fs.scandir" "2.1.5"
7575
"fastq" "^1.6.0"
7676

77-
"@ryfylke-react/scroll-handler@^1.0.22":
78-
"integrity" "sha512-FMmsy1bSkUs+ST3ald0vfpEnoMdDxuwAlfGGVEAA82JqmIItvA9CaYAo/+qgQkjPlrod00e1E2m6w4IMRzpllg=="
79-
"resolved" "https://registry.npmjs.org/@ryfylke-react/scroll-handler/-/scroll-handler-1.0.22.tgz"
80-
"version" "1.0.22"
77+
"@ryfylke-react/scroll-handler@^1.0.23":
78+
"integrity" "sha512-IiArvgA+s6BALb32JxSGgUXdF4EG+7p1+bJLnqDU16hf/i7W8CG50/mblQI4ltEQKv1kzd4i+yQYNySdolFq/A=="
79+
"resolved" "https://registry.npmjs.org/@ryfylke-react/scroll-handler/-/scroll-handler-1.0.23.tgz"
80+
"version" "1.0.23"
8181
dependencies:
8282
"tslib" "^2.6.0"
8383

0 commit comments

Comments
 (0)