Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
arzafran committed Sep 17, 2024
1 parent dfb9896 commit 7732483
Show file tree
Hide file tree
Showing 2 changed files with 1,094 additions and 1,874 deletions.
41 changes: 20 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"scripts": {
"dev:storyblok": "pnpm run --parallel /^dev.*/",
"dev": "next dev",
"dev:https": "local-ssl-proxy --source 3010 --target 3000 --cert localhost.pem --key localhost-key.pem",
"dev:https": "next dev -p 3010 --experimental-https --experimental-https-key localhost-key.pem --experimental-https-cert localhost.pem",
"build": "next build",
"start": "next start",
"lint": "next lint",
Expand All @@ -20,18 +20,18 @@
"dependencies": {
"@darkroom.engineering/hamo": "0.6.46",
"@darkroom.engineering/tempus": "0.0.46",
"@next/third-parties": "^14.2.8",
"@next/third-parties": "^14.2.11",
"@react-three/drei": "^9.112.0",
"@react-three/fiber": "^8.17.6",
"@react-three/fiber": "^8.17.7",
"@serwist/next": "9.0.7",
"@storyblok/js": "^3.1.4",
"@theatre/core": "^0.7.2",
"@theatre/studio": "^0.7.2",
"clsx": "^2.1.1",
"gsap": "^3.12.5",
"lenis": "1.1.13",
"next": "14.2.8",
"postprocessing": "^6.36.1",
"next": "14.2.11",
"postprocessing": "^6.36.2",
"react": "18.3.1",
"react-aria-components": "^1.3.3",
"react-dom": "18.3.1",
Expand All @@ -41,35 +41,34 @@
"storyblok-rich-text-react-renderer": "^2.9.2",
"three": "^0.168.0",
"tunnel-rat": "^0.1.2",
"zustand": "4.5.5"
"zustand": "5.0.0-rc.2"
},
"devDependencies": {
"@builder.io/partytown": "^0.10.2",
"@cerner/duplicate-package-checker-webpack-plugin": "^2.6.0",
"@chromatic-com/storybook": "1.9.0",
"@next/bundle-analyzer": "^14.2.8",
"@next/eslint-plugin-next": "^14.2.8",
"@storybook/addon-essentials": "^8.2.9",
"@storybook/addon-interactions": "^8.2.9",
"@storybook/addon-links": "^8.2.9",
"@storybook/addon-onboarding": "^8.2.9",
"@storybook/blocks": "^8.2.9",
"@storybook/nextjs": "^8.2.9",
"@storybook/react": "^8.2.9",
"@storybook/test": "^8.2.9",
"@chromatic-com/storybook": "2.0.2",
"@next/bundle-analyzer": "^14.2.11",
"@next/eslint-plugin-next": "^14.2.11",
"@storybook/addon-essentials": "^8.3.1",
"@storybook/addon-interactions": "^8.3.1",
"@storybook/addon-links": "^8.3.1",
"@storybook/addon-onboarding": "^8.3.1",
"@storybook/blocks": "^8.3.1",
"@storybook/nextjs": "^8.3.1",
"@storybook/react": "^8.3.1",
"@storybook/test": "^8.3.1",
"@svgr/webpack": "^8.1.0",
"@types/react": "^18.3.5",
"@types/react": "^18.3.6",
"critters": "^0.0.24",
"cross-env": "^7.0.3",
"eslint": "8.57.0",
"eslint-config-next": "^14.2.8",
"eslint-config-next": "^14.2.11",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-storybook": "^0.8.0",
"lefthook": "^1.7.15",
"local-ssl-proxy": "^2.0.5",
"prettier": "^3.3.3",
"serwist": "9.0.7",
"storybook": "^8.2.9"
"storybook": "^8.3.1"
},
"pnpm": {
"overrides": {
Expand Down
Loading

1 comment on commit 7732483

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

Lighthouse ran on https://satus-j73osxqv5-darkroom-engineering.vercel.app/"

Please sign in to comment.