Skip to content

Commit

Permalink
Merge pull request #57 from base-org/update-vitest
Browse files Browse the repository at this point in the history
Update vitest to address CEV
  • Loading branch information
zencephalon authored Jan 29, 2024
2 parents 2e4ba4e + 5ffd0a2 commit 61713c9
Show file tree
Hide file tree
Showing 4 changed files with 150 additions and 151 deletions.
2 changes: 1 addition & 1 deletion .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ runs:
cache: pnpm

- name: Set up foundry
uses: foundry-rs/foundry-toolchain@v1
uses: foundry-rs/foundry-toolchain@v1.1.0

- name: Install node modules
run: pnpm install
Expand Down
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"typescript.tsdk": "node_modules/typescript/lib",
"typescript.enablePromptUseWorkspaceTsdk": true,
"editor.codeActionsOnSave": {
"source.organizeImports.biome": true
"source.organizeImports.biome": "explicit"
},
"[typescript]": {
"editor.defaultFormatter": "dprint.dprint"
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@
"@types/react": "^18.0.9",
"@types/react-dom": "^18.0.3",
"@types/use-sync-external-store": "^0.0.3",
"@viem/anvil": "^0.0.6",
"@vitest/coverage-v8": "^0.34.2",
"@viem/anvil": "^0.0.7",
"@vitest/coverage-v8": "^1.2.2",
"@wagmi/cli": "beta",
"dprint": "^0.42.5",
"ethers": "^5.7.0",
Expand All @@ -63,7 +63,7 @@
"typedoc": "^0.25.3",
"typedoc-plugin-markdown": "^3.17.0",
"typescript": "5.0.4",
"vitest": "^0.34.1",
"vitest": "^1.2.2",
"@testing-library/react-hooks": "^8.0.1",
"@tanstack/react-query": ">=5.0.0"
},
Expand Down
Loading

0 comments on commit 61713c9

Please sign in to comment.