Skip to content
GitLab
    • Explore Projects Groups Snippets
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • C create-react-app
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 1,547
    • Issues 1,547
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 417
    • Merge requests 417
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Meta
  • create-react-app
  • Merge requests
  • !12457

update `react-dev-utils` `peerDependencies`

  • Review changes

  • Download
  • Email patches
  • Plain diff
Open Administrator requested to merge github/fork/CharlesStover/001 into main 3 years ago
  • Overview 0
  • Commits 1
  • Pipelines 0
  • Changes 1

Created by: CharlesStover

Resolves this warning on install by adding the peer dependencies as defined by fork-ts-checker-webpack-plugin in its package.json file.

➤ YN0002: │ react-dev-utils@npm:12.0.1 doesn't provide typescript (p59348), requested by fork-ts-checker-webpack-plugin
➤ YN0002: │ react-dev-utils@npm:12.0.1 doesn't provide webpack (p1012e), requested by fork-ts-checker-webpack-plugin
Compare
  • version 1
    b808f275
    2 years ago

  • main (HEAD)

and
  • latest version
    b808f275
    1 commit, 2 years ago

  • version 1
    b808f275
    1 commit, 2 years ago

1 file
+ 4
- 0

    Preferences

    File browser
    Compare changes
packages/react-dev-utils/package.json
+ 4
- 0
  • View file @ c5467493

  • Edit in single-file editor

  • Open in Web IDE


@@ -81,6 +81,10 @@
"cross-env": "^7.0.3",
"jest": "^27.4.3"
},
"peerDependencies": {
"typescript": ">3.6.0",
"webpack": "^5.11.0"
},
"scripts": {
"test": "cross-env FORCE_COLOR=true jest"
}
0 Assignees
None
Assign to
0 Reviewers
None
Request review from
Labels
1
CLA Signed
1
CLA Signed
    Assign labels
  • Manage project labels

Milestone
No milestone
None
None
Time tracking
No estimate or time spent
Lock merge request
Unlocked
1
1 participant
Administrator
Reference: facebook/create-react-app!12457
Source branch: github/fork/CharlesStover/001

Menu

Explore Projects Groups Snippets