Skip to content

Commit

Permalink
Downgrade pacakges
Browse files Browse the repository at this point in the history
  • Loading branch information
dmytrotkk committed Oct 23, 2023
1 parent f0192e2 commit 1174889
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Binary file modified bun.lockb
Binary file not shown.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"eslint-plugin-n": "16.0.1",
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-react": "7.33.1",
"eslint-plugin-storybook": "0.6.15",
"eslint-plugin-storybook": "0.6.13",
"jsdom": "22.1.0",
"json": "11.0.0",
"lint-staged": "13.2.3",
Expand All @@ -80,11 +80,11 @@
"@mui/icons-material": "^5.14.14",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@rainbow-me/rainbowkit": "^1.1.2",
"@rainbow-me/rainbowkit": "^1.1.1",
"@skalenetwork/ima-js": "2.0.0-beta.0",
"coingecko-api-v3": "^0.0.29",
"react-jazzicon": "^1.0.4",
"viem": "^1.16.6",
"viem": "^1.10.8",
"wagmi": "^1.4.1",
"zustand": "^4.4.1"
},
Expand Down
4 changes: 2 additions & 2 deletions vercel.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://openapi.vercel.sh/vercel.json",
"buildCommand": "yarn storybook build",
"devCommand": "yarn dev",
"buildCommand": "bun run build",
"devCommand": "bun dev",
"installCommand": "bash prepare_meta.sh && bun install && bun build:lib",
"framework": null,
"outputDirectory": "./storybook-static"
Expand Down

0 comments on commit 1174889

Please sign in to comment.