mtc2018-web icon indicating copy to clipboard operation
mtc2018-web copied to clipboard

Mercari Tech Conf 2018

Results 5 mtc2018-web issues
Sort by recently updated
recently updated
newest added

Bumps [next](https://github.com/zeit/next.js) from 7.0.2 to 9.3.2. Release notes Sourced from next's releases. v9.3.2 This upgrade is completely backwards compatible and recommended for all users on versions below 9.3.2. For future...

dependencies

Bumps [acorn](https://github.com/acornjs/acorn) from 5.7.3 to 5.7.4. Commits 6370e90 Mark version 5.7.4 fbc15b1 More rigorously check surrogate pairs in regexp validator See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=acorn&package-manager=npm_and_yarn&previous-version=5.7.3&new-version=5.7.4)](https://help.github.com/articles/configuring-automated-security-fixes) Dependabot...

dependencies

Bumps [mixin-deep](https://github.com/jonschlinkert/mixin-deep) from 1.3.1 to 1.3.2. Commits - [`754f0c2`](https://github.com/jonschlinkert/mixin-deep/commit/754f0c20e1bc13ea5a21a64fbc7d6ba5f7b359b9) 1.3.2 - [`90ee1fa`](https://github.com/jonschlinkert/mixin-deep/commit/90ee1fab375fccfd9b926df718243339b4976d50) ensure keys are valid when mixing in values - See full diff in [compare view](https://github.com/jonschlinkert/mixin-deep/compare/1.3.1...1.3.2) Maintainer changes This...

dependencies

Next.jsのstatic exportを使ってサーバーなしの静的ファイルにしたい そのためもろもろの依存をアップデートしたいけどなかなか大変だ

Next.jsのstatic HTML export機能を使って静的ファイルに落とし込む ## TODO - [x] i18nextでNext.js static exportできるような実装に修正する - https://github.com/i18next/react-i18next/issues/509 - [ ] 画像パスが間違ってしまうのを修正する - `/static/` なのか `/2018/static/` なのかの議論がある気がする