mirror of
https://github.com/pdfme/pdfme.git
synced 2026-06-16 18:29:17 -04:00
Bumps the minor-and-patch group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [jsdom](https://github.com/jsdom/jsdom) | `29.0.2` | `29.1.0` | | [@types/color](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/color) | `4.2.0` | `4.2.1` | | [@napi-rs/canvas](https://github.com/Brooooooklyn/canvas) | `0.1.99` | `0.1.100` | | [pdfjs-dist](https://github.com/mozilla/pdf.js) | `5.6.205` | `5.7.284` | | [lucide](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide) | `1.9.0` | `1.12.0` | | [antd](https://github.com/ant-design/ant-design) | `6.3.6` | `6.3.7` | | [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) | `1.9.0` | `1.12.0` | Bumps the minor-and-patch group with 1 update in the /playground directory: [postcss](https://github.com/postcss/postcss). Updates `jsdom` from 29.0.2 to 29.1.0 - [Release notes](https://github.com/jsdom/jsdom/releases) - [Commits](https://github.com/jsdom/jsdom/compare/v29.0.2...v29.1.0) Updates `@types/color` from 4.2.0 to 4.2.1 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/color) Updates `@napi-rs/canvas` from 0.1.99 to 0.1.100 - [Release notes](https://github.com/Brooooooklyn/canvas/releases) - [Changelog](https://github.com/Brooooooklyn/canvas/blob/main/CHANGELOG.md) - [Commits](https://github.com/Brooooooklyn/canvas/compare/v0.1.99...v0.1.100) Updates `pdfjs-dist` from 5.6.205 to 5.7.284 - [Release notes](https://github.com/mozilla/pdf.js/releases) - [Commits](https://github.com/mozilla/pdf.js/compare/v5.6.205...v5.7.284) Updates `lucide` from 1.9.0 to 1.12.0 - [Release notes](https://github.com/lucide-icons/lucide/releases) - [Commits](https://github.com/lucide-icons/lucide/commits/1.12.0/packages/lucide) Updates `antd` from 6.3.6 to 6.3.7 - [Release notes](https://github.com/ant-design/ant-design/releases) - [Changelog](https://github.com/ant-design/ant-design/blob/master/CHANGELOG.en-US.md) - [Commits](https://github.com/ant-design/ant-design/compare/6.3.6...6.3.7) Updates `lucide-react` from 1.9.0 to 1.12.0 - [Release notes](https://github.com/lucide-icons/lucide/releases) - [Commits](https://github.com/lucide-icons/lucide/commits/1.12.0/packages/lucide-react) Updates `postcss` from 8.5.10 to 8.5.12 - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/postcss/postcss/compare/8.5.10...8.5.12) --- updated-dependencies: - dependency-name: jsdom dependency-version: 29.1.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: "@types/color" dependency-version: 4.2.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: "@napi-rs/canvas" dependency-version: 0.1.100 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: pdfjs-dist dependency-version: 5.7.284 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: lucide dependency-version: 1.12.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: antd dependency-version: 6.3.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: lucide-react dependency-version: 1.12.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: postcss dependency-version: 8.5.12 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
62 lines
3.3 KiB
JSON
62 lines
3.3 KiB
JSON
{
|
|
"name": "root",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"description": "TypeScript base PDF generator and React base UI. Open source, developed by the community, and completely free to use under the MIT license!",
|
|
"keywords": [
|
|
"pdf",
|
|
"pdf-designer",
|
|
"pdf-generation",
|
|
"pdf-viewer",
|
|
"react",
|
|
"typescript"
|
|
],
|
|
"homepage": "https://pdfme.com",
|
|
"bugs": {
|
|
"url": "https://github.com/pdfme/pdfme/issues"
|
|
},
|
|
"license": "MIT",
|
|
"author": "hand-dot",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@github.com:pdfme/pdfme.git"
|
|
},
|
|
"workspaces": [
|
|
"packages/common",
|
|
"packages/pdf-lib",
|
|
"packages/converter",
|
|
"packages/schemas",
|
|
"packages/generator",
|
|
"packages/manipulator",
|
|
"packages/ui",
|
|
"packages/cli"
|
|
],
|
|
"scripts": {
|
|
"link-workspaces": "./scripts/link-workspaces.sh",
|
|
"clean": "vp run --filter '@pdfme/*' clean",
|
|
"build": "npm run clean && npm run build -w packages/pdf-lib && npm run build -w packages/common && npm run build -w packages/converter && npm run build -w packages/schemas && ./scripts/build-workspaces-in-parallel.sh packages/generator packages/ui packages/manipulator && npm run build -w packages/cli",
|
|
"check": "npm run fmt:check && npm run lint && npm run typecheck && npm run test && npm --prefix playground run test",
|
|
"fmt": "vp run --filter '@pdfme/*' fmt && npm --prefix playground run fmt && npm run fmt:meta",
|
|
"fmt:check": "vp fmt -c .oxfmtrc.json packages/cli/src packages/common/src packages/converter/src packages/generator/src packages/manipulator/src packages/pdf-lib/src packages/schemas/src packages/ui/src playground/src playground/e2e playground/vite.config.ts playground/vitest.setup.ts playground/postcss.config.js playground/tailwind.config.js package.json packages/cli/package.json packages/common/package.json packages/converter/package.json packages/generator/package.json packages/manipulator/package.json packages/pdf-lib/package.json packages/schemas/package.json packages/ui/package.json playground/package.json .oxlintrc.json .oxfmtrc.json playground/.oxlintrc.json vite.config.mts --check",
|
|
"fmt:meta": "vp fmt -c .oxfmtrc.json package.json packages/cli/package.json packages/common/package.json packages/converter/package.json packages/generator/package.json packages/manipulator/package.json packages/pdf-lib/package.json packages/schemas/package.json packages/ui/package.json playground/package.json .oxlintrc.json .oxfmtrc.json playground/.oxlintrc.json vite.config.mts --write",
|
|
"ci": "npm run check && npm run build && npm --prefix playground run build",
|
|
"typecheck": "node packages/common/set-version.js && tsc -b",
|
|
"test": "vp run --filter '@pdfme/*' test",
|
|
"lint": "vp run --filter '@pdfme/*' lint && npm --prefix playground run lint",
|
|
"lint:fix": "vp lint -c .oxlintrc.json packages/cli/src packages/common/src packages/converter/src packages/generator/src packages/manipulator/src packages/pdf-lib/src packages/schemas/src packages/ui/src --fix && npm --prefix playground run lint -- --fix"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^25.6.0",
|
|
"jsdom": "^29.1.0",
|
|
"lodash": "^4.18.1",
|
|
"lodash-es": "^4.18.1",
|
|
"rimraf": "^6.1.3",
|
|
"typescript": "^6.0.3",
|
|
"vite": "^8.0.10",
|
|
"vite-plus": "^0.1.19",
|
|
"vitest": "^4.1.5",
|
|
"vitest-image-snapshot": "^0.6.50"
|
|
},
|
|
"packageManager": "npm@11.12.1"
|
|
}
|