Merge pull request #219 from Ravinou/develop

Update dep.
This commit is contained in:
Ravinou 2024-05-10 20:44:28 +02:00 committed by GitHub
commit 6b43c38cc2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 954 additions and 616 deletions

1565
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -20,12 +20,11 @@
"react-dom": "^18.3.1",
"react-hook-form": "^7.51.4",
"react-select": "^5.8.0",
"react-toastify": "^9.0.8",
"react-toastify": "^10.0.5",
"spinners-react": "^1.0.7",
"swr": "^2.2.5"
},
"devDependencies": {
"eslint": "8.57.0",
"eslint-config-next": "^14.2.3",
"prettier": "^3.2.5"
}

View file

@ -20,7 +20,7 @@ export default function MyApp({ Component, pageProps }) {
<link rel='shortcut icon' href='/favicon.ico' />
<title>BorgWarehouse</title>
</Head>
<ToastContainer />
<ToastContainer stacked />
<Component {...pageProps} />
</Layout>
</SessionProvider>