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

move dependencies to devDependencies #1758

Merged
merged 3 commits into from
Aug 9, 2023

Conversation

gdamjan
Copy link
Contributor

@gdamjan gdamjan commented Jul 30, 2023

  • typescript was already in devDependencies
  • dependencies used only by the frontend widget are only devDependencies, and are not required by the backend (at runtime):
    • react
    • react-dom
    • matrix-widget-api
    • url-join
    • classnames
  • cross-fetch is only used in tests

Signed-off-by: Damjan Georgievski gdamjan@gmail.com

@gdamjan gdamjan requested a review from a team as a code owner July 30, 2023 02:15
* typescript was already in devDependencies
* dependencies used only by the frontend widget are only devDependencies,
  and are not required by the backend (at runtime):
  - react
  - react-dom
  - matrix-widget-api
  - url-join
  - classnames
* cross-fetch is only used in tests

Signed-off-by: Дамјан Георгиевски <gdamjan@gmail.com>
Copy link
Contributor

@Half-Shot Half-Shot left a comment

Choose a reason for hiding this comment

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

Nice catches!

I think this will be good to go as soon as reviews pass.

@gdamjan
Copy link
Contributor Author

gdamjan commented Aug 7, 2023

is, the sign-off check having issues with my cyrillic name!? :D

@Half-Shot
Copy link
Contributor

is, the sign-off check having issues with my cyrillic name!? :D

The regex should be reasonably sensible these days...ugh. https://github.com/matrix-org/backend-meta/blob/release/v2/.github/workflows/sign-off.yml#L27

@Half-Shot Half-Shot merged commit d5efc41 into matrix-org:develop Aug 9, 2023
12 checks passed
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.

None yet

2 participants