-
Notifications
You must be signed in to change notification settings - Fork 68
Open
Labels
Good First IssueIssues which are beginner friendly and will give a starting understanding about the repoIssues which are beginner friendly and will give a starting understanding about the repohacktoberfest
Description
Summary
Update the versions of monaco-editor ,react-pdf and react-window packages
Type
Enhancement
Context
The following packages in package.json file have outdated versions, these packages should be updated to ensure smooth functioning.
Packages to update:
-
monaco-editor
-
react-pdf
-
react-window
Starter tasks
- Update the package using the command
npm install <package_name>@latest
-
Check if the version has been updated in the package.json file.
-
Test ReScript compilation with
npm run re:startafter each
update. -
Test application functionality with
npm run startafter
each update. -
Verify functionality in the files and components where these packages (monaco-editor ,react-pdf and react-window) are being used.
Expected
The specified packages should be
updated to their latest compatible versions while maintaining
full application functionality.
Acceptance criteria
- Updated packagest to their latest versions
- Tested ReScript compilation after each update:
npm run re:start - Tested application startup and functionality after each
update:npm run start - Documented any compatibility issues encountered
- Code formatted using
npx prettier --write .
Relevant Files
Mentor contact
Helpful Docs
Pre-flight
- I read the Contributing Guide and setup
- I searched existing issues and PRs
Metadata
Metadata
Assignees
Labels
Good First IssueIssues which are beginner friendly and will give a starting understanding about the repoIssues which are beginner friendly and will give a starting understanding about the repohacktoberfest