Skip to content
This repository has been archived by the owner on Aug 8, 2024. It is now read-only.

Commit

Permalink
Bump next from 13.5.4 to 14.1.1 in /frontend (#29)
Browse files Browse the repository at this point in the history
* Bump next from 13.5.4 to 14.1.1 in /frontend

Bumps [next](https://github.com/vercel/next.js) from 13.5.4 to 14.1.1.
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](vercel/next.js@v13.5.4...v14.1.1)

---
updated-dependencies:
- dependency-name: next
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

* update snapshot

* fix

* update snapshot

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Masashi Tomooka <tmokmss@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and tmokmss authored May 10, 2024
1 parent f681ba9 commit f80228a
Show file tree
Hide file tree
Showing 4 changed files with 2,522 additions and 1,586 deletions.
1 change: 1 addition & 0 deletions frontend/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
const nextConfig = {
reactStrictMode: true,
swcMinify: true,
output: 'export',
webpack: (config, options) => {
config.externals.push('mapbox-gl');
return config;
Expand Down
Loading

0 comments on commit f80228a

Please sign in to comment.