diff --git a/src/components/DeleteDialog/index.jsx b/src/components/DeleteDialog/index.jsx index c7a40588..b7a9dd19 100644 --- a/src/components/DeleteDialog/index.jsx +++ b/src/components/DeleteDialog/index.jsx @@ -1,10 +1,10 @@ import React, { useCallback } from 'https://esm.sh/react@18'; import { useDispatch, useSelector } from 'https://esm.sh/react-redux@9'; -import Dialog from 'https://esm.sh/@mui/material@5/Dialog'; -import DialogTitle from 'https://esm.sh/@mui/material@5/DialogTitle'; -import DialogContent from 'https://esm.sh/@mui/material@5/DialogContent'; -import DialogContentText from 'https://esm.sh/@mui/material@5/DialogContentText'; -import DialogActions from 'https://esm.sh/@mui/material@5/DialogActions'; +import Dialog from 'https://esm.sh/@mui/material@5.15.7/Dialog'; +import DialogTitle from 'https://esm.sh/@mui/material@5.15.7/DialogTitle'; +import DialogContent from 'https://esm.sh/@mui/material@5.15.7/DialogContent'; +import DialogContentText from 'https://esm.sh/@mui/material@5.15.7/DialogContentText'; +import DialogActions from 'https://esm.sh/@mui/material@5.15.7/DialogActions'; import Button from 'https://esm.sh/react-bootstrap@2/Button'; import CompactTransaction from '../Transactions/CompactTransaction.js'; import { cancelRemoveTransaction } from '../../slices/app.js'; diff --git a/src/components/Form/Field.jsx b/src/components/Form/Field.jsx index 1bd00655..cea24103 100644 --- a/src/components/Form/Field.jsx +++ b/src/components/Form/Field.jsx @@ -2,7 +2,7 @@ import React from 'https://esm.sh/react@18'; import classnames from 'https://esm.sh/classnames@2'; import { InfoIcon } from 'https://esm.sh/@primer/octicons-react@15'; import Button from 'https://esm.sh/react-bootstrap@2/Button'; -import Tooltip from 'https://esm.sh/@mui/material@5/Tooltip'; +import Tooltip from 'https://esm.sh/@mui/material@5.15.7/Tooltip'; const inputTypes = ['text', 'date', 'time', 'number', 'hidden', 'range']; function Field(props) { diff --git a/src/components/GlobalStats/BudgetItem.jsx b/src/components/GlobalStats/BudgetItem.jsx index de46f559..9dc2d4dd 100644 --- a/src/components/GlobalStats/BudgetItem.jsx +++ b/src/components/GlobalStats/BudgetItem.jsx @@ -1,13 +1,12 @@ import React from 'https://esm.sh/react@18'; import { usd } from 'https://esm.sh/@tridnguyen/money@1'; import { NoteIcon } from 'https://esm.sh/@primer/octicons-react@15'; -import Popover from 'https://esm.sh/@mui/material@5/Popover'; +import Popover from 'https://esm.sh/@mui/material@5.15.7/Popover'; import { usePopupState, bindPopover, bindTrigger } from 'https://esm.sh/material-ui-popup-state@5/hooks'; -import classnames from 'https://esm.sh/classnames@2'; // const { usePopupState, bindPopover, bindTrigger } = PopupState; diff --git a/src/components/GlobalStats/CashflowBar.jsx b/src/components/GlobalStats/CashflowBar.jsx index 9911e978..65656492 100644 --- a/src/components/GlobalStats/CashflowBar.jsx +++ b/src/components/GlobalStats/CashflowBar.jsx @@ -1,6 +1,6 @@ import React from 'https://esm.sh/react@18'; import { useSelector } from 'https://esm.sh/react-redux@9'; -import Popover from 'https://esm.sh/@mui/material@5/Popover'; +import Popover from 'https://esm.sh/@mui/material@5.15.7/Popover'; import { usePopupState, bindPopover, diff --git a/src/components/GlobalStats/CategoryBar.jsx b/src/components/GlobalStats/CategoryBar.jsx index cf6de140..ad7659c5 100644 --- a/src/components/GlobalStats/CategoryBar.jsx +++ b/src/components/GlobalStats/CategoryBar.jsx @@ -1,5 +1,5 @@ import React from 'https://esm.sh/react@18'; -import Popover from 'https://esm.sh/@mui/material@5/Popover'; +import Popover from 'https://esm.sh/@mui/material@5.15.7/Popover'; import { usePopupState, bindPopover, diff --git a/src/components/GlobalStats/WeeklyAverages.jsx b/src/components/GlobalStats/WeeklyAverages.jsx index 00ee8fe8..02f79289 100644 --- a/src/components/GlobalStats/WeeklyAverages.jsx +++ b/src/components/GlobalStats/WeeklyAverages.jsx @@ -1,7 +1,7 @@ import React, { useMemo, useCallback } from 'https://esm.sh/react@18'; import { useSelector, useDispatch } from 'https://esm.sh/react-redux@9'; import produce from 'https://esm.sh/immer@9'; -import Popover from 'https://esm.sh/@mui/material@5/Popover'; +import Popover from 'https://esm.sh/@mui/material@5.15.7/Popover'; import { usePopupState, bindPopover, diff --git a/src/components/GlobalStats/index.jsx b/src/components/GlobalStats/index.jsx index 3154bca4..37d17b77 100644 --- a/src/components/GlobalStats/index.jsx +++ b/src/components/GlobalStats/index.jsx @@ -1,8 +1,8 @@ import React, { useState } from 'https://esm.sh/react@18'; import { useDispatch } from 'https://esm.sh/react-redux@9'; -import Tabs from 'https://esm.sh/@mui/material@5/Tabs'; -import Tab from 'https://esm.sh/@mui/material@5/Tab'; -import Box from 'https://esm.sh/@mui/material@5/Box'; +import Tabs from 'https://esm.sh/@mui/material@5.15.7/Tabs'; +import Tab from 'https://esm.sh/@mui/material@5.15.7/Tab'; +import Box from 'https://esm.sh/@mui/material@5.15.7/Box'; import WeeklyAverages from './WeeklyAverages.js'; import CategoriesChart from './CategoriesChart.js'; import CashflowChart from './CashflowChart.js'; diff --git a/src/components/Notification/index.jsx b/src/components/Notification/index.jsx index 2e8be845..1dd7d8a7 100644 --- a/src/components/Notification/index.jsx +++ b/src/components/Notification/index.jsx @@ -1,6 +1,6 @@ import React, { useState, useEffect } from 'https://esm.sh/react@18'; import { useSelector } from 'https://esm.sh/react-redux@9'; -import Snackbar from 'https://esm.sh/@mui/material@5/Snackbar'; +import Snackbar from 'https://esm.sh/@mui/material@5.15.7/Snackbar'; function Notification() { const { content, autohide } = useSelector((state) => state.app.notification); diff --git a/src/components/Transactions/Transaction.jsx b/src/components/Transactions/Transaction.jsx index 9bb58d12..7bfb5406 100644 --- a/src/components/Transactions/Transaction.jsx +++ b/src/components/Transactions/Transaction.jsx @@ -9,7 +9,7 @@ import { ClockIcon, NoteIcon } from 'https://esm.sh/@primer/octicons-react@15'; -import Popover from 'https://esm.sh/@mui/material@5/Popover'; +import Popover from 'https://esm.sh/@mui/material@5.15.7/Popover'; import { usePopupState, bindPopover, diff --git a/src/components/UserSettings/index.jsx b/src/components/UserSettings/index.jsx index 75f8dc53..5592115a 100644 --- a/src/components/UserSettings/index.jsx +++ b/src/components/UserSettings/index.jsx @@ -1,9 +1,9 @@ import React, { useState, useCallback } from 'https://esm.sh/react@18'; import { useSelector, useDispatch } from 'https://esm.sh/react-redux@9'; -import Dialog from 'https://esm.sh/@mui/material@5/Dialog'; -import DialogTitle from 'https://esm.sh/@mui/material@5/DialogTitle'; -import DialogContent from 'https://esm.sh/@mui/material@5/DialogContent'; -import DialogActions from 'https://esm.sh/@mui/material@5/DialogActions'; +import Dialog from 'https://esm.sh/@mui/material@5.15.7/Dialog'; +import DialogTitle from 'https://esm.sh/@mui/material@5.15.7/DialogTitle'; +import DialogContent from 'https://esm.sh/@mui/material@5.15.7/DialogContent'; +import DialogActions from 'https://esm.sh/@mui/material@5.15.7/DialogActions'; import Button from 'https://esm.sh/react-bootstrap@2/Button'; import classnames from 'https://esm.sh/classnames@2'; import {