Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
arzafran committed Nov 14, 2023
1 parent b7d0cd5 commit d0ce064
Show file tree
Hide file tree
Showing 4 changed files with 1,883 additions and 1,859 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lighthouse-on-vercel-preview-url.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
temporaryPublicStorage: true
- name: Format lighthouse score
id: format_lighthouse_score
uses: actions/github-script@v6
uses: actions/github-script@v7
with:
github-token: ${{secrets.GITHUB_TOKEN}}
script: |
Expand Down
7 changes: 6 additions & 1 deletion next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,12 @@ const nextConfig = {
// ADD in case you need to import SVGs in next/image component
// dangerouslyAllowSVG: true,
// contentSecurityPolicy: "default-src 'self'; script-src 'none'; sandbox;",
domains: ['assets.studiofreight.com'],
remotePatterns: [
{
protocol: 'https',
hostname: 'assets.studiofreight.com',
},
],
formats: ['image/avif', 'image/webp'],
},
sassOptions: {
Expand Down
33 changes: 16 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,47 +13,46 @@
"size": "npm run build && size-limit"
},
"dependencies": {
"@ducanh2912/next-pwa": "^9.5.0",
"@studio-freight/compono": "^0.0.42",
"@studio-freight/hamo": "^0.6.22",
"@ducanh2912/next-pwa": "^9.7.2",
"@studio-freight/compono": "^0.0.43",
"@studio-freight/hamo": "0.6.22",
"@studio-freight/react-lenis": "0.0.36",
"@studio-freight/tempus": "^0.0.38",
"@theatre/core": "^0.7.0",
"@theatre/studio": "^0.7.0",
"clsx": "^2.0.0",
"gsap": "3.12.2",
"gsap": "^3.12.2",
"idb-keyval": "^6.2.1",
"jsonminify": "^0.4.2",
"next": "13.4.19",
"next": "14.0.2",
"next-sitemap": "^4.2.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"sass": "^1.66.1",
"sass": "^1.69.5",
"stats.js": "^0.17.0",
"zustand": "4.4.1"
"zustand": "4.4.6"
},
"devDependencies": {
"@builder.io/partytown": "^0.8.1",
"@cerner/duplicate-package-checker-webpack-plugin": "^2.5.0",
"@next/bundle-analyzer": "^13.4.19",
"@size-limit/preset-app": "^9.0.0",
"@cerner/duplicate-package-checker-webpack-plugin": "^2.6.0",
"@next/bundle-analyzer": "^14.0.2",
"@size-limit/preset-app": "^11.0.0",
"@svgr/webpack": "^8.1.0",
"critters": "^0.0.20",
"cross-env": "^7.0.3",
"eslint": "8.49.0",
"eslint-config-next": "^13.4.19",
"eslint": "8.53.0",
"eslint-config-next": "^14.0.2",
"eslint-config-prettier": "^9.0.0",
"husky": "^8.0.3",
"prettier": "^3.0.3",
"prettier-eslint": "^15.0.1"
"prettier": "^3.1.0",
"prettier-eslint": "^16.1.2"
},
"pnpm": {
"overrides": {
"react": "18.2.0",
"react-dom": "18.2.0",
"scheduler": "0.23.0",
"gsap": "npm:@gsap/business@^3.12.2",
"@studio-freight/hamo": "0.6.21"
"scheduler": "0.23.0"

}
},
"lint-staged": {
Expand Down
Loading

1 comment on commit d0ce064

@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: 93
🟢 Accessibility: 97
🟢 Best practices: 100
🟠 SEO: 75
🔴 PWA: 30

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

Please sign in to comment.