Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
clementroche committed Jan 9, 2024
1 parent 2a90254 commit fdb8d13
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 31 deletions.
4 changes: 2 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"eslint.format.enable": true,
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.organizeImports": true,
"source.fixAll.eslint": true
"source.organizeImports": "explicit",
"source.fixAll.eslint": "explicit"
},
"files.associations": {
"*.js": "javascriptreact"
Expand Down
10 changes: 7 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
},
"dependencies": {
"@ducanh2912/next-pwa": "^9.7.2",
"@studio-freight/compono": "^0.0.43",
"@studio-freight/compono": "0.0.50",
"@studio-freight/hamo": "0.6.22",
"@studio-freight/react-lenis": "0.0.38",
"@studio-freight/react-lenis": "0.0.43",
"@studio-freight/tempus": "^0.0.38",
"@theatre/core": "^0.7.0",
"@theatre/studio": "^0.7.0",
Expand Down Expand Up @@ -51,7 +51,11 @@
"react": "18.2.0",
"react-dom": "18.2.0",
"scheduler": "0.23.0",
"gsap": "npm:@gsap/business@^3.12.2"
"gsap": "npm:@gsap/business@^3.12.2",
"@studio-freight/lenis": "1.0.33",
"@studio-freight/hamo": "0.6.24",
"@studio-freight/react-lenis": "0.0.43",
"zustand": "4.4.7"
}
},
"lint-staged": {
Expand Down
60 changes: 34 additions & 26 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 comment on commit fdb8d13

@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: 72
🟢 Accessibility: 97
🟢 Best practices: 92
🟠 SEO: 75
🔴 PWA: 40

Lighthouse ran on https://satus-maaj14de8-studio-freight.vercel.app/"

Please sign in to comment.