-
Notifications
You must be signed in to change notification settings - Fork 133
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: fix a couple of the package.jsons #374
Conversation
@@ -52,7 +52,6 @@ | |||
"test:run-e2e": "vitest run --config vitest.config.e2e.ts" | |||
}, | |||
"devDependencies": { | |||
"@alchemy/aa-core": "^2.1.0", |
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.
this is already a dependency
@@ -39,8 +39,7 @@ | |||
"test:run-e2e": "vitest run --config vitest.config.e2e.ts" | |||
}, | |||
"devDependencies": { | |||
"@alchemy/aa-accounts": "^2.1.0", | |||
"@alchemy/aa-core": "^2.1.0", |
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.
so is this one
@@ -39,8 +39,7 @@ | |||
"test:run-e2e": "vitest run --config vitest.config.e2e.ts" | |||
}, | |||
"devDependencies": { | |||
"@alchemy/aa-accounts": "^2.1.0", | |||
"@alchemy/aa-core": "^2.1.0", | |||
"@alchemy/aa-accounts": "*", |
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.
this will make it so lerna just takes whatever is available locally
Pull Request Checklist
yarn test
)site
folder, and guidelines for updating/adding docs can be found in the contribution guide)feat!: breaking change
)yarn lint:check
) and fix any issues? (yarn lint:write
)PR-Codex overview
This PR focuses on updating the devDependencies in the package.json files.
Detailed summary
@alchemy/aa-accounts
in thepackages/alchemy/package.json
file to*
@alchemy/aa-core
in thepackages/accounts/package.json
file@wagmi/cli
to^1.5.2
in thepackages/accounts/package.json
filechange-case
to^5.1.2
in thepackages/accounts/package.json
filededent
to^1.5.1
in thepackages/accounts/package.json
filetypescript
with version^5.0.4
in thepackages/alchemy/package.json
filetypescript-template
with version*
in thepackages/alchemy/package.json
filevitest
to^0.31.0
in thepackages/alchemy/package.json
file