Skip to content

Commit

Permalink
fix(deps): update react monorepo to v19 (#121)
Browse files Browse the repository at this point in the history
* fix(deps): update react monorepo to v19

* Update config files for Next.js and Tailwind CSS

* Run prettier

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Lukas Prochazka <prochazka.lu@gmail.com>
  • Loading branch information
renovate[bot] and ProchaLu authored Jan 8, 2025
1 parent 9b847bf commit bc55587
Show file tree
Hide file tree
Showing 6 changed files with 72 additions and 82 deletions.
2 changes: 1 addition & 1 deletion next-env.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
/// <reference types="next/image-types/global" />

// NOTE: This file should not be edited
// see https://nextjs.org/docs/basic-features/typescript for more information.
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.
4 changes: 1 addition & 3 deletions next.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
swcMinify: true,
};
const nextConfig = {};

export default nextConfig;
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"formik": "^2.4.2",
"next": "^15.0.0",
"next-themes": "^0.4.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-google-recaptcha": "^3.0.0",
"server-only": "^0.0.1",
"sharp": "^0.33.0",
Expand All @@ -31,8 +31,8 @@
"@octokit/graphql-schema": "15.25.0",
"@playwright/test": "^1.37.0",
"@types/node": "22.10.4",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@types/react": "19.0.3",
"@types/react-dom": "19.0.2",
"@types/react-google-recaptcha": "2.1.9",
"@types/sharp": "0.32.0",
"autoprefixer": "^10.4.14",
Expand Down
135 changes: 63 additions & 72 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ const config = {
plugins: [],
};

module.exports = config;
export default config;
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
{
"name": "next"
}
]
],
"jsx": "preserve"
},
"include": [
"**/*.ts",
Expand Down

0 comments on commit bc55587

Please sign in to comment.