We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f6da9c commit 919c2b7Copy full SHA for 919c2b7
.github/dependabot.yml
@@ -9,3 +9,5 @@ updates:
9
dependency-type: "development"
10
prod-deps:
11
dependency-type: "production"
12
+ ignore:
13
+ - dependency-name: "pdfjs-dist"
package.json
@@ -41,7 +41,7 @@
41
"next-sitemap": "^4.2.3",
42
"node-fetch": "3.3.2",
43
"nodemailer": "^6.10.0",
44
- "pdfjs-dist": "4.10.38",
+ "pdfjs-dist": "3.11.174",
45
"react": "19.0.0",
46
"react-big-calendar": "^1.17.1",
47
"react-dom": "19.0.0",
0 commit comments