-
Notifications
You must be signed in to change notification settings - Fork 312
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
Update: 依存関係を更新する #2360
Merged
Merged
Update: 依存関係を更新する #2360
Changes from all commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
d389e1f
Update: Node.jsを22に上げる
sevenc-nanashi 33518b7
Delete: ts-nodeを消す
sevenc-nanashi 2996af4
Change: とりあえずtsにする
sevenc-nanashi f2f8375
Change: scriptsに動かす
sevenc-nanashi 0a9c9fb
Change: download7z.mtsを書き換える
sevenc-nanashi 56ebfb5
Change: downloadTypos.mtsを書き換える
sevenc-nanashi 6402251
Change: generateLicenses.mtsを書き直す
sevenc-nanashi de0b48e
Change: mergeLicenses.mtsを書き直す
sevenc-nanashi 3716ebf
Delete: 不要なts-checkを消す
sevenc-nanashi ecdcdd2
Update: 色々と更新
sevenc-nanashi c8afeba
Fix: dirnameをesm仕様にする
sevenc-nanashi 1cf626d
Update: 脆弱性で怒られていたのを直す
sevenc-nanashi 43a4521
Update: sassのdeprecation周りを更新
sevenc-nanashi eec10be
Fix: :deepの警告を直す
sevenc-nanashi 63853a9
Merge: upstream/main -> update/node-22
sevenc-nanashi 839790b
Fix: ライセンスのパスを修正
sevenc-nanashi d486ec8
Fix: electronのエントリーポイントのパスを修正
sevenc-nanashi 4626132
Add: globalTimeoutを追加
sevenc-nanashi 5f7ab80
Update: storybookのバージョン不一致を直す
sevenc-nanashi c4ce99d
Revert: build下周りの変更をRevert
sevenc-nanashi c8855a2
Add: node-fetchを依存に明示する
sevenc-nanashi 8ac4dc7
Revert: scripts周りをrevert
sevenc-nanashi 031c81f
Fix; node-fetchをv2に落とす
sevenc-nanashi 3254faa
Delete: 不要なpathを削除
sevenc-nanashi File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
20.12.2 | ||
22.11.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,14 @@ | ||
[ | ||
{"name": "dummy name1", "version": "0.0.1", "license": "dummy license1", "text": "dummy text1"}, {"name": "dummy name2", "version": "0.0.2", "license": "dummy license2", "text": "dummy text2"} | ||
{ | ||
"name": "dummy name1", | ||
"version": "0.0.1", | ||
"license": "dummy license1", | ||
"text": "dummy text1" | ||
}, | ||
{ | ||
"name": "dummy name2", | ||
"version": "0.0.2", | ||
"license": "dummy license2", | ||
"text": "dummy text2" | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
experimental-addon-testと競合するので消しました。