Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
CiotkaCierpienia committed Aug 27, 2024
1 parent 8a00f85 commit f1a79c1
Show file tree
Hide file tree
Showing 4 changed files with 2,825 additions and 305 deletions.
2 changes: 1 addition & 1 deletion components/Header.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const Header = () => (
alt="Flotiq"
width={252}
height={48}
layout="responsive"
style={{ width: '100%', height: 'auto' }}
/>
</Link>
</div>
Expand Down
5 changes: 1 addition & 4 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ module.exports = withPlugins(
withTM,
[
withImages,
{
exclude: /\.svg$/,
},
],
],

Expand All @@ -26,7 +23,7 @@ module.exports = withPlugins(
imageSizes: [16, 32, 48, 64, 96, 128, 256, 384],
dangerouslyAllowSVG: true,
disableStaticImages: true,
domains: ['api.flotiq.com'],
remotePatterns: [{ hostname: 'api.flotiq.com' }],
},
webpack: (config, options) => {
if (!options.isServer) {
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,25 +12,25 @@
"lint": "next lint"
},
"dependencies": {
"@fontsource/lato": "^5.0.21",
"@fontsource/lato": "^5.0.22",
"@headlessui/react": "^1.7.19",
"@heroicons/react": "1.0.6",
"@popperjs/core": "^2.11.8",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.14",
"dotenv": "^16.4.5",
"flotiq-components-react": "^1.2.2",
"next": "^14.2.5",
"flotiq-components-react": "^2.0.0",
"next": "^14.2.6",
"next-compose-plugins": "^2.2.1",
"next-images": "^1.8.5",
"next-runtime-dotenv": "^1.5.1",
"next-transpile-modules": "^10.0.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-helmet": "^6.1.0",
"sharp": "^0.33.4",
"sharp": "^0.33.5",
"typescript": "^5.5.4",
"webpack": "^5.93.0"
"webpack": "^5.94.0"
},
"devDependencies": {
"@babel/core": "^7.25.2",
Expand All @@ -39,13 +39,13 @@
"@babel/plugin-transform-react-jsx": "^7.25.2",
"@babel/preset-react": "^7.24.7",
"@hot-loader/react-dom": "17.0.2",
"@typescript-eslint/parser": "^8.1.0",
"@typescript-eslint/parser": "^8.3.0",
"autoprefixer": "^10.4.20",
"babel-eslint": "^10.1.0",
"cross-env": "^7.0.3",
"eslint": "^8.57.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-next": "14.2.5",
"eslint-config-next": "14.2.6",
"eslint-config-react-app": "^7.0.1",
"eslint-plugin-flowtype": "^8.0.3",
"eslint-plugin-import": "^2.29.1",
Expand Down
Loading

0 comments on commit f1a79c1

Please sign in to comment.