Skip to content

Commit

Permalink
chore: move dev dependencies to root
Browse files Browse the repository at this point in the history
  • Loading branch information
plantain-00 committed Nov 25, 2020
1 parent be2ebe8 commit c5a18aa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,10 @@
"typescript": "4.1.2",
"watch-then-execute": "1.2.0",
"webpack": "5.6.0",
"webpack-cli": "4.2.0"
"webpack-cli": "4.2.0",
"@types/react": "17.0.0",
"@types/react-dom": "17.0.0",
"react-dom": "17.0.1"
},
"workspaces": [
"packages/*"
Expand Down
5 changes: 0 additions & 5 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,6 @@
"react": "17",
"tree-component": "^6.0.0"
},
"devDependencies": {
"@types/react": "17.0.0",
"@types/react-dom": "17.0.0",
"react-dom": "17.0.1"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
}
Expand Down

0 comments on commit c5a18aa

Please sign in to comment.