Files
libreevent/src/webapp/main/package.json
dependabot[bot] 29ce117898 Bump pdfjs-dist and @pdfme/ui in /src/webapp/main
Bumps [pdfjs-dist](https://github.com/mozilla/pdfjs-dist) to 4.2.67 and updates ancestor dependency [@pdfme/ui](https://github.com/pdfme/pdfme). These dependencies need to be updated together.


Updates `pdfjs-dist` from 2.12.313 to 4.2.67
- [Commits](https://github.com/mozilla/pdfjs-dist/commits)

Updates `@pdfme/ui` from 1.2.3 to 3.2.1
- [Release notes](https://github.com/pdfme/pdfme/releases)
- [Changelog](https://github.com/pdfme/pdfme/blob/main/RELEASE.md)
- [Commits](https://github.com/pdfme/pdfme/compare/1.2.3...3.2.1)

---
updated-dependencies:
- dependency-name: pdfjs-dist
  dependency-type: indirect
- dependency-name: "@pdfme/ui"
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-07 10:46:46 +00:00

27 lines
648 B
JSON

{
"name": "libreevent",
"version": "1.0.2",
"private": false,
"scripts": {
"dev": "vite --host",
"preview": "vite preview --host",
"build": "vite build",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore"
},
"dependencies": {
"@pdfme/generator": "^1.2.3",
"@pdfme/ui": "^3.2.1",
"pinia": "^2.0.34",
"vue": "^3.2.13",
"vue-picture-input": "^3.0.1",
"vue-router": "^4.0.3",
"vue3-draggable-resizable": "^1.6.5"
},
"devDependencies": {
"@vitejs/plugin-vue": "^1.10.2",
"vite": "^2.9.18",
"eslint": "^8.39.0",
"eslint-plugin-vue": "^9.17.0"
}
}