Skip to content

GFI: Update the versions of monaco-editor ,react-pdf and react-window packages #3628

@Muditbhatia12

Description

@Muditbhatia12

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

  1. Update the package using the command
 npm install <package_name>@latest
  1. Check if the version has been updated in the package.json file.

  2. Test ReScript compilation with npm run re:start after each
    update.

  3. Test application functionality with npm run start after
    each update.

  4. 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

@Muditbhatia12

Helpful Docs

Pre-flight

  • I read the Contributing Guide and setup
  • I searched existing issues and PRs

Metadata

Metadata

Assignees

No one assigned

    Labels

    Good First IssueIssues which are beginner friendly and will give a starting understanding about the repohacktoberfest

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions