Skip to content

Commit

Permalink
chore(deps): update dependency vitest to v1 (#744)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 15, 2023
1 parent 5503199 commit d427188
Show file tree
Hide file tree
Showing 4 changed files with 467 additions and 126 deletions.
2 changes: 1 addition & 1 deletion apps/verification-portal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"typescript": "5.3.3",
"typesafe-i18n": "5.26.2",
"vite": "4.5.1",
"vitest": "0.34.6",
"vitest": "1.0.4",
"@sentry/sveltekit": "7.87.0",
"@web3modal/ethers5": "3.3.2",
"@web3modal/siwe": "3.4.0-alpha.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/address-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"ethers": "6.9.0"
},
"devDependencies": {
"vitest": "0.34.6"
"vitest": "1.0.4"
}
}
2 changes: 1 addition & 1 deletion packages/clients/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
"graphql-request": "6.1.0"
},
"devDependencies": {
"vitest": "0.34.6"
"vitest": "1.0.4"
}
}
Loading

0 comments on commit d427188

Please sign in to comment.