Skip to content

Fix peerDependencies for babel-eslint-parser#17784

Closed
coderaiser wants to merge 1 commit intobabel:mainfrom
coderaiser:patch-2
Closed

Fix peerDependencies for babel-eslint-parser#17784
coderaiser wants to merge 1 commit intobabel:mainfrom
coderaiser:patch-2

Conversation

@coderaiser
Copy link
Copy Markdown
Contributor

Fixed version of @babel/core and added ESLint v10

Q                       A
Fixed Issues? Fixes #1, Fixes #2
Patch: Bug Fix?
Major: Breaking Change?
Minor: New Feature?
Tests Added + Pass? Yes
Documentation PR Link
Any Dependency Changes?
License MIT

"peerDependencies": {
"@babel/core": "^7.11.0",
"eslint": "^9.0.0"
"@babel/core": "workspace:^",
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

For peer dependency we don't use "workspace", because we don't want it to automatically track the latest.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

We'll fix all the peer dep ranges with 8.0.0 stable, for now it's going to be a bit annoying, sorry 😅

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.

2 participants