Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
katspaugh committed Aug 4, 2023
1 parent 2ed6f94 commit 8a9e903
Show file tree
Hide file tree
Showing 3 changed files with 1,876 additions and 1,807 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@safe-global/safe-react-components",
"version": "2.0.5",
"version": "2.0.6",
"description": "Safe UI components",
"main": "dist/index.min.js",
"typings": "dist/index.d.ts",
Expand Down Expand Up @@ -35,8 +35,8 @@
"@babel/preset-typescript": "^7.18.0",
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@mui/icons-material": "^5.11.0",
"@mui/material": "^5.11.7",
"@mui/icons-material": "^5.13.5",
"@mui/material": "^5.13.5",
"@storybook/addon-actions": "^6.5.15",
"@storybook/addon-controls": "^6.5.15",
"@storybook/addon-docs": "^6.5.15",
Expand Down
2 changes: 1 addition & 1 deletion src/components/EthHashInfo/index.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as React from 'react';
import { useTheme } from '@mui/material';
import { useTheme } from '@mui/material/styles';
import { styled } from '@mui/material/styles';
import Box from '@mui/material/Box';
import useMediaQuery from '@mui/material/useMediaQuery';
Expand Down
Loading

0 comments on commit 8a9e903

Please sign in to comment.