Skip to content

Commit

Permalink
Merge pull request #143 from Samagra-Anamaya/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
amit-s19 authored May 23, 2024
2 parents a9aa9fd + c5a8fad commit 24b280d
Show file tree
Hide file tree
Showing 9 changed files with 424 additions and 10,819 deletions.
2 changes: 2 additions & 0 deletions module.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
declare module 'react-pdf/dist/esm/entry.webpack5';
declare module 'pdfjs-dist/build/pdf';
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "my-app",
"version": "0.1.53",
"version": "0.1.58",
"private": true,
"scripts": {
"dev": "next dev",
Expand All @@ -19,6 +19,9 @@
"@mui/icons-material": "^5.14.12",
"@mui/material": "^5.14.11",
"@mui/x-date-pickers": "^6.16.1",
"@react-pdf-viewer/core": "^3.12.0",
"@react-pdf-viewer/default-layout": "^3.12.0",
"@react-pdf-viewer/thumbnail": "^3.12.0",
"@reduxjs/toolkit": "^1.9.6",
"@sentry/nextjs": "^7.92.0",
"@xstate/react": "^3.2.2",
Expand All @@ -41,6 +44,7 @@
"next": "13.5.2",
"next-pwa": "^5.6.0",
"offline-sync-handler-test": "^0.1.82",
"pdfjs-dist": "3.11.174",
"postcss": "8.4.25",
"react": "18.2.0",
"react-burger-menu": "^3.0.9",
Expand All @@ -51,6 +55,7 @@
"react-images-uploading": "^3.1.7",
"react-lottie": "^1.2.3",
"react-otp-input": "^3.1.0",
"react-pdf": "^8.0.2",
"react-redux": "^8.1.2",
"react-responsive-carousel": "^3.2.23",
"react-router-dom": "^6.14.1",
Expand Down
Loading

0 comments on commit 24b280d

Please sign in to comment.