Commit Graph

6 Commits

Author SHA1 Message Date
tecc
dbb6e75810
chore(deps)!: Update to Next.js 12 and other dependencies
Next.js@12: Next.js 12 should provide better performance and stuffs.

.babelrc: .babelrc has been removed to take advantage of Next.js' SWC backend (which offers faster build times) - if the file was still present, Babel would automatically be chosen over SWC.

.yarnclean: Commented out the "images" yarnclean directive, as it was causing issues with Next.js.

next-pwa: next-pwa has been updated, and next.config.js has been updated to use its newer API.

react: React has been updated to React 18. The @types package could not use the latest version due to some issues with the package itself.

rich-markdown-editor: rich-markdown-editor could not be updated due to issues with theming.

BREAKING-CHANGE: Next.js and React have been upgraded to their later versions.
2022-09-05 16:40:28 +02:00
tecc
f1898cc133
refactor(style): The Big Reformat, part 2
reformat: All files have been reformatted.
2022-09-04 01:25:31 +02:00
liqingwei
d392e16300 chore: fix tsconfig 2021-08-16 10:45:12 +08:00
liqingwei
1cbee8f2dd feat: store notes 2021-03-02 14:08:34 +08:00
liqingwei
26561953d3 feat: sidebar 2021-02-16 11:47:07 +08:00
liqingwei
2e75ff0391 feat: init 2021-02-13 18:16:27 +08:00