Skip to content

Commit ccc81d1

Browse files
ci: fix format
1 parent 913764a commit ccc81d1

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# PDF viewer for RAG applications
22

3-
PDF viewer component as used by [secinsights](https://github.com/run-llama/sec-insights). Using [react-pdf](https://github.com/wojtekmaj/react-pdf).
3+
PDF viewer component as used by [secinsights](https://github.com/run-llama/sec-insights). Using [react-pdf](https://github.com/wojtekmaj/react-pdf).
44

55
## Installation
66

package.json

+11-11
Original file line numberDiff line numberDiff line change
@@ -35,21 +35,24 @@
3535
"postinstall": "husky"
3636
},
3737
"dependencies": {
38-
"clsx": "^2.0.0",
39-
"react-pdf": "6.2.2",
40-
"react-window": "1.8.9",
4138
"@wojtekmaj/react-hooks": "1.17.2",
42-
"react-intersection-observer": "9.5.1",
39+
"clsx": "^2.0.0",
40+
"fuse.js": "^6.6.2",
4341
"lodash": "^4.17.21",
4442
"lodash.debounce": "^4.0.8",
45-
"fuse.js": "^6.6.2"
43+
"react-intersection-observer": "9.5.1",
44+
"react-pdf": "6.2.2",
45+
"react-window": "1.8.9"
4646
},
4747
"devDependencies": {
48-
"@types/node": "*",
49-
"@types/react": "*",
5048
"@types/lodash": "^4.14.195",
5149
"@types/lodash.debounce": "^4.0.7",
50+
"@types/node": "*",
51+
"@types/react": "*",
52+
"@types/react-window": "^1.8.5",
5253
"cpy-cli": "^5.0.0",
54+
"eslint": "^8.56.0",
55+
"eslint-config-wojtekmaj": "^1.0.0",
5356
"globals": "^15.1.0",
5457
"husky": "^9.0.10",
5558
"jsdom": "^24.0.0",
@@ -59,10 +62,7 @@
5962
"react": "^18.2.0",
6063
"react-dom": "^18.2.0",
6164
"rimraf": "^3.0.0",
62-
"typescript": "^5.4.2",
63-
"eslint": "^8.56.0",
64-
"eslint-config-wojtekmaj": "^1.0.0",
65-
"@types/react-window": "^1.8.5"
65+
"typescript": "^5.4.2"
6666
},
6767
"peerDependencies": {
6868
"@types/react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",

0 commit comments

Comments
 (0)