libpdfviewer/package.json
dependabot[bot] fee2e9e921 Bump eslint from 8.57.0 to 9.2.0
Bumps [eslint](https://github.com/eslint/eslint) from 8.57.0 to 9.2.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.57.0...v9.2.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-03 17:42:56 -04:00

9 lines
130 B
JSON

{
"type": "module",
"devDependencies": {
"esbuild": "^0.20.2",
"eslint": "^9.2.0",
"pdfjs-dist": "^4.0.379"
}
}