Skip to content

Commit

Permalink
mismatched deps
Browse files Browse the repository at this point in the history
  • Loading branch information
djobbo committed Apr 25, 2024
1 parent 9ae6ec1 commit 0a14a7e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"check:types": "turbo run check:types",
"check:deadcode": "knip",
"check:circular-deps": "madge --circular --extensions ts,tsx .",
"check:mismatched-deps": "syncpack list",
"check:mismatched-deps": "syncpack list-mismatches --types dev,prod,peer",
"docs:build": "turbo run docs:build",
"docs:dev": "turbo run docs:dev"
},
Expand Down
3 changes: 0 additions & 3 deletions packages/canvas/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,5 @@
"@types/uuid": "^9.0.8",
"ts-node-dev": "^2.0.0",
"typescript": "^5.4.5"
},
"peerDependencies": {
"@tanstack/react-query": "^4.29.7"
}
}

0 comments on commit 0a14a7e

Please # to comment.