Skip to content

Commit

Permalink
Revert "chore: move type deps into devDependencies (#2843)" (#2942)
Browse files Browse the repository at this point in the history
  • Loading branch information
stianjensen committed Aug 22, 2022
1 parent da6b9e2 commit 2f1a6e9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 24 deletions.
30 changes: 9 additions & 21 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 @@ -55,6 +55,9 @@
"react-dom": "^16.0.0 || ^17.0.0 || ^18.0.0"
},
"dependencies": {
"@types/d3-interpolate": "^3.0.1",
"@types/d3-scale": "^4.0.2",
"@types/d3-shape": "^3.1.0",
"classnames": "^2.2.5",
"d3-interpolate": "^3.0.1",
"d3-scale": "^4.0.2",
Expand All @@ -81,9 +84,6 @@
"@babel/preset-typescript": "^7.6.0",
"@babel/runtime": "^7.6.3",
"@types/classnames": "^2.2.9",
"@types/d3-interpolate": "^3.0.1",
"@types/d3-scale": "^4.0.2",
"@types/d3-shape": "^3.1.0",
"@types/lodash": "^4.14.144",
"@types/react": "^16.0.0",
"@types/react-dom": "^16.0.0",
Expand Down

0 comments on commit 2f1a6e9

Please sign in to comment.