Skip to content

Commit

Permalink
chore: move type deps into devDependencies (#2843)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmfrancois committed May 2, 2022
1 parent 04942dd commit cbff5da
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 12 deletions.
30 changes: 21 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -54,9 +54,6 @@
"react-dom": "^16.0.0 || ^17.0.0"
},
"dependencies": {
"@types/d3-interpolate": "^2.0.0",
"@types/d3-scale": "^3.0.0",
"@types/d3-shape": "^2.0.0",
"classnames": "^2.2.5",
"d3-interpolate": "^2.0.0",
"d3-scale": "^3.0.0",
Expand All @@ -83,6 +80,9 @@
"@babel/preset-typescript": "^7.6.0",
"@babel/runtime": "^7.6.3",
"@types/classnames": "^2.2.9",
"@types/d3-interpolate": "^2.0.0",
"@types/d3-scale": "^3.0.0",
"@types/d3-shape": "^2.0.0",
"@types/lodash": "^4.14.144",
"@types/react": "^16.0.0",
"@types/react-dom": "^16.0.0",
Expand Down

0 comments on commit cbff5da

Please sign in to comment.