Skip to content

Commit

Permalink
bump lenis version
Browse files Browse the repository at this point in the history
  • Loading branch information
clementroche committed Mar 15, 2024
1 parent af2d3f2 commit f8ff23f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/react-lenis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"git:tag": "cross-var git tag -a $npm_package_name@$npm_package_version -m \"$npm_package_name@$npm_package_version\"",
"git:push": "git push && git push --tags",
"postversion": "npm-run-all build git:commit git:tag git:push",
"version:latest": "yarn version --no-git-tag-version",
"version:latest": "yarn version --no-git-tag-version --patch",
"version:dev": "yarn version --no-git-tag-version --prerelease --preid dev"
},
"sideEffects": false,
Expand All @@ -49,7 +49,7 @@
},
"dependencies": {
"@studio-freight/hamo": "^0.6.28",
"@studio-freight/lenis": "^1.0.39",
"@studio-freight/lenis": "^1.0.40",
"clsx": "^2.0.0",
"zustand": "^4.4.7"
},
Expand Down

1 comment on commit f8ff23f

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"⚡️ Lighthouse report for the changes in this commit:

🟠 Performance: 88
🟢 Accessibility: 96
🟢 Best practices: 100
🟠 SEO: 67
🔴 PWA: 33

Lighthouse ran on https://lenis-rjzkute9r-studio-freight.vercel.app/"

Please sign in to comment.