Skip to content

Commit

Permalink
fix(repo): fix vercel build for bridge-ui (#14655)
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaodino authored Sep 6, 2023
1 parent 8028a49 commit 09c11bb
Show file tree
Hide file tree
Showing 3 changed files with 25,661 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/bridge-ui/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export default {
// - bridge/ERC20Bridge (partial test coverage)
// - bridge/ETHBridge (partial test coverage)
statements: 93,
branches: 91,
branches: 90,
functions: 97,
lines: 93,
},
Expand Down
4 changes: 2 additions & 2 deletions packages/bridge-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@
"@babel/preset-env": "^7.16.0",
"@sentry/vite-plugin": "^2.2.1",
"@sveltejs/vite-plugin-svelte": "^1.0.1",
"@tsconfig/svelte": "^5.0.2",
"@tsconfig/svelte": "^3.0.0",
"@types/debug": "^4.1.7",
"@types/eslint": "^8.2.1",
"@types/estree": "^0.0.50",
"@types/jest": "^27.5.2",
"@types/mixpanel": "^2.14.3",
"@types/sanitize-html": "^2.6.2",
"@typescript-eslint/eslint-plugin": "^6.6.0",
"@typescript-eslint/eslint-plugin": "^5.16.0",
"@typescript-eslint/parser": "^5.16.0",
"@wagmi/cli": "^1.0.1",
"@zerodevx/svelte-toast": "^0.6.3",
Expand Down
Loading

0 comments on commit 09c11bb

Please sign in to comment.