@pdfslick/react 1.2.2 → 1.2.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,22 +1,35 @@
1
1
  {
2
2
  "name": "@pdfslick/react",
3
- "version": "1.2.2",
3
+ "version": "1.2.3",
4
4
  "source": "./index.tsx",
5
5
  "main": "dist/umd/index.js",
6
6
  "module": "dist/esm/index.js",
7
7
  "types": "dist/esm/index.d.ts",
8
8
  "description": "PDFSlick React — view and interact with PDF documents in your React apps.",
9
+ "author": {
10
+ "name": "Vancho Stojkov",
11
+ "email": "vancho@stojkov.me",
12
+ "url": "https://stojkov.me"
13
+ },
14
+ "homepage": "https://pdfslick.dev",
15
+ "bugs": {
16
+ "url": "https://github.com/pdfslick/pdfslick/issues"
17
+ },
18
+ "keywords": [
19
+ "pdfslick",
20
+ "pdf slick",
21
+ "view pdf",
22
+ "interact pdf",
23
+ "interact pdf react",
24
+ "pdf react",
25
+ "pdf react viewer",
26
+ "pdf.js"
27
+ ],
9
28
  "repository": {
10
29
  "type": "git",
11
- "url": "https://github.com/pdfslick/pdfslick.git",
30
+ "url": "git://github.com/pdfslick/pdfslick.git",
12
31
  "directory": "packages/react"
13
32
  },
14
- "keywords": [
15
- "pdf",
16
- "pdf.js",
17
- "react",
18
- "pdfslick"
19
- ],
20
33
  "files": [
21
34
  "dist"
22
35
  ],
@@ -30,9 +43,9 @@
30
43
  "build": "rollup --config node:@pdfslick/rollup-config --environment NODE_ENV:production && cp ../core/dist/pdf_viewer.css ./dist"
31
44
  },
32
45
  "devDependencies": {
33
- "@types/react": "^18.2.21",
46
+ "@types/react": "^18.2.25",
34
47
  "concurrently": "^8.2.1",
35
- "eslint": "^8.48.0",
48
+ "eslint": "^8.51.0",
36
49
  "eslint-config-custom": "*",
37
50
  "react": "^18.2.0",
38
51
  "tsconfig": "*",
@@ -46,7 +59,7 @@
46
59
  "dependencies": {
47
60
  "@pdfslick/core": "*",
48
61
  "react-use": "^17.4.0",
49
- "zustand": "^4.4.1"
62
+ "zustand": "^4.4.3"
50
63
  },
51
64
  "rollup": {
52
65
  "globals": {