Skip to content

Commit

Permalink
bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
clementroche committed Dec 28, 2024
1 parent dd7f881 commit d6274f0
Show file tree
Hide file tree
Showing 3 changed files with 113 additions and 120 deletions.
2 changes: 1 addition & 1 deletion next-env.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
/// <reference types="next/image-types/global" />

// NOTE: This file should not be edited
// see https://nextjs.org/docs/app/building-your-application/configuring/typescript for more information.
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"dependencies": {
"@darkroom.engineering/hamo": "0.6.46",
"@hubspot/api-client": "^12.0.1",
"@next/third-parties": "^15.0.3",
"@next/third-parties": "^15.1.3",
"@react-three/drei": "^9.115.0",
"@react-three/fiber": "9.0.0-rc.0",
"@storyblok/js": "^3.1.7",
Expand All @@ -28,7 +28,7 @@
"clsx": "^2.1.1",
"gsap": "^3.12.5",
"lenis": "1.1.19-dev.3",
"next": "15.0.4",
"next": "15.1.3",
"postprocessing": "^6.36.4",
"react": "19.0.0",
"react-aria": "^3.35.1",
Expand All @@ -39,9 +39,9 @@
"storyblok-js-client": "^6.10.1",
"storyblok-rich-text-react-renderer": "^2.9.2",
"tempus": "1.0.0-dev.5",
"three": "^0.170.0",
"three": "^0.171.0",
"tunnel-rat": "^0.1.2",
"zustand": "5.0.1"
"zustand": "5.0.2"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
Expand Down
Loading

1 comment on commit d6274f0

@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: 100
🟢 Accessibility: 90
🟢 Best practices: 96
🟠 SEO: 63

Lighthouse ran on https://satus-7giulgmp3-darkroom-engineering.vercel.app/

Please sign in to comment.