Skip to content

Commit

Permalink
Merge pull request #53 from slvstr-dev/feature/add-updated-dependencies
Browse files Browse the repository at this point in the history
Update dependencies & codegen
  • Loading branch information
slvstr-dev authored Nov 11, 2023
2 parents 3b8585e + 1159f47 commit 937b3be
Show file tree
Hide file tree
Showing 6 changed files with 14,128 additions and 13,723 deletions.
22 changes: 17 additions & 5 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,23 @@ const withNextIntl = require('next-intl/plugin')();

module.exports = withNextIntl({
images: {
domains: [
'placehold.co',
'opengraph.githubassets.com',
'raw.githubusercontent.com',
'avatars.githubusercontent.com',
remotePatterns: [
{
protocol: 'https',
hostname: 'placehold.co',
},
{
protocol: 'https',
hostname: 'opengraph.githubassets.com',
},
{
protocol: 'https',
hostname: 'raw.githubusercontent.com',
},
{
protocol: 'https',
hostname: 'avatars.githubusercontent.com',
},
],
},
});
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,37 +31,37 @@
"@radix-ui/react-navigation-menu": "^1.1.4",
"@vercel/analytics": "^1.1.0",
"framer-motion": "^10.16.4",
"next": "13.5.6",
"next": "14.0.2",
"next-intl": "3.0.0-beta.9",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.47.0",
"react-hook-form": "^7.48.2",
"zod": "3.22.4"
},
"devDependencies": {
"@2digits/prettier-config": "^0.9.4",
"@storybook/addon-essentials": "^7.4.6",
"@storybook/addon-interactions": "^7.4.6",
"@storybook/addon-links": "^7.4.6",
"@storybook/blocks": "^7.4.6",
"@storybook/nextjs": "^7.4.6",
"@storybook/react": "^7.4.6",
"@storybook/addon-essentials": "^7.5.3",
"@storybook/addon-interactions": "^7.5.3",
"@storybook/addon-links": "^7.5.3",
"@storybook/blocks": "^7.5.3",
"@storybook/nextjs": "^7.5.3",
"@storybook/react": "^7.5.3",
"@storybook/testing-library": "^0.2.2",
"@types/node": "20.8.7",
"@types/react": "18.2.30",
"@types/react-dom": "18.2.14",
"@types/node": "20.9.0",
"@types/react": "18.2.37",
"@types/react-dom": "18.2.15",
"autoprefixer": "10.4.16",
"clsx": "^2.0.0",
"eslint": "8.51.0",
"eslint-config-next": "13.5.6",
"eslint": "8.53.0",
"eslint-config-next": "14.0.2",
"eslint-plugin-storybook": "^0.6.14",
"postcss": "8.4.31",
"prettier": "^2.8.8",
"storybook": "^7.5.1",
"tailwind-merge": "^1.14.0",
"tailwind-variants": "^0.1.14",
"tailwindcss": "3.3.3",
"storybook": "^7.5.3",
"tailwind-merge": "^2.0.0",
"tailwind-variants": "^0.1.18",
"tailwindcss": "3.3.5",
"typescript": "5.2.2"
},
"packageManager": "pnpm@8.8.0"
"packageManager": "pnpm@8.10.2"
}
Loading

0 comments on commit 937b3be

Please sign in to comment.