-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# Pull Request Template ## Title Recommendations for the title: * use the imperative, present tense: "change" not "changed" nor "changes" * don't capitalize the first letter * no dot (.) at the end ## Description Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change. ## Labels It is recommended to label the PRs, this will help to generate the release notes in a meaningful way. Here is a list of labels that can be used and the group in the release notes they will be added to: * Features: feature, enhancement * Bug fixes: fix, bugfix, bug * Maintenance: chore, task, docs, refactor * Documentation: docs * Improvements: performance, test * CI & Build: ci, build
- Loading branch information
Showing
3 changed files
with
46 additions
and
97 deletions.
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
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 |
---|---|---|
|
@@ -50,6 +50,5 @@ | |
"undici": "^5.22.1", | ||
"vite": "^3.1.0", | ||
"vite-tsconfig-paths": "^3.5.0" | ||
}, | ||
"packageManager": "yarn@3.2.3" | ||
} | ||
} |