-
Notifications
You must be signed in to change notification settings - Fork 157
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: dependencies #168
base: main
Are you sure you want to change the base?
fix: dependencies #168
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
commit: |
packages/scan/package.json
Outdated
@@ -233,8 +229,11 @@ | |||
"@types/react": "^18.0.0", | |||
"@types/react-reconciler": "^0.28.8", | |||
"@types/react-router": "^5.1.0", | |||
"@types/node": "^20.17.9", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we add this with pnpm add -Dw @types/node
we need it in all workspaces.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
well it doesn't have to be on all packages.
This fixes some weird dependencies
react-scan
has that shouldn't be there in the first place