Skip to content

Commit

Permalink
deps update
Browse files Browse the repository at this point in the history
  • Loading branch information
arzafran committed Sep 28, 2023
1 parent 24d4fc0 commit ae622b7
Show file tree
Hide file tree
Showing 4 changed files with 851 additions and 877 deletions.
1 change: 0 additions & 1 deletion next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ const nextConfig = {
transpilePackages: ['@studio-freight/compono'],
experimental: {
optimizeCss: true,
legacyBrowsers: false,
nextScriptWorkers: true,
urlImports: ['https://cdn.skypack.dev', 'https://unpkg.com'],
},
Expand Down
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,46 +15,46 @@
"size": "npm run build && size-limit"
},
"dependencies": {
"@contentful/rich-text-react-renderer": "^15.17.1",
"@ducanh2912/next-pwa": "^9.5.0",
"@contentful/rich-text-react-renderer": "^15.17.2",
"@ducanh2912/next-pwa": "^9.7.1",
"@radix-ui/react-accordion": "^1.1.2",
"@studio-freight/compono": "^0.0.39",
"@studio-freight/compono": "^0.0.42",
"@studio-freight/hamo": "^0.6.19",
"@studio-freight/react-lenis": "0.0.27",
"@studio-freight/react-lenis": "0.0.36",
"@studio-freight/tempus": "0.0.38",
"@theatre/core": "^0.7.0",
"@theatre/studio": "^0.7.0",
"@vercel/analytics": "^1.0.2",
"blaze-slider": "1.9.3",
"clsx": "^2.0.0",
"events": "^3.3.0",
"graphql": "^16.8.0",
"graphql": "^16.8.1",
"graphql-request": "^6.1.0",
"graphql-tag": "^2.12.6",
"gsap": "^3.12.2",
"idb-keyval": "^6.2.1",
"jsonminify": "^0.4.2",
"million": "2.6.0-beta.13",
"next": "13.4.19",
"million": "2.6.2",
"next": "13.5.3",
"next-sitemap": "^4.2.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.46.1",
"react-hook-form": "^7.46.2",
"react-use": "^17.4.0",
"react-use-measure": "^2.1.1",
"sass": "^1.66.1",
"sass": "^1.68.0",
"throttle-debounce": "5.0.0",
"zustand": "4.4.1"
},
"devDependencies": {
"@builder.io/partytown": "^0.8.1",
"@next/bundle-analyzer": "^13.4.19",
"@next/bundle-analyzer": "^13.5.3",
"@size-limit/preset-app": "^9.0.0",
"@svgr/webpack": "^8.1.0",
"critters": "^0.0.20",
"cross-env": "^7.0.3",
"eslint": "8.48.0",
"eslint-config-next": "13.4.19",
"eslint": "8.50.0",
"eslint-config-next": "13.5.3",
"eslint-config-prettier": "^9.0.0",
"husky": "^8.0.3",
"lint-staged": "^14.0.1",
Expand Down
Loading

1 comment on commit ae622b7

@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: 64
🟢 Accessibility: 90
🟢 Best practices: 100
🟢 SEO: 92
🟢 PWA: 100

Lighthouse ran on https://sf-website-8j6mghxjq-studio-freight.vercel.app/"

Please sign in to comment.