|
1 | 1 | {
|
2 | 2 | "name": "react-document-viewer",
|
3 |
| - "version": "2.1.0", |
| 3 | + "version": "2.2.0", |
4 | 4 | "description": "A React component to preview document of 'epub,mobi,pdf,xls,xlsx,docx and images', which can automatically identify file types.",
|
5 | 5 | "main": "build/bundle.js",
|
6 | 6 | "author": "Sergey Ko",
|
|
31 | 31 | "react-document-viewer"
|
32 | 32 | ],
|
33 | 33 | "dependencies": {
|
34 |
| - "@handsontable/react": "^14.5.0", |
35 |
| - "@zip.js/zip.js": "^2.7.52", |
36 |
| - "epubjs": "https://github.com/futurepress/epub.js.git", |
| 34 | + "@handsontable/react": "^14.6.1", |
| 35 | + "@zip.js/zip.js": "^2.7.53", |
37 | 36 | "fflate": "^0.8.2",
|
38 | 37 | "foliate-js": "https://github.com/johnfactotum/foliate-js.git",
|
39 |
| - "handsontable": "^14.5.0", |
| 38 | + "handsontable": "^14.6.1", |
40 | 39 | "jszip": "^3.10.1",
|
41 | 40 | "mammoth": "^1.8.0",
|
42 |
| - "pdfjs-dist": "4.5.136", |
| 41 | + "pdfjs-dist": "4.7.76", |
43 | 42 | "react-icons": "^5.3.0",
|
44 | 43 | "xlsx": "^0.18.5"
|
45 | 44 | },
|
46 | 45 | "devDependencies": {
|
47 |
| - "@tailwindcss/typography": "^0.5.14", |
48 |
| - "@types/node": "^22.2.0", |
49 |
| - "@types/react": "^18.3.3", |
50 |
| - "@types/react-dom": "^18.3.0", |
51 |
| - "@vitejs/plugin-react": "^4.3.1", |
| 46 | + "@tailwindcss/typography": "^0.5.15", |
| 47 | + "@types/node": "^22.8.6", |
| 48 | + "@types/react": "^18.3.12", |
| 49 | + "@types/react-dom": "^18.3.1", |
| 50 | + "@vitejs/plugin-react": "^4.3.3", |
52 | 51 | "autoprefixer": "^10.4.20",
|
53 |
| - "eslint": "^9.9.0", |
| 52 | + "eslint": "^9.13.0", |
54 | 53 | "eslint-config-prettier": "^9.1.0",
|
55 |
| - "eslint-plugin-react": "^7.35.0", |
56 |
| - "eslint-plugin-unused-imports": "^4.1.3", |
| 54 | + "eslint-plugin-react": "^7.37.2", |
| 55 | + "eslint-plugin-unused-imports": "^4.1.4", |
57 | 56 | "html-to-react": "^1.7.0",
|
58 |
| - "i18next": "^23.12.3", |
| 57 | + "i18next": "^23.16.4", |
59 | 58 | "i18next-browser-languagedetector": "^8.0.0",
|
60 | 59 | "lodash.debounce": "^4.0.8",
|
61 |
| - "postcss": "^8.4.41", |
62 |
| - "postcss-nesting": "^13.0.0", |
| 60 | + "postcss": "^8.4.47", |
| 61 | + "postcss-nesting": "^13.0.1", |
63 | 62 | "prettier": "^3.3.3",
|
64 | 63 | "prop-types": "^15.8.1",
|
65 | 64 | "react": "^18.3.1",
|
66 | 65 | "react-dom": "^18.3.1",
|
67 |
| - "react-i18next": "^15.0.1", |
68 |
| - "sass": "^1.77.8", |
69 |
| - "sass-embedded": "^1.77.8", |
70 |
| - "tailwindcss": "^3.4.10", |
| 66 | + "react-i18next": "^15.1.0", |
| 67 | + "sass": "^1.80.5", |
| 68 | + "sass-embedded": "^1.80.5", |
| 69 | + "tailwindcss": "^3.4.14", |
71 | 70 | "tailwindcss-animated": "^1.1.2",
|
72 |
| - "terser": "^5.34.1", |
| 71 | + "terser": "^5.36.0", |
73 | 72 | "util": "^0.12.5",
|
74 |
| - "vite": "^5.4.0", |
75 |
| - "vite-plugin-sass-dts": "^1.3.25", |
76 |
| - "vite-plugin-static-copy": "^1.0.6", |
| 73 | + "vite": "^5.4.10", |
| 74 | + "vite-plugin-sass-dts": "^1.3.29", |
| 75 | + "vite-plugin-static-copy": "^2.0.0", |
77 | 76 | "xmldom": "^0.6.0"
|
78 | 77 | }
|
79 | 78 | }
|
0 commit comments