22 Commits

Author SHA1 Message Date
812cbb6efc refactor(cli): remove and update dependencies
This commit removes deprecated dependencies from the CLI and updates the yarn.lock file to reflect these changes. It also adds new dependencies that are needed for the project. The dependencies removed are "@types/mocha", "ansi-colors", "browser-stdout", "camelcase", "chokidar", "cliui", "debug", "decamelize", "diff", "find-up", "flat", "glob", "he", and "is-plain-obj". The dependencies added include "@types/treeify", "cli-cursor", "emoji-regex", "is-interactive", "is-unicode-supported",
2024-06-06 22:09:13 +09:00
811f0ff580 fix: downgrade yarn version and update yarn.lock
This commit downgrades yarn from version 4.2.2 to 3.8.2, updating yarn.lock and package.json files. The various checksum changes within the yarn.lock file reflect updated package dependencies. This helps to maintain consistency in the project.
2024-06-06 20:11:45 +09:00
3c5d2abc27 fix: downgrade yarn version and update yarn.lock
This commit downgrades yarn from version 4.2.2 to 3.8.2, updating yarn.lock and package.json files. The various checksum changes within the yarn.lock file reflect updated package dependencies. This helps to maintain consistency in the project.
2024-06-06 20:08:03 +09:00
2303b1a5b1 chore: upgrade electron-to-chromium to v1.4.792
Upgraded electron-to-chromium from v1.4.791 to v1.4.792 for better performance and stability. Update was reflected in yarn.lock file.
2024-06-06 19:43:21 +09:00
2891e26203 feat: add build and development scripts and upgrade dependencies
This commit adds new build and development scripts to package.json. It features 'react:build', 'react:dev' and 'cli:build' scripts. The 'yarn.lock' file has been significantly updated to include new packages and dependencies for "@aws-sdk/client-cloudfront", "@aws-sdk/client-s3" and few others. This ensures proper and up-to-date packages management for an efficient development environment.
2024-06-06 19:01:23 +09:00
92b64405a4 feat: upgrade typescript version
The typescript version was upgraded from 5.3.2 to 5.4.5 in the react package.json and yarn.lock files. This update will introduce any new features and fixes from the latest typescript version.
2024-06-06 00:16:07 +09:00
3750de01e2 refactor: remove rehype-highlight plugin 2024-06-04 22:35:27 +09:00
a4b7978110 feat: add react-syntax-highlighter instead 2024-06-04 11:50:25 +09:00
65b27a8f15 fix: drop react-highlight due to deprecated 2024-06-04 11:49:53 +09:00
0e5fd863b0 feat: apply react-highlight in LoadedCode 2024-06-03 23:12:26 +09:00
95ec9ef6d0 feat: add vite-plugin-dynamic-import 2024-06-03 22:56:24 +09:00
a042157626 feat: add rehype-slug & @stefanprobst/rehype-extract-toc to provide toc 2024-06-02 06:56:59 +09:00
a431542019 feat: add remark-gfm to support table 2024-06-02 01:53:45 +09:00
0351c9aa2b fix: upgrade typescript version 2024-06-01 08:20:04 +09:00
de695f02e9 feat: add highlightjs in dependency 2024-06-01 07:47:58 +09:00
4f2884077a feat: add rehype-highlight to support code block syntax highlighting 2024-06-01 02:32:14 +09:00
ca2ab0cead feat: add tailwind typography for mdx styling 2024-06-01 01:10:48 +09:00
4429f5233e fix: add node type 2024-06-01 00:46:19 +09:00
30abb02750 fix: remove storybook 2024-05-31 21:15:27 +09:00
5d0ee14098 feat: add mdx 2024-05-31 21:08:54 +09:00
28f84778bf feat: add base docs template 2024-05-19 09:41:59 +09:00
f7013ae546 feat: add basic setup for storybook 2024-05-18 21:11:11 +09:00