react-pdf-highlighter-plus 1.3.0 → 1.3.1

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,7 +1,7 @@
1
1
  {
2
2
  "name": "react-pdf-highlighter-plus",
3
3
  "type": "module",
4
- "version": "1.3.0",
4
+ "version": "1.3.1",
5
5
  "sideEffects": [
6
6
  "*.css"
7
7
  ],
@@ -82,7 +82,7 @@
82
82
  "@tanstack/react-virtual": "^3.13.14",
83
83
  "lucide-react": "^0.559.0",
84
84
  "pdf-lib": "^1.17.1",
85
- "react-rnd": "^10.4.11"
85
+ "react-rnd": "10.5.2"
86
86
  },
87
87
  "repository": {
88
88
  "type": "git",
@@ -100,17 +100,17 @@
100
100
  "@radix-ui/react-slot": "^1.2.4",
101
101
  "@radix-ui/react-toggle-group": "^1.1.11",
102
102
  "@radix-ui/react-tooltip": "^1.2.8",
103
- "class-variance-authority": "^0.7.1",
104
- "clsx": "^2.1.1",
105
- "tailwind-merge": "^3.4.0",
106
103
  "@size-limit/preset-small-lib": "^11.1.6",
107
- "size-limit": "^11.1.6",
108
104
  "@types/node": "^20.14.9",
109
105
  "@types/react": "^18.3.3",
110
106
  "@types/react-dom": "^18.3.0",
111
107
  "@vitejs/plugin-react": "^4.3.1",
112
108
  "autoprefixer": "^10.4.22",
109
+ "class-variance-authority": "^0.7.1",
110
+ "clsx": "^2.1.1",
113
111
  "postcss": "^8.5.6",
112
+ "size-limit": "^11.1.6",
113
+ "tailwind-merge": "^3.4.0",
114
114
  "tailwindcss": "^3.4.0",
115
115
  "tsup": "^8.5.1",
116
116
  "typedoc": "latest",