Skip to content

Commit

Permalink
fix: react toastify css import (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
rohan-chaturvedi authored Oct 23, 2023
1 parent 7e5ed60 commit 664f34a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 9 deletions.
2 changes: 1 addition & 1 deletion frontend/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import '@/app/globals.css'
import Providers from './providers'
import { Inter } from '@next/font/google'
import { ToastContainer } from 'react-toastify'
import 'react-toastify/scss/main.scss'
import 'react-toastify/dist/ReactToastify.min.css'
import '@/utils/logoAnimation.css'

const inter = Inter({
Expand Down
4 changes: 2 additions & 2 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^4.8.0",
"react-toastify": "^9.1.1",
"react-toastify": "^9.1.3",
"reaviz": "^14.4.2",
"sass": "^1.59.3",
"sass": "^1.69.4",
"typescript": "4.9.5",
"zxcvbn": "^4.4.2"
},
Expand Down
14 changes: 8 additions & 6 deletions frontend/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5930,9 +5930,10 @@ react-is@^16.13.1, react-is@^16.7.0:
version "16.13.1"
resolved "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz"

react-toastify@^9.1.1:
version "9.1.2"
resolved "https://registry.npmjs.org/react-toastify/-/react-toastify-9.1.2.tgz"
react-toastify@^9.1.3:
version "9.1.3"
resolved "https://registry.yarnpkg.com/react-toastify/-/react-toastify-9.1.3.tgz#1e798d260d606f50e0fab5ee31daaae1d628c5ff"
integrity sha512-fPfb8ghtn/XMxw3LkxQBk3IyagNpF/LIKjOBflbexr2AWxAH1MJgvnESwEwBn9liLFXgTKWgBSdZpw9m4OTHTg==
dependencies:
clsx "^1.1.1"

Expand Down Expand Up @@ -6204,9 +6205,10 @@ safe-regex-test@^1.0.0:
version "2.1.2"
resolved "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz"

sass@^1.59.3:
version "1.62.0"
resolved "https://registry.npmjs.org/sass/-/sass-1.62.0.tgz"
sass@^1.69.4:
version "1.69.4"
resolved "https://registry.yarnpkg.com/sass/-/sass-1.69.4.tgz#10c735f55e3ea0b7742c6efa940bce30e07fbca2"
integrity sha512-+qEreVhqAy8o++aQfCJwp0sklr2xyEzkm9Pp/Igu9wNPoe7EZEQ8X/MBvvXggI2ql607cxKg/RKOwDj6pp2XDA==
dependencies:
chokidar ">=3.0.0 <4.0.0"
immutable "^4.0.0"
Expand Down

0 comments on commit 664f34a

Please sign in to comment.