Skip to content

Conversation

taigakiyokawa
Copy link
Member

@taigakiyokawa taigakiyokawa commented Apr 2, 2023

概要

package.json にて、いくつかの依存関係のバージョンに ^ が付与されていたのを削除して再インストールして yarn.lock を更新しました。また、再発防止のために .npmrc を作成して save-exact=true を設定しました。

ref: #183 (comment)

変更内容

  • chore: Install deps with exact version
  • chore: Add a config save-exact=true in .npmrc

動作確認

ローカルで適当な deps を yarn add してみて prefix なしのバージョンで追加されたことを確認しました。

Copy link
Contributor

@maito1201 maito1201 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ありがとうございます LGTM

@maito1201 maito1201 merged commit a16ef0c into develop Apr 2, 2023
@taigakiyokawa taigakiyokawa deleted the deps-version-fixed branch April 2, 2023 13:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants