Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

yarnからnpmへ移行、各種アプデ対応 #70

Merged
merged 17 commits into from
Oct 14, 2023

Commits on Oct 14, 2023

  1. Configuration menu
    Copy the full SHA
    d005871 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    78f062b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    185d811 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    41055ab View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8695e11 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2a64c58 View commit details
    Browse the repository at this point in the history
  7. update: Docusaurusのアプデ(#69)

    - @docusaurus/core: 2.4.0 -> 2.4.3
    - @docusaurus/preset-classic: 2.4.0 -> 2.4.3
    - @docusaurus/module-type-aliases: 2.4.0 -> 2.4.3
    h-yoshikawa44 committed Oct 14, 2023
    Configuration menu
    Copy the full SHA
    62c4741 View commit details
    Browse the repository at this point in the history
  8. update: @mdx-js/react, clsxのアプデ(#69)

    - @mdx-js/react: 1.6.22 -> 2.3.0
    - clsx: 1.2.1 -> 2.0.0
    h-yoshikawa44 committed Oct 14, 2023
    Configuration menu
    Copy the full SHA
    c64a365 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4ad0f3c View commit details
    Browse the repository at this point in the history
  10. update: ESLintのアプデ(#69)

    - ESLint: 8.39.0 -> 8.51.0
    - eslint-plugin-import: 2.27.5 -> 2.28.1
    - eslint-plugin-react: 7.32.2 -> 7.33.2
    h-yoshikawa44 committed Oct 14, 2023
    Configuration menu
    Copy the full SHA
    9c2460b View commit details
    Browse the repository at this point in the history
  11. update: Prettierのアプデ + コマンド修正(#69)

    - Prettier: 2.8.8 -> 3.0.3
    - eslint-config-prettier: 8.8.0 -> 9.0.0
    h-yoshikawa44 committed Oct 14, 2023
    Configuration menu
    Copy the full SHA
    da971c3 View commit details
    Browse the repository at this point in the history
  12. update: GitHooksパッケージのアプデ(#69)

    - simple-git-hooks: 2.8.1 -> 2.9.0
    - lint-staged: 13.2.2 -> 14.0.1
    h-yoshikawa44 committed Oct 14, 2023
    Configuration menu
    Copy the full SHA
    65ed3ad View commit details
    Browse the repository at this point in the history
  13. update: Textlintのアプデ(#69)

    - Textlint: 13.3.2 -> 13.3.3
    - textlint-rule-preset-ja-technical-writing: 7.0.0 -> 8.0.0
    h-yoshikawa44 committed Oct 14, 2023
    Configuration menu
    Copy the full SHA
    2b04bd1 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    a9bb876 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    d3e8b80 View commit details
    Browse the repository at this point in the history
  16. fix: npm iしなおした(#69)

    npm ciが失敗していたので。
    h-yoshikawa44 committed Oct 14, 2023
    Configuration menu
    Copy the full SHA
    8d8d5aa View commit details
    Browse the repository at this point in the history
  17. outdate: @mdx-js/react 2.3.0 -> 1.6.22(#69)

    Docusaurus 2.4.3の時点では、どうもこのバージョンが上限らしい。
    依存関係にはないが、アプデするとマークダウンページ表示時にエラーになってしまう。
    h-yoshikawa44 committed Oct 14, 2023
    Configuration menu
    Copy the full SHA
    2349baf View commit details
    Browse the repository at this point in the history