Skip to content

Commit

Permalink
smol deps update
Browse files Browse the repository at this point in the history
  • Loading branch information
arzafran committed Jan 18, 2024
1 parent 5e7ffe8 commit f7e656c
Show file tree
Hide file tree
Showing 22 changed files with 324 additions and 446 deletions.
1 change: 1 addition & 0 deletions components/split-text/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import { useRect } from '@studio-freight/hamo'
import { gsap } from 'gsap'
// import { SplitText as GSAPSplitText } from 'gsap/dist/SplitText'
import { SplitText as GSAPSplitText } from 'gsap/dist/SplitText'
import {
forwardRef,
Expand Down
42 changes: 20 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,49 +13,47 @@
"size": "npm run build && size-limit"
},
"dependencies": {
"@ducanh2912/next-pwa": "^9.7.2",
"@studio-freight/compono": "0.0.50",
"@studio-freight/hamo": "0.6.22",
"@ducanh2912/next-pwa": "^10.2.2",
"@studio-freight/compono": "0.0.51",
"@studio-freight/hamo": "0.6.28",
"@studio-freight/react-lenis": "0.0.43",
"@studio-freight/tempus": "^0.0.38",
"@studio-freight/tempus": "^0.0.42",
"@theatre/core": "^0.7.0",
"@theatre/studio": "^0.7.0",
"clsx": "^2.0.0",
"gsap": "^3.12.2",
"clsx": "^2.1.0",
"gsap": "npm:@gsap/business@^3.12.4",
"jsonminify": "^0.4.2",
"next": "14.0.3",
"next": "14.0.4",
"next-sitemap": "^4.2.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"sass": "^1.69.5",
"sass": "^1.70.0",
"stats.js": "^0.17.0",
"zustand": "4.4.6"
"zustand": "4.4.7"
},
"devDependencies": {
"@builder.io/partytown": "^0.8.1",
"@builder.io/partytown": "^0.8.2",
"@cerner/duplicate-package-checker-webpack-plugin": "^2.6.0",
"@next/bundle-analyzer": "^14.0.3",
"@size-limit/preset-app": "^11.0.0",
"@next/bundle-analyzer": "^14.0.4",
"@size-limit/preset-app": "^11.0.2",
"@svgr/webpack": "^8.1.0",
"critters": "^0.0.20",
"cross-env": "^7.0.3",
"eslint": "8.54.0",
"eslint-config-next": "^14.0.3",
"eslint-config-prettier": "^9.0.0",
"eslint": "8.56.0",
"eslint-config-next": "^14.0.4",
"eslint-config-prettier": "^9.1.0",
"husky": "^8.0.3",
"prettier": "^3.1.0",
"prettier-eslint": "^16.1.2"
"prettier": "^3.2.4",
"prettier-eslint": "^16.2.0"
},
"pnpm": {
"overrides": {
"react": "18.2.0",
"react-dom": "18.2.0",
"scheduler": "0.23.0",
"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"
"@studio-freight/tempus": "0.0.42",
"@studio-freight/hamo": "0.6.28",
"@studio-freight/react-lenis": "0.0.43"
}
},
"lint-staged": {
Expand Down
4 changes: 2 additions & 2 deletions pages/_document.js
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
/* eslint-disable @next/next/no-document-import-in-page */
import { PreloadFonts } from 'components/preload-fonts'
// import { PreloadFonts } from 'components/preload-fonts'
import { Head, Html, Main, NextScript } from 'next/document'

export default function Document() {
return (
<Html lang="en">
<Head>
<meta charSet="UTF-8" />
<PreloadFonts fonts={['/fonts/aeonik/AeonikPro-Bold.woff2']} />
{/* <PreloadFonts fonts={['/fonts/aeonik/AeonikPro-Bold.woff2']} /> */}
</Head>
<body>
<Main />
Expand Down
5 changes: 0 additions & 5 deletions pages/api/hello.js

This file was deleted.

Loading

1 comment on commit f7e656c

@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: 71
🟠 Accessibility: 87
🟢 Best practices: 100
🟠 SEO: 73
🟠 PWA: 70

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

Please sign in to comment.