Skip to content

Commit

Permalink
Bump next from 14.2.12 to 15.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtekmaj committed Oct 22, 2024
1 parent 0815ad4 commit 5a4c70b
Show file tree
Hide file tree
Showing 8 changed files with 722 additions and 164 deletions.
2 changes: 1 addition & 1 deletion sample/next-app/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/building-your-application/configuring/typescript for more information.
5 changes: 0 additions & 5 deletions sample/next-app/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,6 @@ const nextConfig = {
},
},
},
/**
* Critical: prevents ''import', and 'export' cannot be used outside of module code" error
* See https://github.com/vercel/next.js/pull/66817
*/
swcMinify: false,
};

export default nextConfig;
2 changes: 1 addition & 1 deletion sample/next-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"license": "MIT",
"dependencies": {
"@wojtekmaj/react-hooks": "^1.20.0",
"next": "^14.2.12",
"next": "^15.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-pdf": "latest"
Expand Down
Loading

0 comments on commit 5a4c70b

Please sign in to comment.