Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert "chore: move type deps into devDependencies (#2843)" #2897

Closed
wants to merge 1 commit into from
Closed

Revert "chore: move type deps into devDependencies (#2843)" #2897

wants to merge 1 commit into from

Conversation

stianjensen
Copy link
Contributor

This reverts commit cbff5da.

This fixes #2889

@stianjensen
Copy link
Contributor Author

Optionally, I can only move back d3-scale from devDependencies if you prefer.

@jmfrancois
Copy link
Contributor

jmfrancois commented Jul 20, 2022

Edit: After discussion it seems ok to accept this PR, no other possible choices

Copy link
Contributor

@jmfrancois jmfrancois left a comment

Choose a reason for hiding this comment

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

please update the PR with merged upgrade of d3

Comment on lines +57 to +59
"@types/d3-interpolate": "^2.0.0",
"@types/d3-scale": "^3.0.0",
"@types/d3-shape": "^2.0.0",
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
"@types/d3-interpolate": "^2.0.0",
"@types/d3-scale": "^3.0.0",
"@types/d3-shape": "^2.0.0",
"@types/d3-interpolate": "^3.0.0",
"@types/d3-scale": "^4.0.0",
"@types/d3-shape": "^3.0.0",

Copy link
Contributor

Choose a reason for hiding this comment

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

also need to update the package-lock please

@arcthur
Copy link
Member

arcthur commented Jul 28, 2022

already update

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.

Types have been removed from devDependencies
3 participants