Skip to content

Commit

Permalink
fix: move incorrect dependency to devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisvxd committed Aug 9, 2023
1 parent 0e74a4a commit 6ffd86c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
],
"devDependencies": {
"@types/react": "^18.2.0",
"@types/react-beautiful-dnd": "^13.1.4",
"@types/react-dom": "^18.2.0",
"eslint": "^7.32.0",
"eslint-config-custom": "*",
Expand All @@ -25,7 +26,6 @@
"typescript": "^4.5.2"
},
"dependencies": {
"@types/react-beautiful-dnd": "^13.1.4",
"react-beautiful-dnd": "^13.1.1",
"react-feather": "^2.0.10",
"react-spinners": "^0.13.8"
Expand Down

0 comments on commit 6ffd86c

Please sign in to comment.