Skip to content

fix(remix): Remove unnecessary dependencies #7708

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

Merged
merged 2 commits into from
Apr 4, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"packageManager": "[email protected]",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"packageManager": "[email protected]",

We use Volta to manage our package manager and it's version. We should probably add this to our contributing docs!

"private": true,
"scripts": {
"build": "node ./scripts/verify-packages-versions.js && run-s build:types build:transpile build:bundle",
Expand Down
2 changes: 0 additions & 2 deletions packages/remix/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,10 @@
"dependencies": {
"@sentry/cli": "2.2.0",
"@sentry/core": "7.46.0",
"@sentry/integrations": "7.46.0",
"@sentry/node": "7.46.0",
"@sentry/react": "7.46.0",
"@sentry/types": "7.46.0",
"@sentry/utils": "7.46.0",
"@sentry/webpack-plugin": "1.19.0",
"tslib": "^1.9.3",
"yargs": "^17.6.0"
},
Expand Down