mirror of
https://github.com/pdfme/pdfme.git
synced 2026-06-02 11:17:32 -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>
85 lines
2.2 KiB
JSON
85 lines
2.2 KiB
JSON
{
|
|
"name": "@pdfme/ui",
|
|
"version": "0.0.0",
|
|
"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"
|
|
},
|
|
"files": [
|
|
"dist",
|
|
"README.md"
|
|
],
|
|
"type": "module",
|
|
"sideEffects": false,
|
|
"main": "./dist/index.js",
|
|
"module": "./dist/index.js",
|
|
"types": "./dist/index.d.ts",
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.ts",
|
|
"import": "./dist/index.js",
|
|
"default": "./dist/index.js"
|
|
}
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"scripts": {
|
|
"dev": "vite build --watch",
|
|
"build": "vite build && tsc -p tsconfig.build.json",
|
|
"clean": "rimraf dist",
|
|
"lint": "vp lint -c ../../.oxlintrc.json src",
|
|
"fmt": "vp fmt -c ../../.oxfmtrc.json src --write",
|
|
"test": "vitest run --config ../../vitest.config.ts"
|
|
},
|
|
"dependencies": {
|
|
"@dnd-kit/core": "^6.0.8",
|
|
"@dnd-kit/sortable": "^10.0.0",
|
|
"@dnd-kit/utilities": "^3.2.2",
|
|
"@pdfme/converter": "*",
|
|
"@scena/react-guides": "^0.28.2",
|
|
"antd": "^6.3.7",
|
|
"dompurify": "^3.4.1",
|
|
"form-render": "^2.5.5",
|
|
"hotkeys-js": "^4.0.3",
|
|
"lucide-react": "^1.12.0",
|
|
"rc-field-form": "^2.7.1",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-moveable": "^0.56.0",
|
|
"react-selecto": "^1.12.0"
|
|
},
|
|
"devDependencies": {
|
|
"@pdfme/common": "*",
|
|
"@pdfme/schemas": "*",
|
|
"@testing-library/jest-dom": "^6.8.0",
|
|
"@testing-library/react": "^16.3.0",
|
|
"@types/react": "^18.2.15",
|
|
"@types/react-dom": "^18.2.7",
|
|
"@vitejs/plugin-react": "^6.0.1",
|
|
"csstype": "^3.2.3",
|
|
"vite": "^8.0.10",
|
|
"vite-plugin-css-injected-by-js": "^5.0.1",
|
|
"vite-tsconfig-paths": "^6.1.1"
|
|
},
|
|
"peerDependencies": {
|
|
"@pdfme/common": "latest",
|
|
"@pdfme/schemas": "latest"
|
|
}
|
|
}
|