-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# Migrate to React 18.3 ## ♻️ Current situation & Problem The project is currently using React 17, which is now deprecated. As a result, security updates cannot be applied, and other dependencies also cannot be added or upgraded since they require React 18 or above. ## ⚙️ Release Notes - Migrates the project to React 18.3, which is still supported, and updates dependencies including react-router, react-dnd, react-dnd-html5-backend, react-i18next, and typescript. - Fixes eslint warnings / typescript errors. ### Code of Conduct & Contributing Guidelines By submitting creating this pull request, you agree to follow our [Code of Conduct](https://github.com/StanfordBDHG/.github/blob/main/CODE_OF_CONDUCT.md) and [Contributing Guidelines](https://github.com/StanfordBDHG/.github/blob/main/CONTRIBUTING.md): - [X] I agree to follow the [Code of Conduct](https://github.com/StanfordBDHG/.github/blob/main/CODE_OF_CONDUCT.md) and [Contributing Guidelines](https://github.com/StanfordBDHG/.github/blob/main/CONTRIBUTING.md).
- Loading branch information
1 parent
9d70f38
commit 6e8033d
Showing
13 changed files
with
21,727 additions
and
27,009 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
module.exports = { | ||
extends: ['react-app'], | ||
plugins: ['jest'], | ||
env: { | ||
'jest/globals': true | ||
}, | ||
root: true | ||
}; |
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
Phoenix Contributors | ||
================================= | ||
|
||
* [Vishnu Ravi](https://github.com/vishnuravi) | ||
* [Lukas Kollmer](https://github.com/lukaskollmer) | ||
|
||
This project was originally forked from https://github.com/helsenorge/structor in August 2022. |
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.