Skip to content

Upgrade project dependencies#212

Open
MikeChongCan wants to merge 1 commit intomainfrom
feature/upgrade-dependencies
Open

Upgrade project dependencies#212
MikeChongCan wants to merge 1 commit intomainfrom
feature/upgrade-dependencies

Conversation

@MikeChongCan
Copy link
Owner

This commit upgrades Python and frontend dependencies to their latest or compatible versions.

Python:

  • Updated dependencies in requirements.txt, tests/requirements-test.txt, and docs/requirements-rtfd.txt.
  • All versions have been pinned.
  • Playwright browser binaries were also updated.

Frontend:

  • Updated dependencies in frontend/package.json using npm-check-updates.
  • React was pinned to ^18.2.0 to maintain compatibility with react-simple-maps.

Testing:

  • Backend tests (pytest) all pass.
  • Frontend builds (npm run build and npm run build:scylla:prod) are successful.
  • Documentation (make html in docs) builds successfully.

Thank you very much for contributing to this project. You are making the world better! 🎉
You might following this template but it is not mandatory.

Proposed Changes

This commit upgrades Python and frontend dependencies to their latest or compatible versions.

Python:
- Updated dependencies in `requirements.txt`, `tests/requirements-test.txt`, and `docs/requirements-rtfd.txt`.
- All versions have been pinned.
- Playwright browser binaries were also updated.

Frontend:
- Updated dependencies in `frontend/package.json` using `npm-check-updates`.
- React was pinned to `^18.2.0` to maintain compatibility with `react-simple-maps`.

Testing:
- Backend tests (pytest) all pass.
- Frontend builds (`npm run build` and `npm run build:scylla:prod`) are successful.
- Documentation (`make html` in docs) builds successfully.
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.

1 participant