-
Notifications
You must be signed in to change notification settings - Fork 31
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
Cleanup dependencies #1430
base: main
Are you sure you want to change the base?
Cleanup dependencies #1430
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||
---|---|---|---|---|
|
@@ -71,6 +71,7 @@ | |||
}, | ||||
"devDependencies": { | ||||
"@cartridge/eslint": "workspace:^", | ||||
"@cartridge/presets": "catalog:", | ||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. is this needed? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This is used in storybook for mainly layout thus devDependencies.
|
||||
"@cartridge/tsconfig": "workspace:*", | ||||
"@storybook/addon-essentials": "catalog:", | ||||
"@storybook/addon-themes": "catalog:", | ||||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,6 +28,7 @@ | |
"viem": "catalog:" | ||
}, | ||
"devDependencies": { | ||
"@cartridge/presets": "catalog:", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. is this needed? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This is used to pass ERC20 icons to ERC20 class. In the future, it should be provided via gateway API. |
||
"@cartridge/tsconfig": "workspace:*", | ||
"@graphql-codegen/cli": "^2.6.2", | ||
"@graphql-codegen/typescript": "^2.4.8", | ||
|
@@ -36,7 +37,7 @@ | |
"@types/node": "catalog:", | ||
"@types/react": "catalog:", | ||
"prettier": "catalog:", | ||
"tsx": "^4.19.2", | ||
"tsx": "catalog:", | ||
"typescript": "catalog:" | ||
} | ||
} |
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.
we need to make sure this change works with the presets update ci
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.
Good point !